-
Notifications
You must be signed in to change notification settings - Fork 23
/
package.json
55 lines (55 loc) · 1.98 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
54
55
{
"name": "zonemaster-gui",
"version": "4.3.1",
"license": "BSD-2-Clause",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build --configuration production",
"release": "npm run build && node scripts/create_release.js",
"lint": "ng lint",
"e2e": "playwright --version && playwright test",
"e2e:update": "playwright --version && playwright test --update-snapshots",
"e2e:install": "playwright install chromium",
"e2e:install-deps": "playwright install-deps chromium",
"e2e:test-server": "ng build --configuration=tests --localize && node scripts/test_server.js",
"i18n:extract": "ng extract-i18n --remove-ids-with-prefix ngb.datepicker --remove-ids-with-prefix ngb.carousel --remove-ids-with-prefix ngb.alert --remove-ids-with-prefix ngb.timepicker --remove-ids-with-prefix ngb.toast --output-path src/locale --trim --new-translation-targets-blank omit"
},
"private": false,
"dependencies": {
"@angular/animations": "^13.3.11",
"@angular/common": "^13.3.11",
"@angular/compiler": "^13.3.11",
"@angular/core": "^13.3.11",
"@angular/forms": "^13.3.11",
"@angular/localize": "^13.3.11",
"@angular/platform-browser": "^13.3.11",
"@angular/platform-browser-dynamic": "^13.3.11",
"@angular/router": "^13.3.11",
"@ng-bootstrap/ng-bootstrap": "^12.0.0",
"bootstrap": "^5.2.0",
"file-saver": "^2.0.2",
"fork-awesome": "^1.2.0",
"punycode": "^2.3.1",
"rxjs": "^6.6.0",
"tslib": "^2.0.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^13.3.9",
"@angular/cli": "^13.3.9",
"@angular/compiler-cli": "^13.3.11",
"@angular/language-service": "^13.3.11",
"@playwright/test": "^1.44.1",
"@types/file-saver": "^2.0.1",
"@types/node": "^13.11.0",
"archiver": "^3.1.1",
"ng-extract-i18n-merge": "^2.3.0",
"typescript": "^4.6.4"
},
"overrides": {
"webpack": "5.94.0",
"postcss": "8.4.31",
"semver": "7.5.2"
}
}