-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 2.05 KB
/
Copy pathpackage.json
File metadata and controls
71 lines (71 loc) · 2.05 KB
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
64
65
66
67
68
69
70
71
{
"name": "mtav",
"private": true,
"type": "module",
"scripts": {
"build": "vite build",
"build:ssr": "vite build && vite build --ssr",
"dev": "vite",
"test": "vitest",
"test:e2e": "./vendor/bin/pest --testsuite Browser",
"format": "prettier --write resources/",
"format:check": "prettier --check resources/",
"lint": "eslint . --fix",
"prepare": "husky"
},
"devDependencies": {
"@eslint/js": "^9.39.1",
"@inertiaui/modal-vue": "^0.21.0",
"@laravel/echo-vue": "^2.2.6",
"@types/js-yaml": "^4.0.9",
"@types/node": "^24.10.1",
"@vitest/ui": "^4.0.13",
"@vue/eslint-config-typescript": "^14.6.0",
"@playwright/test": "^1.57.0",
"@vue/test-utils": "^2.4.6",
"eslint": "^9.39.1",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-vue": "^10.6.0",
"js-yaml": "^4.1.1",
"jsdom": "^27.2.0",
"laravel-echo": "^2.2.6",
"prettier": "^3.6.2",
"prettier-plugin-organize-imports": "^4.3.0",
"prettier-plugin-tailwindcss": "^0.7.1",
"prettier-plugin-vue": "^1.1.6",
"pusher-js": "^8.4.0",
"typescript-eslint": "^8.47.0",
"unplugin-auto-import": "^20.2.0",
"vitest": "^4.0.13",
"vue-tsc": "^3.1.5"
},
"dependencies": {
"@formkit/auto-animate": "^0.9.0",
"@inertiajs/vue3": "^2.2.18",
"@tailwindcss/typography": "^0.5.19",
"@tailwindcss/vite": "^4.1.17",
"@vitejs/plugin-vue": "^6.0.2",
"@vueuse/core": "^14.0.0",
"axios": "^1.13.2",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"concurrently": "^9.2.1",
"husky": "^9.1.7",
"laravel-vite-plugin": "^2.0",
"lucide-vue-next": "^0.554.0",
"pinia": "^3.0.4",
"reka-ui": "^2.6.0",
"tailwind-merge": "^3.4.0",
"tailwindcss": "^4.1.12",
"tw-animate-css": "^1.4.0",
"typescript": "^5.9.3",
"vite": "^7.2.4",
"vue": "^3.5.24",
"ziggy-js": "^2.6.0"
},
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "4.53.3",
"@tailwindcss/oxide-linux-x64-gnu": "^4.1.17",
"lightningcss-linux-x64-gnu": "^1.30.2"
}
}