-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 839 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 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
{
"name": "front_end",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@popperjs/core": "^2.11.8",
"@supabase/supabase-js": "^2.49.4",
"axios": "^1.8.4",
"bootstrap": "^5.3.3",
"bootstrap-icons": "^1.11.3",
"bootstrap-vue-3": "^0.5.1",
"chart": "^0.1.2",
"chart.js": "^3.9.1",
"firebase": "^11.5.0",
"pinia": "^3.0.1",
"popper.js": "^1.16.1",
"router": "^1.3.8",
"sweetalert2": "^11.17.2",
"toast": "^0.5.4",
"vue": "^3.5.13",
"vue-chart-3": "^3.1.8",
"vue-router": "^4.5.0",
"vue3-toastify": "^0.2.8"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.2.1",
"vite": "^6.2.1",
"vite-plugin-vue-devtools": "^7.7.2"
}
}