Initial commit
This commit is contained in:
33
client/package.json
Normal file
33
client/package.json
Normal file
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"name": "client",
|
||||
"version": "0.0.0",
|
||||
"scripts": {
|
||||
"prepare-env": "node scripts/write-env.js",
|
||||
"ng": "node node_modules/@angular/cli/bin/ng.js",
|
||||
"start": "npm run prepare-env && node node_modules/@angular/cli/bin/ng.js serve",
|
||||
"build": "npm run prepare-env && node node_modules/@angular/cli/bin/ng.js build",
|
||||
"watch": "npm run prepare-env && node node_modules/@angular/cli/bin/ng.js build --watch --configuration development",
|
||||
"test": "node node_modules/@angular/cli/bin/ng.js test"
|
||||
},
|
||||
"private": true,
|
||||
"packageManager": "npm@11.10.1",
|
||||
"dependencies": {
|
||||
"@angular/common": "^21.2.0",
|
||||
"@angular/compiler": "^21.2.0",
|
||||
"@angular/core": "^21.2.0",
|
||||
"@angular/forms": "^21.2.0",
|
||||
"@angular/platform-browser": "^21.2.0",
|
||||
"@angular/router": "^21.2.0",
|
||||
"bootstrap": "^5.3.8",
|
||||
"rxjs": "~7.8.0",
|
||||
"tslib": "^2.3.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular/build": "^21.2.1",
|
||||
"@angular/cli": "^21.2.1",
|
||||
"@angular/compiler-cli": "^21.2.0",
|
||||
"dotenv": "^17.3.1",
|
||||
"prettier": "^3.8.1",
|
||||
"typescript": "~5.9.2"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user