-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 2.31 KB
/
Copy pathpackage.json
File metadata and controls
65 lines (65 loc) · 2.31 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
{
"$schema": "https://www.schemastore.org/package.json",
"private": true,
"type": "module",
"scripts": {
"build": "vite build",
"dev": "vite",
"lint": "eslint \"resources/js/**/*.{ts,vue}\"",
"lint:fix": "eslint \"resources/js/**/*.{ts,vue}\" --fix"
},
"devDependencies": {
"@laravel/vite-plugin-wayfinder": "^0.1.7",
"@tailwindcss/vite": "^4.0.0",
"@vue/eslint-config-prettier": "^10.2.0",
"@vue/eslint-config-typescript": "^14.7.0",
"axios": "^1.11.0",
"concurrently": "^9.0.1",
"daisyui": "^5.5.5",
"eslint": "^10.1.0",
"eslint-plugin-vue": "^10.8.0",
"laravel-vite-plugin": "^2.0.0",
"prettier": "^3.8.1",
"prettier-plugin-blade": "^2.1.21",
"prettier-plugin-tailwindcss": "^0.7.1",
"tailwindcss": "^4.0.0",
"tw-animate-css": "^1.4.0",
"typescript": "^5.9.3",
"typescript-eslint": "^8.57.2",
"vite": "^7.0.7",
"vite-plugin-eslint2": "^5.1.0"
},
"dependencies": {
"@inertiajs/vue3": "^2.3.18",
"@tanstack/vue-table": "^8.21.3",
"@tiptap/extension-color": "^3.22.4",
"@tiptap/extension-highlight": "^3.22.4",
"@tiptap/extension-image": "^3.22.4",
"@tiptap/extension-link": "^3.22.4",
"@tiptap/extension-placeholder": "^3.22.4",
"@tiptap/extension-table": "^3.22.4",
"@tiptap/extension-table-cell": "^3.22.4",
"@tiptap/extension-table-header": "^3.22.4",
"@tiptap/extension-table-row": "^3.22.4",
"@tiptap/extension-text-align": "^3.22.4",
"@tiptap/extension-text-style": "^3.22.4",
"@tiptap/extension-typography": "^3.22.4",
"@tiptap/extension-underline": "^3.22.4",
"@tiptap/pm": "^3.22.4",
"@tiptap/starter-kit": "^3.22.4",
"@tiptap/vue-3": "^3.22.4",
"@vitejs/plugin-vue": "^6.0.5",
"@vueuse/core": "^14.3.0",
"chart.js": "^4.5.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"html5-qrcode": "^2.3.8",
"lucide-vue-next": "^0.577.0",
"reka-ui": "^2.9.7",
"tailwind-merge": "^3.5.0",
"vue": "^3.5.30",
"vue-chartjs": "^5.3.3",
"vue-sonner": "^2.0.9",
"vue3-lottie": "^3.3.1"
}
}