zonemaster-gui/package.json
2022-12-19 08:43:08 +01:00

50 lines
1.7 KiB
JSON

{
"name": "zonemaster-gui",
"version": "4.0.0",
"license": "BSD-2-Clause",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "node scripts/faq.js && ng build --configuration production",
"release": "npm run build && node scripts/create_release.js",
"lint": "ng lint",
"e2e": "playwright test",
"e2e:update": "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. --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",
"rxjs": "^6.6.0",
"showdown": "^1.9.1",
"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.28.0",
"@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"
}
}