-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
134 lines (134 loc) · 4.52 KB
/
Copy pathpackage.json
File metadata and controls
134 lines (134 loc) · 4.52 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
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
{
"name": "linkedcomponents-ui",
"version": "1.26.2",
"packageManager": "pnpm@11.1.3",
"private": true,
"engines": {
"node": ">=24.14.1",
"pnpm": ">=11.1.3"
},
"dependencies": {
"@apollo/client": "^3.10.1",
"@ckeditor/ckeditor5-react": "^9.0.0",
"@emotion/react": "^11.11.4",
"@faker-js/faker": "^8.4.1",
"@nabla/vite-plugin-eslint": "^2.0.5",
"@sentry/react": "^9.15.0",
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "16.2.0",
"@testing-library/user-event": "14.6.1",
"@types/dompurify": "^3.0.5",
"@types/leaflet": "1.9.8",
"@types/leaflet-draw": "^1.0.11",
"@types/lodash": "^4.17.0",
"@types/node": "^24.12.4",
"@types/react": "^18.3.0",
"@types/react-dom": "^18.3.0",
"@types/react-helmet": "^6.1.11",
"@types/react-modal": "^3.16.3",
"@types/react-scroll": "^1.8.10",
"@vitejs/plugin-react-swc": "^4.3.0",
"apollo-link-rest": "^0.9.0",
"apollo-link-sentry": "^4.0.0",
"axios": "^1.16.0",
"browser-image-compression": "^2.0.2",
"ckeditor5": "^47.6.0",
"classnames": "^2.5.1",
"compressorjs": "^1.2.1",
"copy-to-clipboard": "^3.3.3",
"dompurify": "^3.4.0",
"dotenv": "^16.4.5",
"eslint-config-prettier": "^10.1.8",
"eslint-import-resolver-typescript": "^4.4.4",
"eslint-plugin-prettier": "^5.5.4",
"eslint-plugin-simple-import-sort": "^13.0.0",
"eslint-plugin-vitest-globals": "^1.6.1",
"formik": "2.4.5",
"hds-core": "^4.9.0",
"hds-react": "^4.9.0",
"history": "^5.3.0",
"html-tags": "^3.3.1",
"i18next": "^23.10.1",
"i18next-browser-languagedetector": "^7.2.0",
"leaflet": "^1.9.4",
"leaflet-draw": "^1.0.4",
"object-keys-normalizer": "^1.0.1",
"pretty": "^2.0.0",
"qs": "^6.15.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-helmet": "^6.1.0",
"react-i18next": "^14.1.0",
"react-image-crop": "^11.0.5",
"react-leaflet": "^4.2.1",
"react-modal": "^3.16.1",
"react-router": "^7.15.0",
"react-router-dom": "^7.12.0",
"react-scroll": "^1.9.0",
"sass": "^1.72.0",
"typescript": "~5.4.3",
"use-debounce": "^10.0.0",
"use-deep-compare-effect": "^1.8.1",
"vite": "^8.0.9",
"vite-plugin-svgr": "^5.2.0",
"vitest": "^4.1.4",
"vitest-axe": "^0.1.0",
"waait": "^1.0.5",
"xml-js": "^1.6.11",
"yup": "^1.4.0"
},
"scripts": {
"analyze": "vite-bundle-visualizer",
"app:version": "echo \"$npm_package_version\"",
"update-runtime-env": "tsx --tsconfig ./scripts/tsconfig.json scripts/update-runtime-env.ts",
"start": "pnpm update-runtime-env && vite",
"build": "pnpm update-runtime-env && tsc && vite build",
"serve": "vite preview",
"codegen": "graphql-codegen --config codegen.yml",
"generate-robots": "tsx --tsconfig=./scripts/tsconfig.json scripts/generate-robots.ts",
"generate-sitemap": "tsx --tsconfig=./scripts/tsconfig.json scripts/generate-sitemap.ts",
"test": "NODE_ENV=test TZ=UTC pnpm update-runtime-env && TZ=UTC vitest run",
"test:coverage": "NODE_ENV=test TZ=UTC pnpm update-runtime-env && TZ=UTC vitest run --coverage --watch=false",
"test:e2e:install": "playwright install",
"test:e2e": "playwright test",
"test:e2e:ci": "playwright test",
"test:e2e:record": "playwright codegen https://linkedevents.dev.hel.ninja/",
"lint": "eslint --ext js,ts,tsx src",
"lint:fix": "eslint --ext js,ts,tsx src --fix",
"prepare": "husky"
},
"browserslist": [
">0.2%",
"not dead",
"not op_mini all"
],
"devDependencies": {
"@commitlint/cli": "^19.8.1",
"@commitlint/config-conventional": "^19.8.1",
"@ffmpeg-installer/ffmpeg": "^1.1.0",
"@graphql-codegen/cli": "^5.0.7",
"@graphql-codegen/typescript": "^4.1.6",
"@graphql-codegen/typescript-operations": "^4.6.1",
"@graphql-codegen/typescript-react-apollo": "^4.4.2",
"@playwright/test": "^1.60.0",
"@vitest/coverage-istanbul": "^4.1.4",
"@eslint/js": "^9.39.1",
"@typescript-eslint/eslint-plugin": "8.59.3",
"@typescript-eslint/parser": "8.59.3",
"eslint": "^9.39.1",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^5.2.0",
"globals": "^17.6.0",
"fake-indexeddb": "^6.0.0",
"graphql": "16.8.1",
"husky": "^9.0.11",
"jsdom": "^26.1.0",
"prettier": "^3.2.5",
"shadow-dom-testing-library": "^1.11.3",
"snyk": "^1.1304.0",
"tsx": "^4.21.0",
"vite-bundle-visualizer": "^1.2.1"
}
}