-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.35 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
{
"name": "subaco-server",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"build": "webpack",
"watch": "NODE_ENV=development webpack --watch",
"test": "npm run lint",
"lint": "eslint ."
},
"dependencies": {
"body-parser": "^1.20.1",
"connect-flash": "^0.1.1",
"connect-mongo": "^3.2.0",
"cookie-parser": "~1.4.4",
"debug": "~4.1.1",
"dotenv": "^8.2.0",
"ect": "^0.5.9",
"express": "^4.18.2",
"express-session": "^1.17.0",
"mongoose": "^5.13.15",
"morgan": "^1.9.1",
"passport": "^0.6.0",
"passport-local": "^1.0.0",
"serve-favicon": "~2.5.0",
"vue-history-api-fallback": "^1.0.3"
},
"devDependencies": {
"axios": "^0.21.2",
"babel-eslint": "^10.0.3",
"bootstrap": "^4.4.1",
"cache-loader": "^4.1.0",
"css-loader": "^3.4.2",
"date-utils": "^1.2.21",
"eslint": "^6.8.0",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^5.0.2",
"font-awesome": "^4.7.0",
"jquery": "^3.5.0",
"jquery-circliful": "^0.1.1",
"popper.js": "^1.16.1",
"source-map-loader": "^0.2.4",
"uglify-es-webpack-plugin": "^0.10.0",
"uglify-save-license": "^0.4.1",
"vue": "^2.6.11",
"vue-loader": "^15.9.0",
"vue-router": "^3.1.5",
"vue-template-compiler": "^2.6.11",
"webpack": "^4.41.6"
}
}