angular ui
This commit is contained in:
10
package.json
10
package.json
@@ -3,13 +3,15 @@
|
||||
"version": "0.0.0",
|
||||
"scripts": {
|
||||
"ng": "ng",
|
||||
"start": "ng serve",
|
||||
"build": "ng build",
|
||||
"watch": "ng build --watch --configuration development",
|
||||
"test": "ng test"
|
||||
"prebuild": "node tools/generateAssetManifest.js",
|
||||
"start": "npm run prebuild && ng serve",
|
||||
"build": "npm run prebuild && ng build",
|
||||
"watch": "npm run prebuild && ng build --watch --configuration development",
|
||||
"test": "npm run prebuild && ng test"
|
||||
},
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@angular/animations": "^19.2.9",
|
||||
"@angular/common": "^19.2.0",
|
||||
"@angular/compiler": "^19.2.0",
|
||||
"@angular/core": "^19.2.0",
|
||||
|
||||
Reference in New Issue
Block a user