-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
138 lines (138 loc) · 4.55 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
{
"name": "lifeforge",
"private": true,
"version": "24w47",
"type": "module",
"license": "MIT",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"module-tools": "bun run ./tools/module-tools/index.ts"
},
"dependencies": {
"@headlessui/react": "^2.2.0",
"@iconify/collections": "^1.0.510",
"@iconify/react": "^5.2.0",
"@tailwindcss/postcss": "^4.0.0",
"@types/quoted-printable": "^1.0.2",
"@uidotdev/usehooks": "^2.4.1",
"@uiw/react-color": "^2.3.4",
"@vis.gl/react-google-maps": "^1.5.0",
"@yudiel/react-qr-scanner": "^2.1.0",
"babel-plugin-react-compiler": "^19.0.0-beta-27714ef-20250124",
"chart.js": "^4.4.7",
"color-sorter": "^6.1.2",
"copy-to-clipboard": "^3.3.3",
"crypto-js": "^4.2.0",
"daisyui": "^5.0.0-beta.2",
"dompurify": "^3.2.3",
"emailjs-mime-parser": "^2.0.7",
"eslint-plugin-react-compiler": "^19.0.0-beta-27714ef-20250124",
"eslint-plugin-sonarjs": "^3.0.1",
"file-type-mime": "^0.4.5",
"get-stream": "^9.0.1",
"i18next": "^24.2.2",
"i18next-http-backend": "^2.7.3",
"immutability-helper": "^3.1.1",
"javascript-color-gradient": "^2.5.0",
"leaflet": "^1.9.4",
"moment": "^2.30.1",
"pocketbase": "^0.21.5",
"postcss": "^8.5.1",
"prompts": "^2.4.2",
"quoted-printable": "^1.0.1",
"react": "^19.0.0",
"react-activity-calendar": "^2.7.7",
"react-big-calendar": "^1.17.1",
"react-calendar": "^5.1.0",
"react-chartjs-2": "^5.3.0",
"react-columns": "^1.2.1",
"react-currency-input-field": "^3.9.0",
"react-custom-scrollbars": "^4.2.1",
"react-date-picker": "^11.0.0",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "^19.0.0",
"react-dropzone": "^14.3.5",
"react-grid-layout": "^1.5.0",
"react-helmet": "^6.1.0",
"react-i18next": "^15.4.0",
"react-lazy-load-image-component": "^1.6.3",
"react-leaflet": "^4.2.1",
"react-markdown": "^9.0.3",
"react-medium-image-zoom": "^5.2.13",
"react-otp-input": "^3.1.1",
"react-photo-album": "^2.4.1",
"react-qr-barcode-scanner": "^2.0.0",
"react-router": "^6.28.2",
"react-router-dom": "^6.28.2",
"react-to-print": "^3.0.4",
"react-toastify": "^10.0.6",
"react-tooltip": "^5.28.0",
"react-virtualized": "^9.22.6",
"tailwindcss": "^4.0.0",
"three": "^0.167.1",
"use-resize-observer": "^9.1.0"
},
"devDependencies": {
"@eslint/js": "^9.18.0",
"@stylistic/eslint-plugin": "^2.13.0",
"@stylistic/eslint-plugin-jsx": "^2.13.0",
"@stylistic/eslint-plugin-ts": "^2.13.0",
"@tailwindcss/typography": "^0.5.16",
"@types/crypto-js": "^4.2.2",
"@types/javascript-color-gradient": "^2.4.2",
"@types/leaflet": "^1.9.16",
"@types/node": "^20.17.16",
"@types/prompts": "^2.4.9",
"@types/react": "npm:types-react@rc",
"@types/react-big-calendar": "^1.16.1",
"@types/react-color": "^3.0.13",
"@types/react-custom-scrollbars": "^4.0.13",
"@types/react-dnd": "^3.0.2",
"@types/react-dom": "npm:types-react-dom@rc",
"@types/react-grid-layout": "^1.3.5",
"@types/react-helmet": "^6.1.11",
"@types/react-lazy-load-image-component": "^1.6.4",
"@types/react-virtualized": "^9.22.0",
"@types/three": "^0.167.2",
"@types/use-resize-observer": "^6.1.0",
"@types/yargs": "^17.0.33",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@vitejs/plugin-react": "^4.3.4",
"boxen": "^8.0.1",
"chalk": "^5.4.1",
"dotenv": "^16.4.7",
"eslint": "^9.18.0",
"eslint-config-standard-with-typescript": "^40.0.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-promise": "^6.6.0",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.18",
"eslint-plugin-tailwindcss": "^3.18.0",
"figlet": "^1.8.0",
"globals": "^15.14.0",
"mrm": "^4.1.22",
"ora": "^8.1.1",
"parent-require": "^1.0.0",
"sass": "^1.83.4",
"table": "^6.9.0",
"typescript": "^5.7.3",
"typescript-eslint": "^8.21.0",
"vite": "^5.4.14",
"vite-plugin-mkcert": "^1.17.6",
"yargonaut": "^1.1.4",
"yargs": "^17.7.2"
},
"overrides": {
"@types/react": "npm:types-react@rc",
"@types/react-dom": "npm:types-react-dom@rc"
}
}