-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.39 KB
/
Copy pathpackage.json
File metadata and controls
51 lines (51 loc) · 1.39 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
{
"name": "lifebinder",
"private": true,
"type": "module",
"funding": {
"type": "individual",
"url": "https://github.com/sponsors/w0rldart"
},
"scripts": {
"build": "react-router build",
"dev": "react-router dev",
"start": "react-router-serve ./build/server/index.js",
"typecheck": "react-router typegen && tsc",
"deploy": "npm run build && wrangler deploy",
"preview": "wrangler dev",
"test:unit": "vitest",
"test:e2e": "playwright test"
},
"dependencies": {
"@react-router/node": "7.13.1",
"@react-router/serve": "7.13.1",
"i18next": "^25.8.0",
"i18next-browser-languagedetector": "^8.2.0",
"idb": "^8.0.3",
"isbot": "^5",
"jspdf": "^4.0.0",
"lucide-react": "^0.577.0",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"react-i18next": "^16.5.3",
"react-router": "7.13.1"
},
"devDependencies": {
"@playwright/test": "^1.58.2",
"@react-router/dev": "7.13.1",
"@tailwindcss/vite": "^4.1.13",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@testing-library/user-event": "^14.6.1",
"@types/node": "^25",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"jsdom": "^28.1.0",
"tailwindcss": "^4.1.13",
"typescript": "^5.9.2",
"vite": "^7.1.7",
"vite-tsconfig-paths": "^6.1.1",
"vitest": "^4.0.18",
"wrangler": "^4.57.0"
}
}