25 lines
582 B
JSON
Executable File
25 lines
582 B
JSON
Executable File
{
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "vite build",
|
|
"dev": "vite"
|
|
},
|
|
"devDependencies": {
|
|
"@tiptap/core": "^3.25.0",
|
|
"@tiptap/markdown": "^3.25.0",
|
|
"@tiptap/starter-kit": "^3.25.0",
|
|
"autoprefixer": "^10.4.20",
|
|
"axios": "^1.17.0",
|
|
"concurrently": "^9.0.1",
|
|
"laravel-vite-plugin": "^1.0",
|
|
"postcss": "^8.4.47",
|
|
"tailwindcss": "^3.4.13",
|
|
"vite": "^6.0"
|
|
},
|
|
"dependencies": {
|
|
"jquery": "^4.0.0",
|
|
"remixicon": "^4.9.1"
|
|
}
|
|
}
|