forked from JianShan-1214/MCU-up
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.27 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
{
"engines": {
"node": "14.x"
},
"name": "mcu-up",
"version": "1.0.0",
"description": "",
"main": "app.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app.js",
"dev": "nodemon app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mcuosc/mcu-up.git"
},
"keywords": [],
"author": "MCUOSC",
"license": "MIT",
"bugs": {
"url": "https://github.com/mcuosc/mcu-up/issues"
},
"homepage": "https://github.com/mcuosc/mcu-up#readme",
"dependencies": {
"@xmldom/xmldom": "^0.7.5",
"bootstrap": "^5.1.1",
"cheerio": "^1.0.0-rc.5",
"connect-flash": "^0.1.1",
"connect-mongo": "^4.4.0",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"ejs": "^3.1.5",
"express": "^4.17.1",
"express-session": "^1.17.1",
"fs": "^0.0.1-security",
"helmet": "^4.6.0",
"https": "^1.0.0",
"mongoose": "^6.0.14",
"mongoose-findorcreate": "^3.0.0",
"mongoose-paginate-v2": "^1.3.13",
"parse5": "^6.0.1",
"passport": "^0.4.1",
"passport-google-oauth20": "^2.0.0",
"passport-local-mongoose": "^6.0.1",
"pug": "^3.0.2",
"request": "^2.88.2",
"xmlserializer": "^0.6.1",
"xpath": "^0.0.32"
}
}