-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.13 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.13 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
{
"name": "github-battle",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server --open",
"build": "NODE_ENV='production' && webpack"
},
"babel": {
"presets": [
"@babel/preset-env",
"@babel/preset-react"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/mohitgarg/React-github-battle.git"
},
"author": "Mohit Garg",
"license": "MIT",
"bugs": {
"url": "https://github.com/mohitgarg/React-github-battle/issues"
},
"homepage": "https://github.com/mohitgarg/React-github-battle#readme",
"dependencies": {
"axios": "^0.18.0",
"prop-types": "^15.5.8",
"query-string": "^6.2.0",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"react-router-dom": "^4.1.1"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"babel-loader": "^8.0.5",
"@babel/preset-env": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"css-loader": "^2.1.0",
"html-webpack-plugin": "^3.2.0",
"style-loader": "^0.23.1",
"webpack": "^4.29.0",
"webpack-cli": "^3.2.1",
"webpack-dev-server": "^3.1.14"
}
}