-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
91 lines (91 loc) · 2.82 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
85
86
87
88
89
90
91
{
"name": "fisoa",
"version": "1.0.0",
"description": "Fisoa_web_site",
"main": "index.js",
"scripts": {
"startfe": "NODE_ENV=development webpack-dev-server --host 0.0.0.0 --colors --progress --devtool cheap-module-source-map",
"buildfe": "NODE_ENV=production webpack --colors --progress",
"start": "NODE_ENV=development nodemon node/app.js ../config/config.local.json",
"build": "export NODE_ENV=production && node_modules/pm2/bin/pm2 start node/app.js -n Fisoa -f -- ../config/config.json -w",
"make": "bash sh/build.sh",
"merge": "bash sh/merge.sh"
},
"author": "muyu",
"license": "ISC",
"dependencies": {
"ali-oss": "^4.11.2",
"antd": "^2.13.6",
"babel": "^6.23.0",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-eslint": "^8.0.1",
"babel-loader": "^7.1.1",
"babel-plugin-import": "^1.2.1",
"babel-plugin-module-resolver": "^3.1.1",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"babel-preset-stage-3": "^6.24.1",
"clipboard": "^2.0.0",
"co": "^4.6.0",
"css-loader": "^0.28.7",
"eslint": "^4.9.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.4.0",
"extract-text-webpack-plugin": "^2.1.2",
"file-loader": "^0.11.2",
"image-webpack-loader": "^3.3.1",
"is-generator-function": "^1.0.6",
"koa": "^2.3.0",
"koa-body": "^2.3.0",
"koa-helmet": "^4.0.0",
"koa-pug": "^3.0.0-2",
"koa-router": "^7.2.1",
"koa-static": "^4.0.2",
"koa-useragent": "^1.0.0",
"less": "^2.7.2",
"less-loader": "^4.0.5",
"log4js": "^2.3.12",
"moment": "^2.18.1",
"mysql": "^2.15.0",
"node-sass": "^4.5.3",
"node-schedule": "^1.3.0",
"nodemailer": "^4.6.3",
"nodemon": "^1.11.0",
"pm2": "^2.10.1",
"prop-types": "^15.5.8",
"pug": "^2.0.0-rc.2",
"react": "^16.3.1",
"react-dom": "^16.3.1",
"react-draft-wysiwyg": "^1.10.7",
"react-lazy-load": "^3.0.12",
"react-redux": "^5.0.5",
"react-router": "^3.0.1",
"react-transition-group": "^1.1.3",
"redis": "^2.8.0",
"redux": "^3.7.1",
"redux-thunk": "^2.2.0",
"request": "^2.81.0",
"sass": "^1.0.0-beta.1",
"sass-loader": "^6.0.6",
"slick-carousel": "^1.6.0",
"style-loader": "^0.18.2",
"thunkify": "^2.1.2",
"uglify-es": "^3.1.9",
"uglify-js-harmony": "^2.7.7",
"uglifyjs-webpack-plugin": "^0.4.6",
"url-loader": "^0.5.9",
"uuid4": "^1.0.0",
"webpack": "^3.1.0",
"webpack-dev-server": "^2.5.0"
},
"devDependencies": {
"babel-plugin-add-module-exports": "^0.3.2",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2"
}
}