-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 839 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 839 Bytes
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
{
"name": "project-hub",
"private": true,
"version": "0.3.0",
"type": "module",
"engines": {
"node": ">=22"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@supabase/supabase-js": "^2.106.2",
"canvas-confetti": "^1.9.4",
"eslint": "^10.4.0",
"lucide-react": "^0.400.0",
"node": "^22.22.3",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "^10.4.19",
"eslint": "^10.4.0",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.4",
"vite": "^7.0.0"
},
"description": "A mobile prioritization and organization app",
"keywords": [],
"author": "",
"license": "MIT"
}