-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 2.26 KB
/
package.json
File metadata and controls
71 lines (71 loc) · 2.26 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
68
69
70
71
{
"name": "special2016-data",
"app": "奥会惠",
"version": "0.0.1",
"description": "special 2016",
"main": "index.js",
"scripts": {
"start": "gulp",
"img": "gulp images",
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "webpack-dev-server -d --history-api-fallback --hot --inline --progress --colors --port 3000",
"build": "NODE_ENV=production webpack --progress --colors"
},
"repository": {
"type": "git",
"url": "git+https://github.com/panli-com/special2016.git"
},
"author": "Julian zanjser@163.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/panli-com/special2016/issues"
},
"homepage": "https://nnn.li",
"devDependencies": {
"autoprefixer": "^6.3.6",
"babel-core": "^6.11.4",
"babel-loader": "^6.2.3",
"babel-plugin-transform-runtime": "^6.5.2",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"babel-register": "^6.11.6",
"babel-runtime": "^6.5.0",
"browser-sync": "^2.12.3",
"classnames": "^2.2.3",
"css-loader": "^0.23.1",
"file-loader": "^0.8.5",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-concat": "^2.6.0",
"gulp-connect": "^3.2.2",
"gulp-header": "^1.8.7",
"gulp-imagemin": "^2.4.0",
"gulp-minify-css": "^1.2.4",
"gulp-notify": "^2.2.0",
"gulp-postcss": "^6.1.1",
"gulp-px3rem": "^0.3.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.2.0",
"gulp-uglify": "^1.5.3",
"gulp-zip": "^3.2.0",
"imagemin-pngquant": "^4.2.2",
"postcss-loader": "^0.8.1",
"react": "^15.0.0",
"react-dom": "^15.0.0",
"react-hot-loader": "^1.3.0",
"react-redux": "^4.4.0",
"react-router": "^2.0.0",
"react-router-redux": "^4.0.0",
"redux": "^3.3.1",
"redux-actions": "^0.9.1",
"rucksack-css": "^0.8.5",
"style-loader": "^0.13.0",
"webpack": "^1.12.14",
"webpack-dev-server": "^1.14.1",
"webpack-hot-middleware": "^2.7.1"
},
"dependencies": {
"plmi": "0.0.2"
}
}