-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.12 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.12 KB
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
38
39
40
41
42
{
"name": "soilsight",
"private": true,
"type": "module",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"predeploy": "pnpm build",
"deploy": "gh-pages -d dist -b gh-pages -r https://github.com/AkunoCode/SoilSight.git",
"lint": "eslint . --fix"
},
"dependencies": {
"@directus/sdk": "^20.1.1",
"@fontsource/roboto": "5.2.7",
"@mdi/font": "7.4.47",
"@vercel/speed-insights": "^1.2.0",
"apexcharts": "^5.3.5",
"dompurify": "^3.3.0",
"leaflet": "^1.9.4",
"pinia": "^3.0.3",
"vue": "^3.5.21",
"vue-router": "^4.5.1",
"vue3-apexcharts": "^1.8.0",
"vuetify": "^3.10.1"
},
"devDependencies": {
"@vitejs/plugin-vue": "^6.0.1",
"eslint": "^9.35.0",
"eslint-config-vuetify": "^4.2.0",
"gh-pages": "^5.0.0",
"sass-embedded": "^1.92.1",
"unplugin-auto-import": "^19.3.0",
"unplugin-fonts": "^1.4.0",
"unplugin-vue-components": "^29.0.0",
"unplugin-vue-router": "^0.15.0",
"vite": "^7.1.5",
"vite-plugin-vue-layouts-next": "^1.0.0",
"vite-plugin-vuetify": "^2.1.2"
}
}