-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.78 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
{
"private": true,
"type": "module",
"scripts": {
"build": "vue-tsc && vite build",
"dev": "vite",
"style": "npx prettier . --check",
"style:fix": "npx prettier . --write",
"lint": "eslint resources/js",
"lint:fix": "eslint resources/js --fix",
"typecheck": "vue-tsc --noEmit",
"check-update": "npx npm-check-updates",
"update-all": "npx npm-check-updates -u && npm install",
"update-all-patch": "npx npm-check-updates --target patch -u && npm install"
},
"devDependencies": {
"@inertiajs/vue3": "^2.0.6",
"@rushstack/eslint-patch": "^1.11.0",
"@tailwindcss/vite": "^4.1.3",
"@types/node": "^22.14.0",
"@vitejs/plugin-vue": "^5.2.3",
"@vue/eslint-config-prettier": "^10.2.0",
"@vue/eslint-config-typescript": "^14.5.0",
"axios": "^1.8.4",
"concurrently": "^9.1.2",
"eslint": "^9.24.0",
"eslint-plugin-vue": "^10.0.0",
"laravel-vite-plugin": "^1.2",
"postcss": "^8.5.3",
"prettier": "^3.5.3",
"prettier-plugin-organize-attributes": "^1.0.0",
"prettier-plugin-organize-imports": "^4.1.0",
"prettier-plugin-tailwindcss": "^0.6.11",
"tailwindcss": "4.1.3",
"typescript": "5.8.3",
"vite": "^6.2",
"vue": "^3.5.13",
"vue-tsc": "^2.2.8"
},
"dependencies": {
"@vueuse/core": "^13.0.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"laravel-vue-i18n": "^2.8.0",
"lucide-vue-next": "^0.487.0",
"moment": "^2.30.1",
"reka-ui": "^2.2.0",
"tailwind-merge": "^3.1.0",
"tailwindcss-animate": "^1.0.7",
"tw-animate-css": "^1.2.5",
"vaul-vue": "^0.4.1"
}
}