-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 882 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 882 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": "dolfin",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"format": "prettier --write src/"
},
"dependencies": {
"bootstrap-icons": "^1.13.1",
"chart.js": "^4.5.0",
"firebase": "^12.0.0",
"pinia": "^3.0.3",
"pinia-plugin-persistedstate": "^4.4.1",
"swiper": "^11.2.10",
"vue": "^3.5.17",
"vue-chartjs": "^5.3.2",
"vue-i18n": "^11.1.11",
"vue-router": "^4.5.1"
},
"devDependencies": {
"@vitejs/plugin-basic-ssl": "^2.1.0",
"@vitejs/plugin-vue": "^6.0.0",
"autoprefixer": "^10.4.21",
"postcss": "^8.5.6",
"prettier": "3.5.3",
"tailwindcss": "^3.4.17",
"vite": "^7.0.0",
"vite-plugin-mkcert": "^1.17.8",
"vite-plugin-pwa": "^1.0.1",
"vite-plugin-vue-devtools": "^7.7.7"
}
}