-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.84 KB
/
Copy pathpackage.json
File metadata and controls
66 lines (66 loc) · 1.84 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
{
"name": "motomanager",
"private": true,
"type": "module",
"packageManager": "pnpm@11.4.0",
"scripts": {
"build": "react-router build",
"dev": "react-router dev",
"preview": "vite preview",
"typecheck": "react-router typegen && tsc",
"test": "vitest run",
"test:watch": "vitest",
"test:e2e": "playwright test",
"test:e2e:ui": "playwright test --ui",
"lint": "oxlint .",
"approve-builds": "pnpm approve-builds",
"prepare": "husky"
},
"dependencies": {
"@react-router/node": "^7.17.0",
"@simplewebauthn/browser": "^13.3.0",
"@tailwindcss/forms": "^0.5.11",
"@tailwindcss/vite": "^4.3.0",
"clsx": "^2.1.1",
"dotenv": "^17.4.2",
"isbot": "^5.1.42",
"leaflet": "^1.9.4",
"lucide-react": "^1.17.0",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"react-dropzone": "^15.0.0",
"react-easy-crop": "^5.5.7",
"react-router": "^7.17.0",
"sharp": "^0.34.5",
"tailwindcss": "^4.3.0",
"ts-node": "^10.9.2",
"tsx": "^4.22.4",
"uuid": "^14.0.0",
"zod": "^4.4.3"
},
"devDependencies": {
"@babel/preset-react": "^7.29.7",
"@babel/preset-typescript": "^7.29.7",
"@commitlint/cli": "^21.0.2",
"@commitlint/config-conventional": "^21.0.2",
"@playwright/test": "^1.60.0",
"@react-router/dev": "^7.17.0",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@types/leaflet": "^1.9.21",
"@types/node": "^25.9.2",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.2",
"babel-plugin-react-compiler": "^1.0.0",
"daisyui": "^5.5.23",
"husky": "^9.1.7",
"jsdom": "^29.1.1",
"oxlint": "^1.69.0",
"typescript": "^6.0.3",
"vite": "^8.0.16",
"vite-plugin-babel": "^1.7.3",
"vitest": "^4.1.8"
},
"version": "2026.6.5"
}