-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 804 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 804 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
{
"name": "Item",
"version": "3.3.8-SNAPSHOT",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"prettier": "prettier --write ."
},
"dependencies": {
"@mdi/font": "7.0.96",
"axios": "^1.13.5",
"esbuild": "^0.25.0",
"moment": "^2.30.1",
"pinia": "^2.1.7",
"roboto-fontface": "*",
"vue": "^3.5.13",
"vue-breakpoints": "^1.1.0",
"vue-i18n": "^9.14.2",
"vue-matomo": "^4.2.0",
"vue-router": "^4.3.2",
"vuetify": "^3.7.11"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.4",
"autoprefixer": "^10.4.19",
"prettier": "^3.2.5",
"sass": "^1.71.1",
"unplugin-fonts": "^1.1.1",
"unplugin-vue-components": "^0.26.0",
"vite": "^6.4.1",
"vite-plugin-vuetify": "^2.0.3"
}
}