-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 749 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 749 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
{
"name": "vite-vue-starter",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"server": "node index.js"
},
"dependencies": {
"@heroicons/vue": "^2.1.1",
"@supabase/supabase-js": "^2.39.7",
"axios": "^1.8.4",
"cors": "^2.8.5",
"date-fns": "^2.30.0",
"date-fns-tz": "^2.0.0",
"dotenv": "^16.4.1",
"express": "^4.18.2",
"socket.io": "^4.7.4",
"socket.io-client": "^4.7.4",
"vue": "^3.3.4"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.4.0",
"autoprefixer": "^10.4.17",
"nodemon": "^3.0.3",
"postcss": "^8.4.35",
"tailwindcss": "^3.4.1",
"vite": "^4.4.11"
}
}