-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.39 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
{
"private": true,
"type": "module",
"scripts": {
"build": "vue-tsc && vite build",
"dev": "vite",
"lint": "eslint resources/js --ext .js,.ts,.vue --ignore-path .gitignore --fix",
"prepare": "husky",
"test": "vue-tsc && vitest",
"test:ci": "vue-tsc && vitest run"
},
"devDependencies": {
"@inertiajs/vue3": "^1.0.0",
"@rushstack/eslint-patch": "^1.8.0",
"@tailwindcss/forms": "^0.5.3",
"@vitejs/plugin-vue": "^5.0.0",
"@vue/eslint-config-prettier": "^9.0.0",
"@vue/eslint-config-typescript": "^13.0.0",
"autoprefixer": "^10.4.12",
"axios": "^1.7.4",
"concurrently": "^9.0.1",
"eslint": "^8.57.0",
"eslint-plugin-vue": "^9.23.0",
"husky": "^9.1.7",
"laravel-vite-plugin": "^1.0",
"postcss": "^8.4.31",
"prettier": "^3.3.0",
"prettier-plugin-organize-imports": "^4.0.0",
"prettier-plugin-tailwindcss": "^0.6.5",
"tailwindcss": "^3.2.1",
"typescript": "5.6.3",
"vite": "^5.0",
"vitest": "^2.1.8",
"vue": "^3.4.0",
"vue-tsc": "^2.0.24"
},
"dependencies": {
"@headlessui/vue": "^1.7.23",
"@heroicons/vue": "^2.2.0",
"@vueuse/core": "^12.0.0",
"swiper": "^11.1.15",
"vue-i18n": "10",
"vuedraggable": "^4.1.0"
}
}