-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.47 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.47 KB
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
{
"name": "crimeview",
"version": "2.2.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"build:prod": "ng build --prod --base-href \"https://kexplx.github.io/crimeview/\"",
"test": "jest",
"test:watch": "jest --watch",
"lint": "ng lint",
"e2e": "ng e2e"
},
"private": true,
"dependencies": {
"@angular/animations": "^11.0.0",
"@angular/cdk": "^10.2.3",
"@angular/common": "^11.0.0",
"@angular/compiler": "^11.0.0",
"@angular/core": "^11.0.0",
"@angular/forms": "^11.0.0",
"@angular/material": "^10.2.3",
"@angular/platform-browser": "^11.0.0",
"@angular/platform-browser-dynamic": "^11.0.0",
"@angular/router": "^11.0.0",
"@swimlane/ngx-charts": "^16.0.0",
"leaflet": "^1.7.1",
"rxjs": "~6.5.5",
"tslib": "^2.0.0",
"zone.js": "~0.10.3"
},
"devDependencies": {
"@angular-devkit/build-angular": "^0.1100.0",
"@angular/cli": "^11.0.0",
"@angular/compiler-cli": "^11.0.0",
"@types/geojson": "^7946.0.7",
"@types/googlemaps": "^3.39.13",
"@types/jest": "^26.0.14",
"@types/leaflet": "^1.5.17",
"@types/node": "^12.12.62",
"codelyzer": "^6.0.0",
"jest": "^26.4.2",
"jest-preset-angular": "^8.3.1",
"rxjs-tslint-rules": "^4.34.3",
"ts-node": "~8.3.0",
"tslint": "~6.1.0",
"typescript": "^4.0.3"
},
"jest": {
"preset": "jest-preset-angular",
"setupFilesAfterEnv": [
"<rootDir>/src/setup-jest.ts"
]
}
}