-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
62 lines (62 loc) · 1.78 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
{
"name": "nextjs",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "drizzle-kit migrate && next build",
"start": "next start",
"lint": "next lint",
"lint-fix": "eslint --fix .",
"format": "prettier --write ."
},
"dependencies": {
"@ant-design/nextjs-registry": "^1.0.2",
"@atlaskit/pragmatic-drag-and-drop": "^1.4.0",
"@atlaskit/pragmatic-drag-and-drop-hitbox": "^1.0.3",
"@atlaskit/pragmatic-drag-and-drop-react-accessibility": "^1.2.3",
"@atlaskit/pragmatic-drag-and-drop-react-drop-indicator": "^1.1.3",
"@neondatabase/serverless": "0.9.5",
"@types/web-bluetooth": "^0.0.20",
"@vercel/analytics": "^1.4.1",
"@vercel/postgres": "^0.10.0",
"antd": "^5.22.3",
"chart.js": "^4.4.7",
"dotenv": "^16.4.7",
"drizzle-kit": "^0.30.1",
"drizzle-orm": "^0.38.2",
"idb": "^8.0.0",
"next": "14.2.11",
"peerjs": "^1.5.4",
"react": "^18",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18",
"react-infinite-scroll-component": "^6.1.0",
"react-intersection-observer": "^9.13.1",
"react-router-dom": "^7.0.2",
"react-swipeable": "^7.0.1",
"server-only": "^0.0.1",
"swr": "^2.2.5",
"use-debounce": "^10.0.4",
"uuid": "^11.0.3",
"vite": "^6.0.1",
"vitest": "^2.1.1",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/jest": "^29.5.13",
"@types/node": "^22",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"@types/uuid": "^10.0.0",
"eslint": "^8.57.1",
"eslint-config-next": "14.2.11",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.37.2",
"prettier": "^3.4.2",
"react": "^18",
"react-dom": "^18",
"typescript": "^5.7.2"
}
}