-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.57 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
{
"name": "proto-online",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier src -w --parser babel-ts",
"db:migrate": "prisma migrate"
},
"dependencies": {
"@elysiajs/eden": "^1.1.3",
"@fortawesome/free-regular-svg-icons": "^6.7.1",
"@prisma/client": "6.0.0",
"@radix-ui/react-checkbox": "^1.1.2",
"classnames": "^2.5.1",
"elysia": "^1.1.25",
"lucide-react": "^0.462.0",
"next": "^15.0.3",
"next-auth": "^5.0.0-beta.25",
"protobufjs": "^7.4.0",
"react": "^18.3.1",
"react-beautiful-dnd": "^13.1.1",
"react-contexify": "^6.0.0",
"react-dom": "^18.3.1",
"react-icons": "^5.3.0",
"react-modal": "^3.16.1",
"react-virtualized-auto-sizer": "^1.0.24",
"react-window": "^1.8.10",
"tailwindcss-animate": "^1.0.7",
"vanilla-jsoneditor": "^2.3.1",
"zustand": "^5.0.1"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "^4.4.0",
"@types/node": "^22.9.3",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/react-modal": "^3.16.3",
"@types/react-window": "^1.8.8",
"@vitejs/plugin-react": "^4.3.3",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.49",
"postcss-import": "^16.1.0",
"postcss-load-config": "^6.0.1",
"prettier": "^3.4.1",
"prisma": "^6.0.0",
"sass": "^1.81.0",
"tailwindcss": "^3.4.15",
"typescript": "^5.7.2",
"vite": "^5.4.11",
"vite-tsconfig-paths": "^5.1.3"
}
}