-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.29 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.29 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "react-hook-introduction",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack-dev-server --mode development --open --hot",
"build": "webpack --config webpack.config.js --mode development",
"serve": "http-server ./dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DibakarHalder/react-hook-introduction.git"
},
"keywords": [
"react",
"react-hook",
"api"
],
"devDependencies": {
"@babel/plugin-proposal-class-properties": "7.2.1",
"@babel/preset-react": "7.0.0",
"babel-loader": "8.0.4",
"css-loader": "1.0.1",
"html-webpack-plugin": "3.2.0",
"http-server": "0.11.1",
"style-loader": "0.23.1",
"url-loader": "1.1.2",
"webpack": "4.26.0",
"webpack-cli": "3.1.2",
"webpack-dev-server": "^3.2.1"
},
"dependencies": {
"@babel/cli": "^7.4.3",
"@babel/core": "^7.4.3",
"@material-ui/core": "3.6.1",
"axios": "0.18.0",
"react": "16.8.6",
"react-dom": "16.8.6"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/DibakarHalder/react-hook-introduction/issues"
},
"homepage": "https://github.com/DibakarHalder/react-hook-introduction#readme"
}