- Added standard Laravel directory structure and configuration. - Included Svelte and Tailwind configuration for the admin interface. - Added core PHPUnit and testing scripts.
33 lines
937 B
JSON
33 lines
937 B
JSON
{
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "vite build",
|
|
"dev": "vite"
|
|
},
|
|
"devDependencies": {
|
|
"@sveltejs/vite-plugin-svelte": "^6.2.4",
|
|
"autoprefixer": "^10.4.20",
|
|
"axios": "^1.7.4",
|
|
"concurrently": "^9.0.1",
|
|
"fomantic-ui-css": "^2.9.4",
|
|
"jquery": "^4.0.0",
|
|
"laravel-vite-plugin": "^1.2.0",
|
|
"postcss": "^8.4.47",
|
|
"svelte": "^5.53.7",
|
|
"tailwindcss": "^3.4.13",
|
|
"vite": "^6.0.11"
|
|
},
|
|
"dependencies": {
|
|
"@codemirror/lang-css": "^6.3.1",
|
|
"@codemirror/lang-javascript": "^6.2.5",
|
|
"@codemirror/lang-json": "^6.0.2",
|
|
"@codemirror/lang-markdown": "^6.5.0",
|
|
"@codemirror/lang-php": "^6.0.2",
|
|
"@codemirror/state": "^6.5.4",
|
|
"@codemirror/theme-one-dark": "^6.1.3",
|
|
"@codemirror/view": "^6.39.17",
|
|
"codemirror": "^6.0.2"
|
|
}
|
|
}
|