72 lines
2.1 KiB
JSON
72 lines
2.1 KiB
JSON
{
|
|
"name": "phx-frontend-plugin-demo",
|
|
"version": "0.0.0",
|
|
"scripts": {
|
|
"ng": "ng",
|
|
"start": "ng serve --configuration development",
|
|
"build": "concurrently \"ng build --watch --output-hashing none --configuration production\" \"node scripts/copy-latest.mjs --watch\"",
|
|
"test": "ng test",
|
|
"build:dev": "ng build --output-hashing none --watch --configuration development",
|
|
"copy-latest": "node scripts/copy-latest.mjs",
|
|
"serve": "node ./scripts/serve-dist.mjs",
|
|
"codegen": "graphql-codegen",
|
|
"client": "ng serve --port 4201 --watch --configuration development",
|
|
"plugin": "concurrently \"yarn build\" \"yarn serve\""
|
|
},
|
|
"prettier": {
|
|
"printWidth": 100,
|
|
"singleQuote": true,
|
|
"overrides": [
|
|
{
|
|
"files": "*.html",
|
|
"options": {
|
|
"parser": "angular"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"private": true,
|
|
"dependencies": {
|
|
"@angular/animations": "20",
|
|
"@angular/common": "^20.3.0",
|
|
"@angular/compiler": "^20.3.0",
|
|
"@angular/core": "^20.3.0",
|
|
"@angular/elements": "20",
|
|
"@angular/forms": "^20.3.0",
|
|
"@angular/platform-browser": "^20.3.0",
|
|
"@angular/router": "^20.3.0",
|
|
"@apollo/client": "^4.0.1",
|
|
"@phx-erp/shared": "^0.1.4",
|
|
"@phx-erp/shared-ui": "^0.1.4",
|
|
"@primeng/themes": "20",
|
|
"apollo-angular": "14.0.0",
|
|
"graphql": "^16",
|
|
"postcss": "^8.5.15",
|
|
"primeng": "20",
|
|
"rxjs": "~7.8.0",
|
|
"tailwindcss": "3.4.17",
|
|
"tailwindcss-primeui": "^0.6.1",
|
|
"tslib": "^2.3.0",
|
|
"zone.js": "~0.15.0"
|
|
},
|
|
"devDependencies": {
|
|
"@angular/build": "^20.3.2",
|
|
"@angular/cli": "^20.3.2",
|
|
"@angular/compiler-cli": "^20.3.0",
|
|
"@graphql-codegen/cli": "^7.1.2",
|
|
"@graphql-codegen/typed-document-node": "^7.0.3",
|
|
"@graphql-codegen/typescript": "^6.0.2",
|
|
"@graphql-codegen/typescript-operations": "^6.0.3",
|
|
"@types/jasmine": "~5.1.0",
|
|
"concurrently": "^10.0.3",
|
|
"jasmine-core": "~5.9.0",
|
|
"karma": "~6.4.0",
|
|
"karma-chrome-launcher": "~3.2.0",
|
|
"karma-coverage": "~2.2.0",
|
|
"karma-jasmine": "~5.1.0",
|
|
"karma-jasmine-html-reporter": "~2.1.0",
|
|
"serve": "^14.2.6",
|
|
"typescript": "5.9.2"
|
|
}
|
|
}
|