-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.61 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "kive-spa",
"type": "module",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"build-preview": "vite build && vite preview",
"lint": "eslint . --fix --ignore-path .gitignore"
},
"dependencies": {
"@vue/tsconfig": "^0.5.1",
"@vueuse/core": "^10.9.0",
"@vueuse/router": "^10.9.0",
"axios": "^1.6.8",
"firebase": "^10.11.0",
"lodash-es": "^4.17.21",
"pinia-plugin-persistedstate": "^3.2.1",
"vue": "^3.4.21",
"vuefire": "^3.1.23",
"vuetify": "^3.5.8",
"vuetify-sonner": "^0.3.2",
"yup": "^1.3.2"
},
"devDependencies": {
"@antfu/eslint-config": "^2.6.3",
"@iconify-json/mdi": "^1.1.66",
"@tsconfig/node20": "^20.1.4",
"@types/jsdom": "^21.1.6",
"@types/node": "^20.12.5",
"@unocss/preset-icons": "^0.59.0",
"@vitejs/plugin-vue": "^5.0.4",
"autoprefixer": "^10.4.19",
"eslint": "^8.56.0",
"eslint-plugin-format": "^0.1.0",
"jsdom": "^24.0.0",
"lint-staged": "^15.2.0",
"pinia": "^2.1.7",
"postcss": "^8.4.38",
"sass": "^1.75.0",
"tailwindcss": "^3.4.3",
"typescript": "~5.4.0",
"unocss": "^0.59.0",
"unplugin-auto-import": "^0.17.5",
"unplugin-fonts": "^1.1.1",
"unplugin-vue-components": "^0.26.0",
"unplugin-vue-router": "^0.8.4",
"vite": "^5.2.8",
"vite-plugin-vue-layouts": "^0.11.0",
"vite-plugin-vuetify": "^2.0.3",
"vue-router": "^4.3.0",
"vue-tsc": "^2.0.6"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged"
},
"lint-staged": {
"*": "eslint --fix"
}
}