forked from moo-w/jsume
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.02 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.02 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
{
"private": true,
"packageManager": "pnpm@7.28.0",
"scripts": {
"dev": "vite --host",
"build": "vue-tsc && vite build",
"preview": "vite preview",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"dependencies": {
"@headlessui/vue": "^1.7.12",
"@vueuse/core": "^9.13.0",
"axios": "^1.3.3",
"lodash": "^4.17.21",
"pinia": "^2.0.32",
"vue": "^3.2.45",
"vue-i18n": "9",
"vue-router": "^4.1.6"
},
"devDependencies": {
"@antfu/eslint-config": "^0.35.2",
"@commitlint/cli": "^17.4.4",
"@commitlint/config-conventional": "^17.4.4",
"@iconify/json": "^2.2.26",
"@types/node": "^18.14.0",
"@vitejs/plugin-vue": "^4.0.0",
"eslint": "^8.34.0",
"husky": "^8.0.3",
"typescript": "^4.9.3",
"unplugin-auto-import": "^0.14.4",
"unplugin-icons": "^0.15.3",
"unplugin-vue-components": "^0.24.0",
"vite": "^4.1.0",
"vite-plugin-pages": "^0.28.0",
"vite-plugin-windicss": "^1.8.10",
"vue-tsc": "^1.0.24",
"windicss": "^3.5.6"
}
}