-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
63 lines (63 loc) · 1.98 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
53
54
55
56
57
58
59
60
61
62
63
{
"private": true,
"scripts": {
"prepare": "husky install",
"dev": "vite",
"build": "run-p type-check build-only",
"build-only": "vite build",
"preview": "vite preview --port 5050",
"type-check": "vue-tsc --noEmit -p tsconfig.app.json --composite false",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
"tailwind-config-viewer": "tailwind-config-viewer -o",
"format": "prettier --write src/"
},
"dependencies": {
"@fluent/bundle": "^0.18.0",
"@iconify-icons/akar-icons": "^1.2.17",
"@iconify/vue": "^4.1.1",
"@vuelidate/core": "2.0.2",
"@vuelidate/validators": "2.0.2",
"@vueuse/components": "^10.2.0",
"@vueuse/core": "^10.2.0",
"@vueuse/integrations": "^10.2.0",
"fluent-vue": "^3.4.0",
"intl-pluralrules": "^2.0.0",
"universal-cookie": "^4.0.4",
"vue": "^3.3.4",
"vue-router": "^4.2.2"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.3.2",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.3",
"@tsconfig/node20": "^1.0.1",
"@types/node": "^20.3.1",
"@typescript-eslint/eslint-plugin": "^5.59.11",
"@typescript-eslint/parser": "^5.59.11",
"@vitejs/plugin-vue": "^4.2.3",
"@vitejs/plugin-vue-jsx": "^3.0.1",
"@vue/tsconfig": "^0.4.0",
"autoprefixer": "^10.4.14",
"eslint": "^8.43.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-tailwindcss": "^3.12.1",
"eslint-plugin-vue": "^9.14.1",
"husky": "^8.0.3",
"lint-staged": "^13.2.2",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.24",
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.3.0",
"tailwind-config-viewer": "^1.7.2",
"tailwindcss": "^3.3.2",
"unplugin-fluent-vue": "^1.1.4",
"vite": "^4.3.9",
"vue-tsc": "^1.8.0"
},
"pnpm": {
"patchedDependencies": {
"@vuelidate/[email protected]": "patches/@[email protected]"
}
}
}