-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
44 lines (44 loc) · 1.18 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
{
"type": "module",
"private": true,
"packageManager": "[email protected]",
"scripts": {
"dev": "vite --host",
"build": "vue-tsc && vite build",
"preview": "vite preview",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"dependencies": {
"@headlessui/vue": "^1.7.16",
"@unocss/reset": "^0.58.0",
"@vueuse/core": "^10.7.0",
"axios": "^1.6.2",
"lodash-es": "^4.17.21",
"pinia": "^2.1.7",
"vue": "^3.3.11",
"vue-i18n": "9",
"vue-router": "^4.2.5"
},
"devDependencies": {
"@antfu/eslint-config": "^2.4.6",
"@commitlint/cli": "^18.4.3",
"@commitlint/config-conventional": "^18.4.3",
"@iconify/json": "^2.2.158",
"@types/node": "^18.19.3",
"@unocss/eslint-config": "^0.58.0",
"@unocss/transformer-directives": "^0.58.0",
"@unocss/transformer-variant-group": "^0.58.0",
"@vitejs/plugin-vue": "^4.5.2",
"eslint": "^8.55.0",
"husky": "^8.0.3",
"typescript": "^5.3.3",
"unocss": "^0.58.0",
"unplugin-auto-import": "^0.17.2",
"unplugin-icons": "^0.18.1",
"unplugin-vue-components": "^0.26.0",
"vite": "^5.0.9",
"vite-plugin-pages": "^0.32.0",
"vue-tsc": "^1.8.25"
}
}