-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
109 lines (109 loc) · 4.34 KB
/
package.json
File metadata and controls
109 lines (109 loc) · 4.34 KB
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
{
"name": "sc-www",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"prebuild": "node ./prebuild.js",
"start": "ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"test:ci": "ng test --no-watch --no-progress --browsers=ChromeHeadlessNoSandbox --code-coverage",
"test:coverage:open": "npx --yes http-server coverage/sc-www -o",
"serve:ssr:sc-www": "node dist/sc-www/server/server.mjs",
"lint": "ng lint",
"sentry:sourcemaps": "sentry-cli sourcemaps inject ./dist/sc-www && sentry-cli sourcemaps upload ./dist/sc-www",
"sentry:release": "SENTRY_RELEASE=`sentry-cli releases propose-version` && sentry-cli releases new $SENTRY_RELEASE",
"sentry:release-with-commits": "SENTRY_RELEASE=`sentry-cli releases propose-version` && sentry-cli releases new $SENTRY_RELEASE && sentry-cli releases set-commits $SENTRY_RELEASE --auto && sentry-cli releases finalize $SENTRY_RELEASE",
"cypress:open": "cypress open",
"cypress:run": "cypress run",
"generate-api": "npx swagger-typescript-api generate -p http://localhost:8000/openapi.json -o ./sdk -n KeeperApi.ts --extract-request-params --extract-request-body --extract-response-body --route-types --modular --single-http-client",
"generate-api-prod": "wget https://keeper.sparecores.net/openapi.json -O sdk/openapi.json && npx swagger-typescript-api generate -p https://keeper.sparecores.net/openapi.json -o ./sdk -n KeeperApi.ts --extract-request-params --extract-request-body --extract-response-body --route-types --modular --single-http-client",
"prettier:check": "prettier . --check",
"prettier:fix": "prettier . --write"
},
"private": true,
"dependencies": {
"@angular/animations": "^20.3.16",
"@angular/cdk": "^20.2.14",
"@angular/common": "^20.3.16",
"@angular/compiler": "^20.3.16",
"@angular/core": "^20.3.16",
"@angular/forms": "^20.3.16",
"@angular/platform-browser": "^20.3.16",
"@angular/platform-browser-dynamic": "^20.3.16",
"@angular/platform-server": "^20.3.16",
"@angular/router": "^20.3.16",
"@angular/ssr": "^20.3.15",
"@preline/combobox": "^2.5.2",
"@sentry/angular": "^9.47.1",
"@sentry/cli": "^2.33.1",
"buffer": "^6.0.3",
"chart.js": "^4.3.0",
"chartjs-plugin-annotation": "^3.0.1",
"crypto-js": "^4.2.0",
"express": "^4.19.2",
"express-rate-limit": "^7.5.0",
"flowbite": "^4.0.1",
"gray-matter": "^4.0.3",
"handlebars": "^4.7.8",
"js-yaml": "^4.1.0",
"lucide-angular": "^0.563.0",
"ng2-charts": "^7.0.0",
"ngx-lightbox": "^3.0.0",
"ngx-markdown": "^20.1.0",
"nodemailer": "^6.10.0",
"posthog-js": "^1.335.5",
"prismjs": "^1.30.0",
"process": "^0.11.10",
"rxjs": "~7.8.0",
"serverless-http": "^3.2.0",
"sitemap": "^8.0.0",
"survey-angular-ui": "^1.11.7",
"swiper": "^12.0.3",
"tslib": "^2.3.0",
"xml-formatter": "^3.6.3",
"zone.js": "~0.15.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "^20.3.15",
"@angular-eslint/builder": "^20.7.0",
"@angular-eslint/eslint-plugin": "^20.7.0",
"@angular-eslint/eslint-plugin-template": "^20.7.0",
"@angular-eslint/schematics": "^20.7.0",
"@angular-eslint/template-parser": "^20.7.0",
"@angular/build": "^20.3.15",
"@angular/cli": "^20.3.15",
"@angular/compiler-cli": "^20.3.16",
"@eslint/eslintrc": "^3.3.3",
"@eslint/js": "^9.39.2",
"@ngx-env/builder": "^20.1.1",
"@types/crypto-js": "^4.2.2",
"@types/express": "^4.17.21",
"@types/jasmine": "~5.1.0",
"@types/js-yaml": "^4.0.9",
"@types/node": "^20.19.31",
"@types/nodemailer": "^6.4.17",
"@types/prismjs": "^1.26.5",
"@typescript-eslint/eslint-plugin": "^8.54.0",
"@typescript-eslint/parser": "^8.54.0",
"@typescript-eslint/utils": "^8.54.0",
"autoprefixer": "^10.4.18",
"cypress": "^15.9.0",
"cypress-image-diff-html-report": "^2.2.0",
"cypress-image-diff-js": "^2.5.0",
"eslint": "^9.39.2",
"jasmine-core": "~5.1.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",
"postcss": "^8.4.35",
"prettier": "3.8.1",
"tailwindcss": "^3.4.1",
"typescript": "^5.9.3",
"typescript-eslint": "^8.54.0",
"vite": "^7.3.1"
}
}