-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.32 KB
/
package.json
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
43
44
45
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint && prettier . --check",
"lint:fix": "eslint --fix && prettier . --write"
},
"devDependencies": {
"@eslint/js": "^9.19.0",
"@intlify/unplugin-vue-i18n": "^6.0.3",
"@mdi/font": "^7.4.47",
"@types/eslint__js": "^8.42.3",
"@types/node": "^20.17.16",
"@unhead/vue": "^1.11.18",
"@vue/runtime-core": "^3.5.13",
"@vueuse/core": "^12.5.0",
"autoprefixer": "^10.4.20",
"axios": "^1.7.9",
"eslint": "^9.19.0",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-perfectionist": "^4.7.0",
"eslint-plugin-vue": "^9.32.0",
"globals": "^15.14.0",
"hybridly": "^0.7.17",
"prettier": "^3.4.2",
"sass-embedded": "^1.83.4",
"typescript": "~5.6.3",
"typescript-eslint": "^8.22.0",
"vite": "^6.0.11",
"vite-plugin-vuetify": "^2.0.4",
"vue": "^3.5.13",
"vue-i18n": "^11.0.1",
"vue-tsc": "^2.2.0",
"vuetify": "^3.7.8",
"vuetify-sonner": "^0.3.20"
},
"dependencies": {
"@date-io/date-fns": "^3.2.0",
"date-fns": "^3.6.0",
"mitt": "^3.0.1",
"pinia": "^2.3.1"
}
}