-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.32 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.32 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
{
"version": "1.6.1",
"name": "retrograde",
"private": true,
"type": "module",
"scripts": {
"build": "react-router build",
"dev": "react-router dev",
"start": "react-router-serve ./build/server/index.js",
"start:local": "react-router-serve ./dist/server/index.js",
"test": "vitest run",
"typecheck": "react-router typegen && tsc"
},
"dependencies": {
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@react-router/node": "^7.9.3",
"@react-router/serve": "^7.9.3",
"@vercel/analytics": "^1.5.0",
"clsx": "^2.1.1",
"isbot": "^5.1.27",
"lodash.debounce": "^4.0.8",
"nanoid": "^5.1.5",
"pg": "^8.16.3",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"react-router": "^7.10.1",
"tailwind-merge": "^3.5.0"
},
"devDependencies": {
"@react-router/dev": "^7.10.1",
"@tailwindcss/vite": "^4.1.4",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@types/lodash.debounce": "^4.0.9",
"@types/node": "^20",
"@types/pg": "^8.15.5",
"@types/react": "^19.1.2",
"@types/react-dom": "^19.1.2",
"jsdom": "^29.0.1",
"tailwindcss": "^4.1.4",
"typescript": "^5.8.3",
"vite": "^6.3.3",
"vite-tsconfig-paths": "^5.1.4",
"vitest": "^4.1.0"
}
}