forked from ITYL-Bbbbick/beBig_front
-
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) · 842 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 842 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": "bebig",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.6.0",
"axios": "^1.7.2",
"chart.js": "^4.4.4",
"chartjs-plugin-annotation": "^3.0.1",
"dotenv": "^16.4.5",
"esbuild": "^0.21.5",
"exbuild": "^0.2.2",
"fortawesome": "^0.0.1-security",
"pinia": "^2.2.2",
"postcss-cli": "^11.0.0",
"rollup": "^4.18.0",
"tailwind": "^4.0.0",
"vue": "^3.4.29",
"vue-chart.js": "^0.2.0",
"vue-chartjs": "^4.1.2",
"vue-router": "^4.3.3"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.5",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.13",
"vite": "^5.3.1"
}
}