forked from Julien-Marcou/MiamChoice
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 985 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
37
{
"name": "miam-choice",
"version": "0.2.0",
"description": "MiamChoice App for Niji",
"scripts": {
"start": "ng serve",
"build": "ng build",
"lint": "ng lint"
},
"dependencies": {
"@angular/common": "^8.2.12",
"@angular/compiler": "^8.2.12",
"@angular/core": "^8.2.12",
"@angular/forms": "^8.2.12",
"@angular/platform-browser": "^8.2.12",
"@angular/platform-browser-dynamic": "^8.2.12",
"@angular/router": "^8.2.12",
"@types/chart.js": "^2.8.9",
"@types/googlemaps": "^3.38.0",
"chart.js": "^2.9.0",
"core-js": "^3.3.4",
"foundation-sites": "^6.5.3",
"rxjs": "^6.5.3",
"tslib": "^1.10.0",
"zone.js": "^0.10.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.803.14",
"@angular/cli": "^8.3.14",
"@angular/compiler-cli": "^8.2.12",
"@types/node": "^12.11.7",
"codelyzer": "^5.2.0",
"ts-node": "^8.4.1",
"tslint": "^5.20.0",
"typescript": "^3.5.3"
}
}