-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 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
59
60
61
62
{
"name": "file-uploader",
"version": "0.6.3",
"private": false,
"author": {
"name": "Alexander Löhr",
"email": "[email protected]"
},
"license": "MIT",
"scripts": {
"start": "node ./bin/www",
"dev": "concurrently npm:dev:*",
"dev:api": "nodemon bin/www",
"dev:ui": "vite",
"build-ui": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@vitejs/plugin-vue": "^4.0.0",
"@vue/component-compiler-utils": "^3.2.0",
"ascii-table": "0.0.9",
"axios": "^0.21.4",
"basic-auth": "^2.0.1",
"bluebird": "^3.7.2",
"body-parser": "^1.19.0",
"chai": "^4.3.4",
"concurrently": "^8.2.2",
"cookie-parser": "~1.3.5",
"cors": "^2.8.5",
"del": "^6.0.0",
"du": "^1.0.0",
"express": "^4.17.1",
"fast-glob": "^3.2.7",
"filesize": "^6.1.0",
"form-data": "^4.0.0",
"formidable": "^2.0.1",
"fs-extra": "^9.1.0",
"handlebars": "^4.7.7",
"hbs": "^4.1.1",
"lodash": "^4.17.21",
"mime-types": "^2.1.31",
"mocha": "^10.2.0",
"moment": "^2.29.1",
"mongoose": "^5.11.14",
"morgan": "^1.10.0",
"nconf": "^0.11.2",
"node-cron": "^2.0.3",
"nodemailer": "^6.9.1",
"nodemon": "^2.0.7",
"pinia": "^2.0.32",
"prompts": "^2.4.1",
"serve-favicon": "^2.5.0",
"shelljs": "^0.8.5",
"stylus": "^0.54.8",
"vite": "^4.1.4",
"vue": "^3.2.47",
"vue-hot-reload-api": "^2.3.4",
"vue-router": "^4.1.6",
"vue-template-compiler": "^2.6.12",
"winston": "^3.3.3"
}
}