-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 1.93 KB
/
package.json
File metadata and controls
67 lines (67 loc) · 1.93 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
59
60
61
62
63
64
65
66
67
{
"name": "webpack2-demo",
"version": "0.0.1",
"description": "混合项目",
"devDependencies": {
"autoprefixer": "^6.3.1",
"autoprefixer-loader": "^3.2.0",
"babel": "^6.3.26",
"babel-core": "^6.4.5",
"babel-loader": "^6.2.1",
"babel-plugin-transform-runtime": "^6.4.3",
"babel-polyfill": "^6.3.14",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babel-preset-stage-0": "^6.3.13",
"css-loader": "^0.23.1",
"d3": "^3.5.15",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.1.1",
"gulp-babel": "^6.1.2",
"gulp-less": "^3.0.5",
"gulp-load-plugins": "^0.10.0",
"gulp-minify": "0.0.5",
"gulp-minify-css": "^1.2.4",
"gulp-notify": "^2.2.0",
"gulp-postcss": "^6.1.1",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.3.2",
"gulp-shell": "^0.5.2",
"gulp-sourcemap": "^1.0.1",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.3",
"highlight": "^0.2.4",
"history": "^1.17.0",
"immutable": "^3.7.6",
"koa": "^1.1.2",
"mysql": "^2.11.1",
"node-notifier": "^4.4.0",
"node-sass": "^3.8.0",
"on-build-webpack": "^0.1.0",
"path-order-webpack-plugin": "^0.1.1",
"postcss-loader": "^0.6.0",
"react-native": "^0.16.0",
"style-loader": "^0.13.0",
"webpack": "^2.1.0-beta.27"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"pack": "webpack --progress --colors --watch",
"pack-server": " webpack-dev-server --progress --colors --watch",
"huangcheng": "echo \"黄诚是傻逼\" "
},
"dependencies": {
"imagemin-jpegoptim": "^4.1.0"
},
"main": "gulpfile.js",
"repository": {
"type": "git",
"url": "git+https://github.com/LingYanSi/LingYanSi.github.io.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/LingYanSi/LingYanSi.github.io/issues"
},
"homepage": "https://github.com/LingYanSi/LingYanSi.github.io#readme"
}