|
1 | 1 | { |
2 | | - "name": "santasworkshop", |
3 | | - "version": "2025.0.1", |
4 | | - "author": "Joel Meaders", |
5 | | - "private": true, |
6 | | - "scripts": { |
7 | | - "ng": "ng", |
8 | | - "functions:deploy:test": "firebase use santas-workshop-test && firebase deploy --only functions", |
9 | | - "functions:deploy:prod": "firebase use santas-workshop-193b5 && firebase deploy --only functions", |
10 | | - "emulators:start": "firebase use santas-workshop-test && firebase emulators:start --import .firebase --export-on-exit", |
11 | | - "emulators:start:noexport": "firebase use santas-workshop-test && firebase emulators:start --import .firebase", |
12 | | - "emulators:start:sample": "firebase use santas-workshop-test && firebase emulators:start --import .firebase-sample-data --export-on-exit .firebase-sample-data", |
13 | | - "fsrules:deploy": "firebase deploy --only firestore:rules", |
14 | | - "prettier:format": "npx prettier --end-of-line auto --write .", |
15 | | - "ci:admin:config": "ts-node -O '{\"module\": \"commonjs\"}' config.admin.ts", |
16 | | - "ci:admin:build": "pnpm --filter @santashop/models build && pnpm --filter @santashop/core build:prod && ng build santashop-admin --configuration=production", |
17 | | - "ci:app:config": "ts-node -O '{\"module\": \"commonjs\"}' config.app.ts", |
18 | | - "ci:app:build": "pnpm --filter @santashop/models build && pnpm --filter @santashop/core build:prod && ng build santashop-app --configuration=production", |
19 | | - "e2e:setup": "pnpm --filter @santashop/e2e exec playwright install", |
20 | | - "e2e:test": "pnpm e2e:prebuild && concurrently -k -s first -n \"APP,TESTS\" -c \"blue,green\" \"pnpm e2e:serve\" \"pnpm e2e:run\"", |
21 | | - "e2e:prebuild": "cd santashop-functions && npm run build", |
22 | | - "e2e:serve": "pnpm --filter @santashop/app start:test", |
23 | | - "e2e:run": "wait-on http://localhost:4100 && pnpm --filter @santashop/e2e test", |
24 | | - "e2e:ui": "wait-on http://localhost:4100 && pnpm --filter @santashop/e2e test:ui", |
25 | | - "e2e:debug": "wait-on http://localhost:4100 && pnpm --filter @santashop/e2e test:debug" |
26 | | - }, |
27 | | - "dependencies": { |
28 | | - "@angular/animations": "^20.3.10", |
29 | | - "@angular/common": "^20.3.10", |
30 | | - "@angular/compiler": "^20.3.10", |
31 | | - "@angular/core": "^20.3.10", |
32 | | - "@angular/fire": "^20.0.1", |
33 | | - "@angular/forms": "^20.3.10", |
34 | | - "@angular/platform-browser": "^20.3.10", |
35 | | - "@angular/platform-browser-dynamic": "^20.3.10", |
36 | | - "@angular/router": "^20.3.10", |
37 | | - "@ionic/angular": "^8.7.9", |
38 | | - "@ngx-translate/core": "^17.0.0", |
39 | | - "@ngx-translate/http-loader": "^17.0.0", |
40 | | - "@zxing/browser": "^0.1.5", |
41 | | - "@zxing/library": "^0.21.3", |
42 | | - "@zxing/ngx-scanner": "^20.0.0", |
43 | | - "chart.js": "^4.5.1", |
44 | | - "chartjs-plugin-datalabels": "^2.2.0", |
45 | | - "date-fns": "^4.1.0", |
46 | | - "firebase": "^11.10.0", |
47 | | - "ionicons": "^8.0.13", |
48 | | - "ng2-charts": "^8.0.0", |
49 | | - "reflect-metadata": "^0.2.2", |
50 | | - "rxjs": "^7.8.2", |
51 | | - "tslib": "~2.7.0", |
52 | | - "zone.js": "~0.15.1" |
53 | | - }, |
54 | | - "devDependencies": { |
55 | | - "@angular-devkit/build-angular": "^20.3.9", |
56 | | - "@angular-eslint/builder": "20.5.1", |
57 | | - "@angular-eslint/eslint-plugin": "20.5.1", |
58 | | - "@angular-eslint/eslint-plugin-template": "20.5.1", |
59 | | - "@angular-eslint/schematics": "20.5.1", |
60 | | - "@angular-eslint/template-parser": "20.5.1", |
61 | | - "@angular/cli": "^20.3.9", |
62 | | - "@angular/compiler-cli": "^20.3.10", |
63 | | - "@hirez_io/observer-spy": "^2.2.0", |
64 | | - "@ionic/angular-toolkit": "^12.3.0", |
65 | | - "@ionic/cli": "^7.2.1", |
66 | | - "@playwright/test": "^1.49.1", |
67 | | - "@types/jasmine": "^5.1.12", |
68 | | - "@types/node": "^24.10.0", |
69 | | - "@types/underscore": "^1.13.0", |
70 | | - "@typescript-eslint/eslint-plugin": "^8.46.3", |
71 | | - "@typescript-eslint/parser": "8.46.3", |
72 | | - "angular-eslint": "^20.5.1", |
73 | | - "concurrently": "^9.1.2", |
74 | | - "eslint": "^9.39.1", |
75 | | - "eslint-config-prettier": "^10.1.8", |
76 | | - "eslint-plugin-import": "^2.32.0", |
77 | | - "eslint-plugin-jsdoc": "^61.1.12", |
78 | | - "eslint-plugin-prefer-arrow": "1.2.3", |
79 | | - "eslint-plugin-prettier": "^5.5.4", |
80 | | - "firebase-tools": "^14.24.0", |
81 | | - "jasmine-core": "~5.12.1", |
82 | | - "jasmine-spec-reporter": "~7.0.0", |
83 | | - "karma": "~6.4.4", |
84 | | - "karma-chrome-launcher": "~3.2.0", |
85 | | - "karma-cli": "^2.0.0", |
86 | | - "karma-coverage": "~2.2.1", |
87 | | - "karma-jasmine": "~5.1.0", |
88 | | - "karma-jasmine-html-reporter": "^2.1.0", |
89 | | - "ng-packagr": "^20.3.0", |
90 | | - "open": "^10.2.0", |
91 | | - "prettier": "^3.6.2", |
92 | | - "ts-node": "~10.9.2", |
93 | | - "typescript": "5.8.3", |
94 | | - "wait-on": "^8.0.3", |
95 | | - "webpack-bundle-analyzer": "^4.10.2" |
96 | | - }, |
97 | | - "volta": { |
98 | | - "node": "24.11.0" |
99 | | - } |
| 2 | + "name": "santasworkshop", |
| 3 | + "version": "2025.1.0", |
| 4 | + "author": "Joel Meaders", |
| 5 | + "private": true, |
| 6 | + "scripts": { |
| 7 | + "ng": "ng", |
| 8 | + "functions:deploy:test": "firebase use santas-workshop-test && firebase deploy --only functions", |
| 9 | + "functions:deploy:prod": "firebase use santas-workshop-193b5 && firebase deploy --only functions", |
| 10 | + "emulators:start": "firebase use santas-workshop-test && firebase emulators:start --import .firebase --export-on-exit", |
| 11 | + "emulators:start:noexport": "firebase use santas-workshop-test && firebase emulators:start --import .firebase", |
| 12 | + "emulators:start:sample": "firebase use santas-workshop-test && firebase emulators:start --import .firebase-sample-data --export-on-exit .firebase-sample-data", |
| 13 | + "fsrules:deploy": "firebase deploy --only firestore:rules", |
| 14 | + "prettier:format": "npx prettier --end-of-line auto --write .", |
| 15 | + "ci:admin:config": "ts-node -O '{\"module\": \"commonjs\"}' config.admin.ts", |
| 16 | + "ci:admin:build": "pnpm --filter @santashop/models build && pnpm --filter @santashop/core build:prod && ng build santashop-admin --configuration=production", |
| 17 | + "ci:app:config": "ts-node -O '{\"module\": \"commonjs\"}' config.app.ts", |
| 18 | + "ci:app:build": "pnpm --filter @santashop/models build && pnpm --filter @santashop/core build:prod && ng build santashop-app --configuration=production", |
| 19 | + "e2e:setup": "pnpm --filter @santashop/e2e exec playwright install", |
| 20 | + "e2e:test": "pnpm e2e:prebuild && concurrently -k -s first -n \"APP,TESTS\" -c \"blue,green\" \"pnpm e2e:serve\" \"pnpm e2e:run\"", |
| 21 | + "e2e:prebuild": "cd santashop-functions && npm run build", |
| 22 | + "e2e:serve": "pnpm --filter @santashop/app start:test", |
| 23 | + "e2e:run": "wait-on http://localhost:4100 && pnpm --filter @santashop/e2e test", |
| 24 | + "e2e:ui": "wait-on http://localhost:4100 && pnpm --filter @santashop/e2e test:ui", |
| 25 | + "e2e:debug": "wait-on http://localhost:4100 && pnpm --filter @santashop/e2e test:debug" |
| 26 | + }, |
| 27 | + "dependencies": { |
| 28 | + "@angular/animations": "^20.3.10", |
| 29 | + "@angular/common": "^20.3.10", |
| 30 | + "@angular/compiler": "^20.3.10", |
| 31 | + "@angular/core": "^20.3.10", |
| 32 | + "@angular/fire": "^20.0.1", |
| 33 | + "@angular/forms": "^20.3.10", |
| 34 | + "@angular/platform-browser": "^20.3.10", |
| 35 | + "@angular/platform-browser-dynamic": "^20.3.10", |
| 36 | + "@angular/router": "^20.3.10", |
| 37 | + "@ionic/angular": "^8.7.9", |
| 38 | + "@ngx-translate/core": "^17.0.0", |
| 39 | + "@ngx-translate/http-loader": "^17.0.0", |
| 40 | + "@zxing/browser": "^0.1.5", |
| 41 | + "@zxing/library": "^0.21.3", |
| 42 | + "@zxing/ngx-scanner": "^20.0.0", |
| 43 | + "chart.js": "^4.5.1", |
| 44 | + "chartjs-plugin-datalabels": "^2.2.0", |
| 45 | + "date-fns": "^4.1.0", |
| 46 | + "firebase": "^11.10.0", |
| 47 | + "ionicons": "^8.0.13", |
| 48 | + "ng2-charts": "^8.0.0", |
| 49 | + "reflect-metadata": "^0.2.2", |
| 50 | + "rxjs": "^7.8.2", |
| 51 | + "tslib": "~2.7.0", |
| 52 | + "zone.js": "~0.15.1" |
| 53 | + }, |
| 54 | + "devDependencies": { |
| 55 | + "@angular-devkit/build-angular": "^20.3.9", |
| 56 | + "@angular-eslint/builder": "20.5.1", |
| 57 | + "@angular-eslint/eslint-plugin": "20.5.1", |
| 58 | + "@angular-eslint/eslint-plugin-template": "20.5.1", |
| 59 | + "@angular-eslint/schematics": "20.5.1", |
| 60 | + "@angular-eslint/template-parser": "20.5.1", |
| 61 | + "@angular/cli": "^20.3.9", |
| 62 | + "@angular/compiler-cli": "^20.3.10", |
| 63 | + "@hirez_io/observer-spy": "^2.2.0", |
| 64 | + "@ionic/angular-toolkit": "^12.3.0", |
| 65 | + "@ionic/cli": "^7.2.1", |
| 66 | + "@playwright/test": "^1.49.1", |
| 67 | + "@types/jasmine": "^5.1.12", |
| 68 | + "@types/node": "^24.10.0", |
| 69 | + "@types/underscore": "^1.13.0", |
| 70 | + "@typescript-eslint/eslint-plugin": "^8.46.3", |
| 71 | + "@typescript-eslint/parser": "8.46.3", |
| 72 | + "angular-eslint": "^20.5.1", |
| 73 | + "concurrently": "^9.1.2", |
| 74 | + "eslint": "^9.39.1", |
| 75 | + "eslint-config-prettier": "^10.1.8", |
| 76 | + "eslint-plugin-import": "^2.32.0", |
| 77 | + "eslint-plugin-jsdoc": "^61.1.12", |
| 78 | + "eslint-plugin-prefer-arrow": "1.2.3", |
| 79 | + "eslint-plugin-prettier": "^5.5.4", |
| 80 | + "firebase-tools": "^14.24.0", |
| 81 | + "jasmine-core": "~5.12.1", |
| 82 | + "jasmine-spec-reporter": "~7.0.0", |
| 83 | + "karma": "~6.4.4", |
| 84 | + "karma-chrome-launcher": "~3.2.0", |
| 85 | + "karma-cli": "^2.0.0", |
| 86 | + "karma-coverage": "~2.2.1", |
| 87 | + "karma-jasmine": "~5.1.0", |
| 88 | + "karma-jasmine-html-reporter": "^2.1.0", |
| 89 | + "ng-packagr": "^20.3.0", |
| 90 | + "open": "^10.2.0", |
| 91 | + "prettier": "^3.6.2", |
| 92 | + "ts-node": "~10.9.2", |
| 93 | + "typescript": "5.8.3", |
| 94 | + "wait-on": "^8.0.3", |
| 95 | + "webpack-bundle-analyzer": "^4.10.2" |
| 96 | + }, |
| 97 | + "volta": { |
| 98 | + "node": "24.11.0" |
| 99 | + } |
100 | 100 | } |
0 commit comments