karusic/front/package.json

45 lines
1.3 KiB
JSON
Raw Normal View History

2022-06-19 19:24:04 +02:00
{
"name": "karusic",
"version": "0.0.0",
2024-02-26 00:01:37 +01:00
"license": "MPL-2",
2022-06-19 19:24:04 +02:00
"scripts": {
"all": "npm run build && npm run test",
"ng": "ng",
"dev": "ng serve --configuration=develop --watch --port 4203",
2022-06-19 19:24:04 +02:00
"build": "ng build --prod",
"test": "ng test",
"lint": "ng lint",
2024-02-26 00:01:37 +01:00
"style": "prettier --write .",
2024-02-15 22:59:35 +01:00
"e2e": "ng e2e",
"update_packages": "ncu --upgrade",
"install_dependency": "npm install"
2022-06-19 19:24:04 +02:00
},
"private": true,
"dependencies": {
2024-02-15 22:59:35 +01:00
"@angular/animations": "^17.2.0",
"@angular/cdk": "^17.1.2",
"@angular/common": "^17.2.0",
"@angular/compiler": "^17.2.0",
"@angular/core": "^17.2.0",
"@angular/forms": "^17.2.0",
"@angular/material": "^17.1.2",
"@angular/platform-browser": "^17.2.0",
"@angular/platform-browser-dynamic": "^17.2.0",
"@angular/router": "^17.2.0",
"rxjs": "^7.8.1",
"zone.js": "^0.14.4"
2022-06-19 19:24:04 +02:00
},
"devDependencies": {
2024-02-15 22:59:35 +01:00
"@angular-devkit/build-angular": "^17.2.0",
"@angular-eslint/builder": "17.2.1",
"@angular-eslint/eslint-plugin": "17.2.1",
"@angular-eslint/eslint-plugin-template": "17.2.1",
"@angular-eslint/schematics": "17.2.1",
"@angular-eslint/template-parser": "17.2.1",
"@angular/cli": "^17.2.0",
"@angular/compiler-cli": "^17.2.0",
"@angular/language-service": "^17.2.0",
"npm-check-updates": "^16.14.15"
2022-06-19 19:24:04 +02:00
}
2024-02-26 00:01:37 +01:00
}