-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.64 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.64 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
{
"$schema": "https://json.schemastore.org/package.json",
"private": true,
"type": "module",
"scripts": {
"build": "vue-tsc && vite build",
"dev": "vite",
"dev:all": "concurrently \"npm run dev\" \"php artisan serve\""
},
"devDependencies": {
"@inertiajs/vue3": "^2.0.0",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/vite": "^4.0.0",
"@types/lodash": "^4.17.23",
"@types/uuid": "^11.0.0",
"@vitejs/plugin-vue": "^6.0.0",
"autoprefixer": "^10.4.12",
"axios": "^1.11.0",
"concurrently": "^9.0.1",
"laravel-vite-plugin": "^2.0.0",
"postcss": "^8.4.31",
"tailwindcss": "^3.2.1",
"typescript": "^5.6.3",
"vite": "^7.0.7",
"vue": "^3.4.0",
"vue-tsc": "^2.0.24"
},
"dependencies": {
"@heroicons/vue": "^2.1.1",
"@tiptap/extension-code": "^3.10.2",
"@tiptap/extension-highlight": "^3.10.2",
"@tiptap/extension-image": "^3.10.2",
"@tiptap/extension-link": "^3.10.2",
"@tiptap/extension-placeholder": "^3.10.2",
"@tiptap/extension-strike": "^3.10.2",
"@tiptap/extension-subscript": "^3.10.2",
"@tiptap/extension-superscript": "^3.10.2",
"@tiptap/extension-text-align": "^3.10.2",
"@tiptap/extension-underline": "^3.10.2",
"@tiptap/starter-kit": "^3.10.2",
"@tiptap/vue-3": "^3.10.2",
"chart.js": "^4.5.1",
"interactjs": "^1.10.27",
"lodash": "^4.17.23",
"pinia": "^2.3.1",
"uuid": "^13.0.0",
"vue-chartjs": "^5.3.3",
"vue-router": "^4.6.3"
}
}