-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.61 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
{
"name": "admin-node",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/windyoung1990/admin-node.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/windyoung1990/admin-node/issues"
},
"homepage": "https://github.com/windyoung1990/admin-node#readme",
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/preset-env": "^7.11.5",
"@babel/register": "^7.11.5",
"babel-cli": "^6.26.0",
"babel-plugin-transform-async-to-generator": "^6.24.1",
"babel-plugin-transform-es2015-classes": "^6.24.1",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
"babel-plugin-transform-export-extensions": "^6.22.0",
"babel-preset-env": "^1.7.0",
"babel-preset-stage-0": "^6.24.1",
"babel-register": "^6.26.0",
"nodemon": "^2.0.4"
},
"dependencies": {
"bluebird": "^3.7.2",
"chalk": "^4.1.0",
"config-lite": "^3.0.0",
"connect-history-api-fallback": "^1.6.0",
"connect-mongo": "^3.2.0",
"cookie-parser": "^1.4.5",
"cross-env": "^7.0.2",
"crypto": "^1.0.1",
"express": "^4.17.1",
"express-session": "^1.17.1",
"express-winston": "^4.0.5",
"formidable": "^1.2.2",
"gm": "^1.23.1",
"moment": "^2.28.0",
"mongodb": "^3.6.2",
"mongoose": "^5.10.6",
"node-fetch": "^2.6.1",
"pm2": "^4.4.1",
"qiniu": "^7.3.2",
"time-formater": "^1.1.3",
"winston": "^3.3.3"
}
}