-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
34 lines (34 loc) · 909 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
{
"name": "unitn-tronchet",
"version": "2.0.0",
"description": "A webapp to prepare for the UNITN Java theoric exam",
"main": "main.js",
"scripts": {
"build:frontend": "cd vuejs && npm run build",
"start": "node main.local",
"start:prod": "node main"
},
"directories": {
"doc": "doc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/euberdeveloper/unitn-tronchet.git"
},
"author": "Eugenio Vinicio Berretta",
"license": "MIT",
"bugs": {
"url": "https://github.com/euberdeveloper/unitn-tronchet/issues"
},
"homepage": "https://github.com/euberdeveloper/unitn-tronchet#readme",
"dependencies": {
"body-parser": "^1.19.0",
"compression": "^1.7.4",
"connect-history-api-fallback": "^1.6.0",
"cors": "^2.8.5",
"express": "^4.17.1",
"firebase-admin": "^8.9.1",
"helmet": "^3.21.2",
"morgan": "^1.9.1"
}
}