-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
52 lines (52 loc) · 1.41 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
{
"name": "vue3-project",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"typecheck": "vue-tsc --noEmit --skipLibCheck",
"serve": "vite preview",
"lint": "eslint ."
},
"dependencies": {
"@formkit/auto-animate": "^1.0.0-beta.1",
"@formkit/themes": "^1.0.0-beta.8",
"@formkit/vue": "^1.0.0-beta.8",
"@vee-validate/i18n": "^4.5.11",
"@vee-validate/rules": "^4.5.11",
"@zhuowenli/vue-feather-icons": "^5.0.2",
"axios": "^0.24.0",
"date-fns": "^2.28.0",
"lodash-es": "^4.17.21",
"pinia": "^2.0.14",
"vee-validate": "^4.5.11",
"vue": "^3.2.35",
"vue-i18n": "^9.2.0-beta.17",
"vue-router": "^4.0.15"
},
"devDependencies": {
"@antfu/eslint-config": "^0.25.2",
"@tailwindcss/forms": "^0.5.2",
"@tailwindcss/typography": "^0.5.2",
"@types/lodash-es": "^4.17.5",
"@types/node": "^16.11.7",
"@vitejs/plugin-vue": "^1.10.2",
"autoprefixer": "^10.4.7",
"eslint": "^8.19.0",
"eslint-plugin-vue": "^9.1.1",
"postcss": "^8.4.14",
"sass": "^1.52.1",
"sass-loader": "^12.6.0",
"tailwindcss": "^3.1.4",
"typescript": "^4.4.3",
"unplugin-vue-components": "^0.19.5",
"vite": "^2.9.13",
"vite-plugin-eslint": "^1.6.1",
"vite-plugin-pages": "^0.18.2",
"vite-plugin-vue-layouts": "^0.6.0",
"vue-tsc": "^0.3.0"
},
"engines": {
"node": ">=16"
}
}