-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.22 KB
/
package.json
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
{
"name": "demo-life",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server --progress --disable-host-check",
"clean": "rimraf dist",
"build": "npm run clean && webpack -p",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"devDependencies": {
"babel-core": "6.25.0",
"babel-eslint": "^10.0.1",
"babel-loader": "7.1.1",
"babel-plugin-transform-class-properties": "6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "1.5.2",
"babel-preset-react": "6.24.1",
"copy-webpack-plugin": "^4.5.4",
"css-loader": "^1.0.0",
"eslint": "^5.7.0",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^2.0.0",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"node-sass": "^4.9.4",
"rimraf": "^2.5.4",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"typescript": "^3.1.6",
"uglifyjs-webpack-plugin": "^1.1.5",
"url-loader": "^1.1.2",
"webpack": "3.3.0",
"webpack-cleanup-plugin": "^0.5.1",
"webpack-dev-server": "^2.6.1"
},
"dependencies": {}
}