-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
47 lines (47 loc) · 1.16 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
{
"name": "blogM",
"version": "1.0.0",
"description": "主要针对 移动端 开发",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "webpack-dev-server"
},
"repository": {
"type": "git",
"url": "[email protected]:zxinc/blogM.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"art-template": "^4.13.2",
"blueimp-md5": "^2.10.0",
"body-parser": "^1.18.3",
"bootstrap": "^3.3.7",
"co": "^4.6.0",
"compression": "^1.7.4",
"echarts": "^4.2.1",
"express": "^4.16.4",
"express-art-template": "^1.0.1",
"express-session": "^1.15.6",
"jquery": "^3.3.1",
"marked": "^0.6.1",
"moment": "^2.24.0",
"mongoose": "^5.4.19",
"serve-favicon": "^2.5.0"
},
"devDependencies": {
"compression-webpack-plugin": "^3.0.0",
"css-loader": "^3.1.0",
"file-loader": "^4.1.0",
"image-webpack-loader": "^6.0.0",
"node-sass": "^4.12.0",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"url-loader": "^2.1.0",
"webpack": "^4.36.1",
"webpack-cli": "^3.3.6",
"webpack-dev-server": "^3.7.2"
}
}