-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.72 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
53
{
"name": "open-fema-ng-client",
"version": "0.1.0",
"scripts": {
"xyz": "npm run script-name. Main scripts (start, stop, restart, install, version or test) do not require run command. https://docs.npmjs.com/cli/v8/using-npm/scripts",
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"opt": "ng build --optimization=true",
"watch": "ng build --watch --configuration development",
"update1": "npx ng update @angular/core @angular/cli ",
"update2": "npx ng update ",
"update3": "npx npm-check-updates",
"update4": "npx npm-check-updates -u",
"update5": "npm install",
"update6": "npm i -g rimraf",
"go": "ng s -o",
"test": "ng test"
},
"private": true,
"dependencies": {
"@angular/animations": "^15.0.2",
"@angular/common": "^15.0.2",
"@angular/compiler": "^15.0.2",
"@angular/core": "^15.0.2",
"@angular/forms": "^15.0.2",
"@angular/google-maps": "^15.0.1",
"@angular/platform-browser": "^15.0.2",
"@angular/platform-browser-dynamic": "^15.0.2",
"@angular/router": "^15.0.2",
"@googlemaps/markerclusterer": "^2.0.14",
"ag-grid-angular": "^28.2.1",
"ag-grid-community": "^28.2.1",
"jasmine-core": "^4.5.0",
"ngx-pagination": "^6.0.3",
"rxjs": "~7.5.7",
"tslib": "^2.4.1",
"zone.js": "~0.12.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^15.0.2",
"@angular/cli": "~15.0.2",
"@angular/compiler-cli": "^15.0.2",
"@types/jasmine": "~4.3.0",
"@types/supercluster": "^7.1.0",
"karma": "~6.4.1",
"karma-chrome-launcher": "~3.1.1",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.0.0",
"typescript": "~4.8.2, <4.9.0"
}
}