-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
172 lines (172 loc) · 5.84 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
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
{
"homepage": "https://service.justiz.de/",
"url": "https://github.com/digitalservicebund/a2j-rechtsantragstelle/issues",
"email": "github-community@digitalservice.bund.de",
"repository": {
"type": "git",
"url": "https://github.com/digitalservicebund/a2j-rechtsantragstelle.git"
},
"license": "MIT",
"private": true,
"sideEffects": false,
"type": "module",
"scripts": {
"build:airports-data": "tsx ./scripts/airports.ts",
"build:airlines-data": "tsx ./scripts/airlines.ts",
"build:app": "remix vite:build",
"build:licenses": "tsx ./app/services/openSourceLicenses/generate.server.ts generateLicenseFile",
"build:localContent": "tsx ./app/services/cms/dumpCmsToFile.ts dumpCmsToFile",
"build:pdf": "tsx ./app/services/pdf/pdf.generator.ts",
"build:storybook": "storybook build --output-dir ./build/client/storybook",
"build:typesFromXSD": "npx @wikipathways/cxsd ./data/xml/schemas/xjustiz_3400_rast_0_1.xsd -t data/xml/generated",
"build": "remix vite:build && npm run build:storybook",
"dev": "node ./server.js",
"format:fix": "prettier --write . --ignore-path .prettierignore",
"format": "prettier --check . --ignore-path .prettierignore",
"init": "lefthook install",
"lint:fix": "eslint . --fix",
"lint": "eslint --cache .",
"size": "remix vite:build --logLevel error && size-limit",
"start:storybook": "storybook dev -p 6006",
"start": "NODE_ENV=production node ./server.js",
"test:coverage": "vitest run --project=!integration --coverage",
"test:e2e:ui": "npx playwright test --ui",
"test:e2e": "npx playwright test",
"test": "vitest run --project=!integration",
"test:watch": "vitest --project=!integration",
"test:integration": "./tests/integration/runTests.sh",
"typecheck": "tsc",
"typecheck:watch": "tsc -w",
"update:courtData": "tsx ./app/services/gerichtsfinder/encryptedStorage.ts updateZip",
"update:URLs": "tsx ./app/services/gerichtsfinder/checkURLs.ts checkURLs",
"verify:emails": "tsx ./scripts/verifyExternalLinks.ts verifyEmails",
"verify:unusedStrapiEntries": "tsx ./scripts/unusedStrapiEntries.ts unusedStrapiEntry",
"verify:websites": "tsx ./scripts/verifyExternalLinks.ts verifyWebsites"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.758.0",
"@digitalservice4germany/angie": "^1.2.0",
"@digitalservice4germany/style-dictionary": "^2.0.0",
"@digitalservicebund/icons": "^2.0.1",
"@pdf-lib/fontkit": "^1.1.1",
"@remix-run/express": "^2.16.0",
"@remix-run/node": "^2.16.0",
"@remix-run/react": "^2.16.0",
"@remix-validated-form/with-zod": "^2.0.7",
"@sentry/remix": "^9.3.0",
"@sentry/vite-plugin": "^3.2.1",
"@xstate/graph": "^3.0.2",
"axios": "^1.8.1",
"classnames": "^2.5.1",
"compression": "^1.8.0",
"cookie": "^1.0.2",
"dotenv": "^16.4.7",
"express": "^4.21.2",
"express-rate-limit": "^7.5.0",
"fflate": "^0.8.2",
"haversine-distance": "1.2.3",
"html-entities": "^2.5.2",
"ibantools": "^4.5.1",
"ioredis": "^5.5.0",
"isbot": "^5.1.23",
"lodash": "^4.17.21",
"marked": "^15.0.7",
"match-sorter": "^8.0.0",
"mustache": "^4.2.0",
"pdf-lib": "^1.17.1",
"pdfkit": "^0.16.0",
"posthog-js": "^1.225.1",
"posthog-node": "^4.8.1",
"rate-limit-redis": "^4.2.0",
"react": "^18.3.1",
"react-collapsed": "^4.2.0",
"react-dom": "^18.3.1",
"react-imask": "^7.6.1",
"react-inlinesvg": "^4.2.0",
"react-select": "^5.10.1",
"remix-validated-form": "^5.1.5",
"samlify": "^2.8.11",
"tiny-invariant": "^1.3.3",
"true-myth": "^8.5.0",
"validator": "^13.12.0",
"xss": "^1.0.15",
"xstate": "^5.19.2",
"zod": "^3.24.2"
},
"devDependencies": {
"@axe-core/playwright": "^4.10.1",
"@eslint/eslintrc": "^3.3.0",
"@faker-js/faker": "^9.5.1",
"@playwright/test": "^1.50.1",
"@remix-run/dev": "^2.16.0",
"@remix-run/testing": "^2.16.0",
"@size-limit/file": "^11.2.0",
"@storybook/addon-a11y": "^8.6.3",
"@storybook/addon-essentials": "^8.6.3",
"@storybook/react-vite": "^8.6.3",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.2.0",
"@types/compression": "^1.7.5",
"@types/express": "^4.17.21",
"@types/follow-redirects": "^1.14.4",
"@types/lodash": "^4.17.16",
"@types/mustache": "^4.2.5",
"@types/node": "^20.17.23",
"@types/pdfkit": "^0.13.9",
"@types/react": "^18.3.13",
"@types/react-dom": "^18.3.1",
"@types/validator": "^13.12.2",
"@vitest/coverage-istanbul": "^3.0.7",
"@vitest/eslint-plugin": "^1.1.36",
"@vitest/expect": "^3.0.7",
"autoprefixer": "^10.4.20",
"eslint": "~9.21.0",
"eslint-import-resolver-typescript": "^3.8.3",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-sonarjs": "^3.0.2",
"eslint-plugin-storybook": "^0.11.3",
"follow-redirects": "^1.15.9",
"globals": "^16.0.0",
"i18n-iso-countries": "^7.14.0",
"jsdom": "^26.0.0",
"lefthook": "^1.11.2",
"license-checker-rseidelsohn": "^4.4.2",
"p-map": "^7.0.3",
"postcss": "^8.5.3",
"prettier": "^3.5.3",
"size-limit": "^11.2.0",
"storybook": "^8.6.3",
"tailwindcss": "^3.4.17",
"tsx": "~4.19.3",
"typescript": "^5.7.3",
"typescript-eslint": "^8.25.0",
"vite": "^6.2.0",
"vite-env-only": "^3.0.3",
"vite-tsconfig-paths": "^5.1.4",
"vitest": "^3.0.7"
},
"overrides": {
"@remix-run/server-runtime": {
"cookie": "^0.7.2"
},
"remix-validated-form": {
"nanoid": "^3.3.8"
}
},
"engines": {
"node": ">=20"
},
"prettier": {
"trailingComma": "all"
},
"size-limit": [
{
"path": "build/client/assets/*.js",
"limit": "450 kB",
"gzip": true
}
]
}