41 lines
1.2 KiB
JSON
41 lines
1.2 KiB
JSON
{
|
|
"name": "karideo",
|
|
"version": "0.0.0",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"all": "npm run build && npm run test",
|
|
"ng": "ng",
|
|
"start": "ng serve --configuration=develop --watch --port 4202",
|
|
"build": "ng build --prod",
|
|
"test": "ng test",
|
|
"lint": "ng lint",
|
|
"e2e": "ng e2e"
|
|
},
|
|
"private": true,
|
|
"dependencies": {
|
|
"@angular/animations": "^14.2.10",
|
|
"@angular/cdk": "^14.2.7",
|
|
"@angular/common": "^14.2.10",
|
|
"@angular/compiler": "^14.2.10",
|
|
"@angular/core": "^14.2.10",
|
|
"@angular/forms": "^14.2.10",
|
|
"@angular/material": "^14.2.7",
|
|
"@angular/platform-browser": "^14.2.10",
|
|
"@angular/platform-browser-dynamic": "^14.2.10",
|
|
"@angular/router": "^14.2.10",
|
|
"rxjs": "^7.5.7",
|
|
"zone.js": "^0.12.0"
|
|
},
|
|
"devDependencies": {
|
|
"@angular-devkit/build-angular": "^14.2.9",
|
|
"@angular-eslint/builder": "14.2.0",
|
|
"@angular-eslint/eslint-plugin": "14.2.0",
|
|
"@angular-eslint/eslint-plugin-template": "14.2.0",
|
|
"@angular-eslint/schematics": "14.2.0",
|
|
"@angular-eslint/template-parser": "14.2.0",
|
|
"@angular/cli": "^14.2.9",
|
|
"@angular/compiler-cli": "^14.2.10",
|
|
"@angular/language-service": "^14.2.10"
|
|
}
|
|
}
|