generated from kuba1pie/vueTemplate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.3 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
{
"name": "vuetemplate",
"type": "module",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "vite --port 3333 --open",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"test": "vitest",
"coverage": "vitest run --coverage",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"pre-commit": "lint-staged"
},
"dependencies": {
"@vuelidate/core": "2.0.0-alpha.44",
"@vuelidate/validators": "2.0.0-alpha.31",
"@vueuse/head": "^0.7.9",
"pinia": "^2.0.17",
"prettier": "^2.7.1",
"unplugin-auto-import": "^0.10.3",
"vue": "^3.2.37",
"vue-router": "^4.1.3",
"vuetify": "^2.6.12"
},
"devDependencies": {
"@antfu/eslint-config": "^0.26.3",
"@julr/unocss-preset-forms": "^0.0.2",
"@typescript-eslint/parser": "^5.33.0",
"@vitejs/plugin-vue": "^3.0.1",
"@vue/test-utils": "^2.0.2",
"@vue/tsconfig": "^0.1.3",
"eslint": "^8.26.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-vue": "^9.6.0",
"lint-staged": "^13.0.3",
"sass": "^1.54.3",
"typescript": "^4.7.4",
"unocss": "^0.45.30",
"unocss-preset-daisy": "^1.2.0",
"unplugin-vue-components": "^0.22.0",
"vite": "^3.0.4",
"vite-plugin-pages": "^0.25.0",
"vitest": "^0.20.3",
"vue-tsc": "^0.39.4"
}
}