forked from covics-team-19/frontend
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 1.2 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
{
"name": "frontend",
"version": "1.0.0",
"description": "The frontend of covics-19",
"main": "main.js",
"scripts": {
"start": "node main",
"postinstall": "npm run copy-libs",
"copy-libs": "cpx \"node_modules/{angular,angular-*,@uirouter,leaflet*,flag-icon-css,bootstrap/dist,@fortawesome,jquery/dist}/**/*\" frontend/lib -C"
},
"repository": {
"type": "git",
"url": "git+https://github.com/covics-team-19/frontend.git"
},
"author": "Mohamed Zaim Wadghiri <mohamed.zaimwadghiri@gmail.com>",
"license": "GPL",
"bugs": {
"url": "https://github.com/covics-team-19/frontend/issues"
},
"homepage": "https://github.com/covics-team-19/frontend#readme",
"dependencies": {
"body-parser": "^1.19.0",
"compression": "^1.7.4",
"cors": "^2.8.5",
"express": "^4.17.1",
"helmet": "^3.22.0",
"morgan": "^1.10.0",
"@fortawesome/fontawesome-free": "^5.13.0",
"@uirouter/angularjs": "^1.0.7",
"angular": "1.7.x",
"bootstrap": "3.3.x",
"flag-icon-css": "^3.4.6",
"jquery": "3.3.x",
"leaflet": "^1.6.0",
"leaflet-easybutton": "^2.4.0",
"leaflet.gridlayer.googlemutant": "^0.8.0"
},
"devDependencies": {
"cpx": "^1.5.0"
}
}