-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
116 lines (116 loc) · 4.63 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
{
"name": "donate-frontend",
"version": "0.0.0",
"license": "MIT",
"___comment": "--verbose below is a workaround for",
"__comment": "'Error: export 'defineCustomElements' (imported as 'defineCustomElements') was not found in '@biggive/components/loader' (module has no exports)'",
"_comment": "See https://forum.ionicframework.com/t/error-export-definecustomelements-imported-as-definecustomelements-was-not-found/233408",
"comment": "Seems to fix the error but I don't know how.",
"scripts": {
"ng": "ng",
"start": "ng serve --verbose",
"start-with-backend": "(cd ../matchbot/; docker compose up -d) && (cd ../identity/; docker compose up -d) && ng serve --verbose",
"start-dangerously": "ng serve --host 0.0.0.0",
"test": "ng test",
"test-ci": "ng test --karma-config ./karma-ci.conf.js --browsers=ChromeHeadlessNoSandbox",
"lint": "ng lint",
"lint:fix": "ng lint --fix",
"e2e": "ng e2e",
"build": "ng build",
"build:staging": "ng build --configuration staging",
"build:regression": "ng build --configuration regression",
"build:production": "ng build --configuration production",
"build:ssr:production": "npm run build:production && ng run donate-frontend:server:production",
"build:ssr:regression": "npm run build:regression && ng run donate-frontend:server:regression",
"build:ssr:staging": "npm run build:staging && ng run donate-frontend:server:staging",
"ci": "npm run lint && npm run test-ci && npm run e2e && npm run build:staging",
"dev:ssr": "ng run donate-frontend:serve-ssr",
"serve:ssr": "node dist/server/main.js",
"link-components": "./link-components.sh",
"cypress:open": "cypress open",
"cypress:run": "cypress run",
"supportedBrowsers": "(echo export const supportedBrowsers: RegExp = && browserslist-useragent-regexp --allowHigherVersions) > src/supportedBrowsers.ts"
},
"dependencies": {
"@angular/animations": "^18.2.8",
"@angular/cdk": "^18.2.8",
"@angular/common": "^18.2.8",
"@angular/compiler": "^18.2.8",
"@angular/core": "^18.2.8",
"@angular/forms": "^18.2.8",
"@angular/material": "^18.2.8",
"@angular/platform-browser": "^18.2.8",
"@angular/platform-browser-dynamic": "^18.2.8",
"@angular/platform-server": "^18.2.8",
"@angular/router": "^18.2.8",
"@angular/ssr": "^18.2.8",
"@biggive/components": "^202412181130.0.0",
"@biggive/components-angular": "^202412181130.0.0",
"@fortawesome/angular-fontawesome": "~0.15.0",
"@fortawesome/free-brands-svg-icons": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@fortawesome/pro-duotone-svg-icons": "^6.6.0",
"@fortawesome/pro-solid-svg-icons": "^6.6.0",
"@stripe/stripe-js": "^4.4.0",
"browserslist-useragent-regexp": "^4.1.3",
"compression": "^1.7.4",
"detect-browser": "^5.3.0",
"express": "^4.21.2",
"friendly-challenge": "^0.9.16",
"helmet": "^7.1.0",
"jwt-decode": "^3.1.2",
"material-icons-font": "^2.1.0",
"morgan": "^1.10.0",
"ngx-cookie-service": "^18.0.0",
"ngx-infinite-scroll": "^18.0.0",
"ngx-matomo-client": "^6.0.2",
"ngx-webstorage-service": "^5.0.0",
"rxjs": "^7.8.1",
"swiper": "^11.0.5",
"tslib": "^2.1.0",
"zone.js": "~0.14.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^18.2.8",
"@angular-eslint/builder": "^18.3.1",
"@angular-eslint/eslint-plugin": "^18.3.1",
"@angular-eslint/eslint-plugin-template": "^18.3.1",
"@angular-eslint/schematics": "^18.3.1",
"@angular-eslint/template-parser": "^18.3.1",
"@angular/cli": "^18.2.8",
"@angular/compiler-cli": "^18.2.8",
"@angular/language-service": "^18.2.8",
"@babel/runtime": "7.16.3",
"@cypress/schematic": "^2.5.1",
"@types/compression": "^1.7.0",
"@types/express": "^4.17.21",
"@types/jasmine": "^3.6.9",
"@types/jasminewd2": "^2.0.8",
"@types/morgan": "^1.9.2",
"@types/node": "^20.13.1",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"browser-sync": "^3.0.0",
"cypress": "^13.2.0",
"eslint": "^8.57.0",
"eslint-plugin-no-floating-promise": "^2.0.0",
"jasmine-core": "^3.99.1",
"jasmine-spec-reporter": "~7.0.0",
"karma": "^6.4.2",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "^2.2.1",
"karma-coverage-istanbul-reporter": "~3.0.3",
"karma-jasmine": "~4.0.1",
"karma-jasmine-html-reporter": "^1.6.0",
"puppeteer": "22.12.*",
"ts-loader": "^8.1.0",
"ts-node": "^10.9.1",
"typescript": "^5.5.4",
"webpack": "^5.94.0",
"webpack-cli": "^4.5.0"
},
"engines": {
"node": ">=20.13.1",
"npm": ">=10"
}
}