-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 856 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 856 Bytes
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
{
"name": "js_slitherexplorer",
"version": "2.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "eslint --fix src/*",
"watch": "webpack --watch",
"make": "webpack -p --progress"
},
"author": "",
"license": "ISC",
"devDependencies": {
"antd": "^3.2.2",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-import": "^1.6.5",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"css-loader": "^0.28.10",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.9",
"less": "^2.7.3",
"less-loader": "^4.0.6",
"less-vars-to-js": "^1.2.1",
"popper.js": "^1.12.9",
"prop-types": "^15.6.0",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"style-loader": "^0.20.2",
"url-loader": "^0.6.2",
"webpack": "^3.11.0"
}
}