-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.22 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.22 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
{
"name": "radium.lol",
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"dev:api": "node server/index.js",
"dev:all": "concurrently \"npm run dev\" \"npm run dev:api\"",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@auth0/auth0-react": "^2.8.0",
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@supabase/supabase-js": "^2.79.0",
"better-sqlite3": "^12.4.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"cors": "^2.8.5",
"express": "^5.1.0",
"gsap": "^3.13.0",
"lucide-react": "^0.344.0",
"mongodb": "^7.1.1",
"ogl": "^1.0.11",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^5.5.0",
"react-router-dom": "^7.9.5",
"tailwind-merge": "^2.2.0",
"three": "^0.181.0"
},
"devDependencies": {
"@types/react": "^18.2.43",
"@types/react-dom": "^18.2.17",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.16",
"concurrently": "^9.2.1",
"postcss": "^8.4.32",
"shadcn": "^3.5.0",
"tailwindcss": "^3.4.0",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.3.3",
"vite": "^5.0.8"
}
}