-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
76 lines (76 loc) · 2.25 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
{
"name": "share2",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --progress --profile --colors",
"server": "node app.js",
"dev": "cross-env NODE_ENV=development run-p build server",
"mock": "cross-env NODE_ENV=mock run-p build server",
"prod": "cross-env NODE_ENV=production run-p build && pm2 start pm2.json"
},
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^0.16.2",
"babel": "^6.23.0",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-transform-decorators": "^6.24.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"babel-runtime": "^6.26.0",
"babel-preset-env": "^1.6.0",
"config": "^1.26.2",
"css-loader": "^0.28.5",
"element-ui": "^1.4.3",
"eventsource-polyfill": "^0.9.6",
"font-awesome": "^4.7.0",
"font-awesome-webpack": "^0.0.5-beta.2",
"koa": "^2.3.0",
"koa-body": "^2.3.0",
"koa-ejs": "^4.1.0",
"koa-multer": "^1.0.2",
"koa-static": "^4.0.1",
"koa-favicon": "^2.0.0",
"koa-router": "^7.2.1",
"koa-webpack-middleware": "^1.0.7",
"mongoose": "^4.11.8",
"vue": "^2.4.2",
"vue-loader": "^13.0.4",
"vue-router": "^2.7.0",
"vue-style-loader": "^3.0.1",
"vue-template-compiler": "^2.4.2",
"vuex": "^2.3.1",
"webpack": "^3.5.5",
"less": "^2.7.2",
"less-loader": "^4.0.5",
"file-loader": "^0.11.2",
"json-loader": "^0.5.7",
"raw-loader": "^0.5.1",
"style-loader": "^0.18.2",
"clean-webpack-plugin": "^0.1.16",
"extract-text-webpack-plugin": "^3.0.0",
"html-webpack-plugin": "^2.30.1",
"transfer-webpack-plugin": "^0.1.4",
"webpack-dev-middleware": "^1.12.0"
},
"devDependencies": {
"chalk": "^2.1.0",
"cross-env": "^5.0.5",
"eslint": "^4.5.0",
"eslint-config-airbnb": "^15.1.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.2.1",
"nos-node-sdk": "^0.0.2",
"npm-run-all": "^4.0.2",
"streamifier": "^0.1.1",
"uuid": "^3.1.0"
}
}