39 lines
1.1 KiB
JSON
39 lines
1.1 KiB
JSON
{
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build"
|
|
},
|
|
"devDependencies": {
|
|
"autoprefixer": "^10.4.16",
|
|
"axios": "^1.6.1",
|
|
"laravel-vite-plugin": "^0.8.0",
|
|
"postcss": "^8.4.31",
|
|
"precss": "^4.0.0",
|
|
"tailwindcss": "^3.3.5",
|
|
"vite": "^4.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@inertiajs/progress": "^0.2.7",
|
|
"@inertiajs/vue3": "^1.0.14",
|
|
"@tiptap/extension-highlight": "^2.1.8",
|
|
"@tiptap/extension-image": "^2.0.3",
|
|
"@tiptap/extension-link": "^2.0.3",
|
|
"@tiptap/extension-subscript": "^2.0.3",
|
|
"@tiptap/extension-superscript": "^2.1.8",
|
|
"@tiptap/extension-text-align": "^2.0.3",
|
|
"@tiptap/extension-underline": "^2.0.3",
|
|
"@tiptap/pm": "^2.0.3",
|
|
"@tiptap/starter-kit": "^2.1.8",
|
|
"@tiptap/vue-3": "^2.0.3",
|
|
"@vitejs/plugin-vue": "^4.4.0",
|
|
"dompurify": "^3.0.4",
|
|
"primevue": "^3.46.0",
|
|
"vue": "^3.3.7",
|
|
"vue-loader": "^17.4.2",
|
|
"vue-toastification": "^2.0.0-rc.5",
|
|
"ziggy-js": "^1.8.1"
|
|
}
|
|
}
|