-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 2.06 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 2.06 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
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "ife-course-2018",
"version": "0.0.1",
"description": "百度前端学院2018",
"main": "index.js",
"scripts": {
"start": "cross-env NODE_ENV=development webpack --config webpack/webpack.dev.config.js --display-modules --display-reasons --display-error-details --watch --color",
"build": "cross-env NODE_ENV=production webpack --config webpack/webpack.build.config.js --progress --display-modules --display-reasons --display-error-details --optimize-minimize --color",
"build:watch": "cross-env NODE_ENV=production webpack --config webpack/webpack.build.config.js --progress --display-modules --display-reasons --display-error-details --optimize-minimize --color --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cycdpoCodeLab/ife-course-2018.git"
},
"keywords": [
"ife"
],
"author": "cycjimmy <cycjimmy@gmail.com> (https://github.com/cycjimmy)",
"license": "MIT",
"bugs": {
"url": "https://github.com/cycjimmy/ife-course-2018/issues"
},
"homepage": "https://github.com/cycjimmy/ife-course-2018#readme",
"dependencies": {
"animate.css": "^3.6.1"
},
"devDependencies": {
"autoprefixer": "^8.4.1",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-preset-env": "^1.6.1",
"browser-sync": "^2.24.4",
"browser-sync-webpack-plugin": "^2.2.2",
"clean-webpack-plugin": "^0.1.19",
"cross-env": "^5.1.4",
"css-loader": "^0.28.11",
"del": "^3.0.0",
"expose-loader": "^0.7.5",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"file-loader": "^1.1.11",
"html-webpack-plugin": "^3.2.0",
"image-webpack-loader": "^4.2.0",
"merge-stream": "^1.0.1",
"node-sass": "^4.9.0",
"postcss-loader": "^2.1.5",
"pug": "^2.0.3",
"pug-loader": "^2.4.0",
"sass-loader": "^7.0.1",
"style-loader": "^0.21.0",
"uglify-js": "^3.3.23",
"uglifyjs-webpack-plugin": "^1.2.5",
"url-loader": "^1.0.1",
"webpack": "^4.7.0",
"webpack-cli": "^2.1.3",
"webpack-merge": "^4.1.2"
}
}