-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.84 KB
/
Copy pathpackage.json
File metadata and controls
57 lines (57 loc) · 1.84 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
56
57
{
"name": "angular-arcgis-multimaps",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build --configuration production",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"copy:arcgis": "ncp ./node_modules/@arcgis/core/assets ./src/assets",
"dev:ssr": "ng run angular-arcgis-multimaps:serve-ssr",
"serve:ssr": "node dist/angular-arcgis-multimaps/server/main.js",
"build:ssr": "ng build --configuration production && ng run angular-arcgis-multimaps:server:production",
"prerender": "ng run angular-arcgis-multimaps:prerender"
},
"private": true,
"dependencies": {
"@angular/common": "^15.2.1",
"@angular/compiler": "^15.2.1",
"@angular/core": "^15.2.1",
"@angular/forms": "^15.2.1",
"@angular/platform-browser": "^15.2.1",
"@angular/platform-browser-dynamic": "^15.2.1",
"@angular/platform-server": "^15.2.1",
"@angular/router": "^15.2.1",
"@angular/service-worker": "^15.2.1",
"@arcgis/core": "^4.26.5",
"@nguniversal/express-engine": "^15.2.0",
"express": "^4.18.2",
"rxjs": "~7.8.0",
"tslib": "^2.5.0",
"zone.js": "~0.12.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^15.2.1",
"@angular/cli": "^15.2.1",
"@angular/compiler-cli": "^15.2.1",
"@nguniversal/builders": "^15.2.0",
"@types/express": "^4.17.17",
"@types/jasmine": "~4.3.1",
"@types/node": "^18.14.4",
"codelyzer": "^6.0.2",
"jasmine-core": "~4.5.0",
"jasmine-spec-reporter": "~7.0.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",
"protractor": "~7.0.0",
"stylelint-config-standard": "^30.0.1",
"tailwindcss": "^3.2.7",
"ts-node": "~10.9.1",
"typescript": "~4.9.5"
}
}