-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
84 lines (84 loc) · 2.47 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"name": "pagemaker",
"version": "1.0.0",
"private": true,
"description": "前端页面制作工具",
"scripts": {
"dev": "cross-env NODE_ENV=development && webpack-dev-server --devtool --progress",
"server": "pm2 start ./server/pagemaker",
"build": "cross-env NODE_ENV=production && webpack -p"
},
"repository": {
"type": "git",
"url": "https://github.com/tywei90/pagemaker_production"
},
"author": "tywei",
"license": "MIT",
"devDependencies": {
"autoprefixer": "^6.4.0",
"babel-core": "6.18.2",
"babel-eslint": "6.1.2",
"babel-loader": "6.2.7",
"babel-plugin-import": "^1.1.0",
"babel-plugin-transform-class-properties": "^6.19.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"babel-preset-react-native": "^1.9.0",
"babel-preset-stage-0": "^6.16.0",
"cross-env": "^3.1.4",
"css-loader": "^0.14.5",
"extract-text-webpack-plugin": "~1.0.1",
"file-loader": "^0.9.0",
"jsx-loader": "^0.13.2",
"node-libs-browser": "^0.5.2",
"node-sass": "^3.2.0",
"postcss-loader": "^0.11.0",
"progress-bar-webpack-plugin": "^1.9.0",
"resolve-url": "^0.2.1",
"sass-loader": "^1.0.2",
"style-loader": "^0.12.3",
"url-loader": "^0.5.6",
"webpack": "^1.9.11",
"webpack-dev-server": "^1.15.0"
},
"dependencies": {
"antd": "^2.5.2",
"arr-sort": "^1.0.0",
"autobind-decorator": "^1.3.4",
"babel-eslint": "^7.1.1",
"babel-polyfill": "^6.26.0",
"babel-runtime": "^6.26.0",
"bcrypt": "^1.0.2",
"bluebird": "~3.4.6",
"body-parser": "~1.15.2",
"busboy": "^0.2.13",
"cookie-parser": "~1.4.3",
"debug": "~2.2.0",
"express": "~4.14.0",
"ftp": "^0.3.10",
"imagemin": "^5.3.1",
"imagemin-jpegtran": "^5.0.2",
"imagemin-pngquant": "^5.0.1",
"less-middleware": "~2.2.0",
"log4js": "~1.0.1",
"morgan": "~1.7.0",
"multer": "^1.2.0",
"opn": "^5.1.0",
"pug": "~2.0.0-beta6",
"pure-render-decorator": "^1.2.1",
"rc-color-picker": "^1.1.7",
"react-frame-component": "^0.6.6",
"react-immutable-proptypes": "^2.1.0",
"react-redux": "^4.4.6",
"reactcss": "^1.1.1",
"redux": "^3.6.0",
"redux-immutable": "^3.0.8",
"remote-redux-devtools": "^0.5.5",
"serve-favicon": "~2.3.0",
"shelljs": "^0.7.5",
"through2": "^2.0.3",
"whatwg-fetch": "^2.0.3"
}
}