initial commit
This commit is contained in:
41
package.json
Normal file
41
package.json
Normal file
@@ -0,0 +1,41 @@
|
||||
{
|
||||
"name": "angular-22-ssr-pwa",
|
||||
"version": "0.0.0",
|
||||
"scripts": {
|
||||
"ng": "ng",
|
||||
"start": "ng serve",
|
||||
"build": "ng build",
|
||||
"watch": "ng build --watch --configuration development",
|
||||
"test": "ng test",
|
||||
"serve:ssr:angular-22-ssr-pwa": "node dist/angular-22-ssr-pwa/server/server.mjs"
|
||||
},
|
||||
"private": true,
|
||||
"packageManager": "npm@11.8.0",
|
||||
"dependencies": {
|
||||
"@angular/common": "^22.0.0-next.0",
|
||||
"@angular/compiler": "^22.0.0-next.0",
|
||||
"@angular/core": "^22.0.0-next.0",
|
||||
"@angular/forms": "^22.0.0-next.0",
|
||||
"@angular/platform-browser": "^22.0.0-next.0",
|
||||
"@angular/platform-server": "^22.0.0-next.0",
|
||||
"@angular/router": "^22.0.0-next.0",
|
||||
"@angular/ssr": "^22.0.0-next.5",
|
||||
"express": "^5.1.0",
|
||||
"rxjs": "~7.8.0",
|
||||
"tslib": "^2.3.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular/build": "^22.0.0-next.5",
|
||||
"@angular/cli": "^22.0.0-next.5",
|
||||
"@angular/compiler-cli": "^22.0.0-next.0",
|
||||
"@tailwindcss/postcss": "^4.1.12",
|
||||
"@types/express": "^5.0.1",
|
||||
"@types/node": "^20.17.19",
|
||||
"jsdom": "^28.0.0",
|
||||
"postcss": "^8.5.3",
|
||||
"prettier": "^3.8.1",
|
||||
"tailwindcss": "^4.1.12",
|
||||
"typescript": "~6.0.2",
|
||||
"vitest": "^4.0.8"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user