-
-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathpackage.json
More file actions
99 lines (99 loc) · 2.97 KB
/
package.json
File metadata and controls
99 lines (99 loc) · 2.97 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
{
"name": "rocketadmin",
"version": "1.0.0",
"scripts": {
"ng": "ng",
"start": "node scripts/update-version.js && ng serve",
"build": "node scripts/update-version.js && ng build",
"test": "ng test",
"test:ci": "ng test --no-watch",
"lint": "ng lint",
"e2e": "ng e2e",
"analyze": "webpack-bundle-analyzer dist/rocketadmin/stats.json",
"build:stats": "node scripts/update-version.js && ng build --stats-json",
"update-version": "node scripts/update-version.js",
"storybook": "ng run rocketadmin:storybook",
"storybook:build": "ng run rocketadmin:build-storybook"
},
"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/material": "~20.2.14",
"@angular/platform-browser": "~20.3.16",
"@angular/platform-browser-dynamic": "~20.3.16",
"@angular/router": "~20.3.16",
"@brumeilde/ngx-theme": "^1.2.1",
"@cedar-policy/cedar-wasm": "^4.9.1",
"@fontsource/ibm-plex-mono": "^5.2.7",
"@fontsource/noto-sans": "^5.2.10",
"@jsonurl/jsonurl": "^1.1.8",
"@material-symbols/font-400": "^0.40.2",
"@ngstack/code-editor": "^9.0.0",
"@sentry-internal/rrweb": "^2.31.0",
"@sentry/angular": "^10.33.0",
"@stripe/stripe-js": "^5.3.0",
"@types/google-one-tap": "^1.2.6",
"@types/lodash": "^4.17.13",
"@zxcvbn-ts/core": "^3.0.4",
"@zxcvbn-ts/language-en": "^3.0.2",
"amplitude-js": "^8.21.9",
"angular-gridster2": "^20.0.0",
"angular-password-strength-meter": "npm:@eresearchqut/angular-password-strength-meter@^13.0.7",
"angulartics2": "^14.1.0",
"chart.js": "^4.5.1",
"chartjs-adapter-date-fns": "^3.0.0",
"color-string": "^2.0.1",
"convert": "^5.12.0",
"date-fns": "^4.1.0",
"ipaddr.js": "^2.2.0",
"json5": "^2.2.3",
"knip": "^5.79.0",
"libphonenumber-js": "^1.12.9",
"lodash": "^4.17.21",
"lodash-es": "^4.17.21",
"mermaid": "^11.12.1",
"monaco-editor": "0.55.1",
"ng-dynamic-component": "^10.8.0",
"ng2-charts": "^8.0.0",
"ngx-cookie-service": "^19.0.0",
"ngx-markdown": "^19.1.1",
"ngx-stripe": "^19.0.0",
"pluralize": "^8.0.0",
"postgres-interval": "^4.0.2",
"posthog-js": "^1.341.0",
"private-ip": "^3.0.2",
"puppeteer": "^24.29.1",
"rxjs": "^7.4.0",
"tslib": "^2.8.1",
"uuid": "^11.1.0",
"validator": "^13.15.20",
"zone.js": "~0.15.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "20",
"@angular/build": "20.3.14",
"@angular/cli": "~20.3.14",
"@angular/compiler-cli": "~20.3.16",
"@angular/language-service": "~20.3.16",
"@sentry-internal/rrweb": "^2.16.0",
"@storybook/angular": "^10.2.14",
"@types/node": "^22.10.2",
"@vitest/browser": "^3.1.1",
"jsdom": "^27.4.0",
"playwright": "^1.57.0",
"storybook": "^10.2.14",
"ts-node": "~10.9.2",
"typescript": "~5.9.3",
"vitest": "^3.1.1"
},
"resolutions": {
"mermaid": "^11.10.0",
"webpack": "5.104.1"
},
"packageManager": "yarn@1.22.22"
}