-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.52 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
43
44
45
46
47
48
49
50
51
{
"name": "cc_scaffold",
"version": "1.0.1",
"description": "",
"main": "index.js",
"scripts": {
"build": "rm -rf dist && cross-env NODE_ENV=development webpack",
"build 的注释": "添加 清理dist目录的命令 rm -rf dist && ",
"watch": "cross-env NODE_ENV=production webpack --watch",
"dev": "cross-env NODE_ENV=development webpack-dev-server --inline"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cc8476/cc_scaffold.git"
},
"author": "",
"license": "ISC",
"dependencies": {
"@babel/core": "^7.6.4",
"babel-loader": "^8.0.6",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"cross-env": "^6.0.3",
"css-loader": "^3.3.2",
"cssnano": "^4.1.10",
"events": "^3.0.0",
"file-loader": "^5.0.2",
"html-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "^0.9.0",
"style-loader": "^1.0.1",
"url-loader": "^3.0.0",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.9.0"
},
"devDependencies": {
"@babel/cli": "^7.7.0",
"@babel/core": "^7.7.2",
"@babel/preset-env": "^7.7.1",
"autoprefixer": "^9.7.4",
"mini-css-extract-plugin": "^0.9.0",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"postcss-loader": "^3.0.0"
},
"bugs": {
"url": "https://github.com/cc8476/cc_scaffold/issues"
},
"homepage": "https://github.com/cc8476/cc_scaffold#readme"
}