-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
86 lines (86 loc) · 2.97 KB
/
Copy pathpackage.json
File metadata and controls
86 lines (86 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
{
"name": "citizens-hub",
"private": true,
"version": "1.1.0",
"type": "module",
"scripts": {
"dev": "vite --host",
"generate:sitemap": "tsx scripts/generate-sitemap.ts",
"check:locales": "tsx scripts/check-locales.ts",
"check:ship-metadata": "node --experimental-strip-types scripts/check-ship-metadata.ts",
"check:translation-risks": "node scripts/find-translation-risks.js",
"trim:manufacturer-logos": "node --experimental-strip-types scripts/trim-manufacturer-logos.ts",
"configure:npmrc": "node scripts/configure-npmrc.mjs",
"preinstall": "node scripts/configure-npmrc.mjs",
"prebuild": "node scripts/configure-npmrc.mjs && tsx scripts/generate-sitemap.ts",
"build:ccu-wasm": "bash scripts/build-ccu-pathfinder-c-wasm.sh",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@citizens-hub/starmap": "^1.0.8",
"@ctrl/react-adsense": "^1.8.0",
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@eduarte/chc": "^0.2.4",
"@eduarte/cmc": "^0.1.2",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@mui/icons-material": "^7.0.2",
"@mui/material": "^7.0.2",
"@react-oauth/google": "^0.12.2",
"@reduxjs/toolkit": "^2.7.0",
"@sparkjsdev/spark": "2.0.0",
"@stripe/react-stripe-js": "^3.7.0",
"@stripe/stripe-js": "^7.3.1",
"@tailwindcss/vite": "^4.1.5",
"@types/node": "^22.15.17",
"@types/react-helmet": "^6.1.11",
"@types/three": "^0.184.0",
"@uiw/react-markdown-preview": "^5.1.4",
"@uiw/react-md-editor": "^4.0.8",
"chart.js": "^4.5.1",
"chartjs-adapter-date-fns": "^3.0.0",
"chartjs-plugin-zoom": "^2.2.0",
"date-fns": "^4.1.0",
"js-md5": "^0.8.3",
"lucide-react": "^0.507.0",
"path": "^0.12.7",
"qrcode": "^1.5.4",
"react": "^19.2.7",
"react-chartjs-2": "^5.3.1",
"react-dom": "^19.2.7",
"react-error-boundary": "^6.1.1",
"react-helmet": "^6.1.0",
"react-intl": "^7.1.11",
"react-joyride": "^2.9.3",
"react-redux": "^9.2.0",
"react-router": "^7.14.1",
"reactflow": "^11.11.4",
"source-map-js": "^1.2.1",
"swr": "^2.3.4",
"tailwindcss": "^4.1.5",
"three": "0.184.0"
},
"devDependencies": {
"@eslint/js": "^9.22.0",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"@vitejs/plugin-react": "^4.3.4",
"eslint": "^9.22.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.19",
"fs-extra": "^11.3.0",
"globals": "^16.0.0",
"jszip": "^3.10.1",
"rollup-plugin-visualizer": "^5.14.0",
"tsx": "^4.20.6",
"typescript": "~5.7.2",
"typescript-eslint": "^8.26.1",
"vite": "^6.3.1",
"vite-plugin-javascript-obfuscator": "^3.1.0"
},
"packageManager": "pnpm@9.11.0+sha512.0a203ffaed5a3f63242cd064c8fb5892366c103e328079318f78062f24ea8c9d50bc6a47aa3567cabefd824d170e78fa2745ed1f16b132e16436146b7688f19b"
}