forked from cerinoligutom/Vue3-Starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.62 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
{
"private": true,
"scripts": {
"prepare": "husky install",
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview --port 5050",
"typecheck": "vue-tsc --noEmit",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
"tailwind-config-viewer": "tailwind-config-viewer -o"
},
"dependencies": {
"@fluent/bundle": "^0.17.1",
"@iconify-icons/akar-icons": "^1.2.6",
"@iconify/vue": "^3.2.1",
"@vuelidate/core": "2.0.0-alpha.41",
"@vuelidate/validators": "2.0.0-alpha.29",
"@vueuse/components": "^8.5.0",
"@vueuse/core": "^8.5.0",
"@vueuse/integrations": "^8.5.0",
"fluent-vue": "^3.0.1",
"intl-pluralrules": "^1.3.1",
"universal-cookie": "^4.0.4",
"vue": "^3.2.36",
"vue-router": "^4.0.15"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.1.3",
"@tailwindcss/aspect-ratio": "^0.4.0",
"@tailwindcss/forms": "^0.5.2",
"@types/node": "^17.0.35",
"@vitejs/plugin-vue": "^2.3.3",
"@vitejs/plugin-vue-jsx": "^1.3.10",
"@vue/eslint-config-prettier": "^7.0.0",
"@vue/eslint-config-typescript": "^10.0.0",
"@vue/tsconfig": "^0.1.3",
"autoprefixer": "^10.4.7",
"eslint": "^8.16.0",
"eslint-plugin-vue": "^8.7.1",
"husky": "^8.0.1",
"lint-staged": "^12.4.2",
"postcss": "^8.4.14",
"prettier": "^2.6.2",
"prettier-plugin-tailwindcss": "^0.1.11",
"rollup-plugin-fluent-vue": "^3.0.1",
"tailwind-config-viewer": "^1.7.0",
"tailwindcss": "^3.0.24",
"typescript": "~4.7.2",
"vite": "^2.9.9",
"vue-tsc": "^0.34.16"
}
}