-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 864 Bytes
/
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
{
"name": "visualnext",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./config/www",
"serve": "nodemon ./config/www"
},
"dependencies": {
"ansi-colors": "^4.1.1",
"app-root-path": "^3.0.0",
"body-parser": "^1.19.0",
"bootstrap": "^4.5.3",
"bootstrap-icons": "^1.2.1",
"chokidar": "^3.4.3",
"codemirror": "^5.58.3",
"consolidate": "^0.16.0",
"cookie-parser": "~1.4.4",
"cors": "^2.8.5",
"debug": "~2.6.9",
"directory-tree": "^2.2.5",
"express": "~4.16.1",
"express-async-handler": "^1.1.4",
"formidable": "^1.2.2",
"fs-extra": "^9.0.1",
"http-errors": "~1.6.3",
"morgan": "~1.9.1",
"multer": "^1.4.2",
"node-sass-middleware": "0.11.0",
"pug": "2.0.0-beta11",
"shortid": "^2.2.16"
},
"devDependencies": {
"nodemon": "^2.0.6"
}
}