-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 840 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 840 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
35
{
"name": "building",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"gulp": "gulp",
"gulp-watch": "gulp watch",
"babel": "babel src/script -d build/script",
"webpack": "webpack"
},
"author": "zisu",
"license": "ISC",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-loader": "^6.0.0",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"css-loader": "^2.1.0",
"extract-text-webpack-plugin": "^1.0.0",
"gulp": "^3.9.1",
"gulp-babel": "^8.0.0",
"gulp-less": "^4.0.1",
"less-loader": "^4.1.0",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"style-loader": "^0.23.1",
"uglifyjs-webpack-plugin": "^2.1.1",
"webpack": "^3.5.6"
},
"dependencies": {
"del": "^3.0.0",
"gulp-autoprefixer": "^6.0.0"
}
}