Files
start9.com/site/web/package.json
2026-03-12 12:27:34 -06:00

43 lines
1.2 KiB
JSON

{
"name": "@start9/web",
"version": "0.1.0",
"private": true,
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"check": "tsc --project tsconfig.app.json --noEmit --skipLibCheck",
"codegen": "graphql-codegen --config codegen.ts"
},
"dependencies": {
"@angular/cdk": "^21.1.0",
"@angular/common": "^21.1.0",
"@angular/compiler": "^21.1.0",
"@angular/core": "^21.1.0",
"@angular/forms": "^21.1.0",
"@angular/platform-browser": "^21.1.0",
"@angular/router": "^21.1.0",
"@apollo/client": "^4.0.1",
"@taiga-ui/cdk": "5.0.0-rc.3",
"@taiga-ui/core": "5.0.0-rc.3",
"@taiga-ui/event-plugins": "^5.0.0",
"@taiga-ui/icons": "5.0.0-rc.3",
"@taiga-ui/kit": "5.0.0-rc.3",
"@taiga-ui/layout": "5.0.0-rc.3",
"apollo-angular": "^13.0.0",
"graphql": "^16.10.0",
"rxjs": "~7.8.0",
"tslib": "^2.3.0"
},
"devDependencies": {
"@angular/build": "^21.1.0",
"@angular/cli": "^21.1.0",
"@angular/compiler-cli": "^21.1.0",
"@graphql-codegen/cli": "^5.0.0",
"@graphql-codegen/client-preset": "^4.0.0",
"less-loader": "^12.3.0",
"typescript": "~5.9.2"
}
}