forked from guobinnew/yuchang
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
80 lines (80 loc) · 1.8 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
{
"name": "yuchang",
"version": "1.2.0",
"description": "",
"main": "main.js",
"scripts": {
"start": "electron .",
"debug": "electron . --debug --enable-logging",
"server": "node ./server/wrapper.js",
"test": "mocha"
},
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^0.18.0",
"bluebird": "^3.5.2",
"body-parser": "^1.18.3",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.3",
"crypto-js": "^3.1.9-1",
"ejs": "^2.6.1",
"express": "^4.16.3",
"express-formidable": "^1.0.0",
"express-partials": "^0.3.0",
"express-session": "^1.15.6",
"express-winston": "^2.6.0",
"method-override": "^2.3.10",
"morgan": "^1.9.1",
"mysql": "^2.16.0",
"nodemailer": "^4.6.8",
"serve-favicon": "^2.5.0",
"superagent": "^3.8.3",
"uuid": "^3.3.2",
"winston": "^2.4.4"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^8.0.2",
"babel-preset-env": "^1.7.0",
"chai": "^4.1.2",
"css-loader": "^1.0.0",
"electron": "^2.0.9",
"electron-packager": "^12.1.2",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^2.0.0",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"jshint": "^2.9.6",
"sinon": "^6.3.4",
"url-loader": "^1.1.1",
"webpack": "^4.19.0",
"webpack-cli": "^3.1.0",
"webpack-dev-middleware": "^3.3.0",
"webpack-dev-server": "^3.1.11"
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"plugin:vue/essential",
"eslint:recommended"
],
"rules": {},
"parserOptions": {
"parser": "babel-eslint"
}
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
]
}