klioso
Version:
Multi-Service Provider Management System for WordPress and Web Development with Enhanced Scanner
86 lines • 1.97 kB
JSON
{
"$schema": "https://json.schemastore.org/package.json",
"name": "klioso",
"version": "0.9.0-beta.1",
"description": "Multi-Service Provider Management System for WordPress and Web Development with Enhanced Scanner",
"private": false,
"type": "module",
"main": "public/index.php",
"bin": {
"klioso": "./bin/klioso"
},
"scripts": {
"build": "vite build",
"dev": "vite"
},
"keywords": [
"wordpress",
"management",
"laravel",
"inertia",
"react",
"hosting",
"website-management",
"plugin-scanner",
"multi-service",
"cms"
],
"author": {
"name": "Nathan Master",
"email": "your-email@example.com",
"url": "https://github.com/nathanmaster"
},
"license": "MIT",
"homepage": "https://github.com/nathanmaster/Klioso#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/nathanmaster/Klioso.git"
},
"bugs": {
"url": "https://github.com/nathanmaster/Klioso/issues"
},
"engines": {
"node": ">=18.0.0",
"php": ">=8.2.0"
},
"files": [
"app/",
"bootstrap/",
"config/",
"database/",
"resources/",
"routes/",
"public/",
"storage/app/.gitkeep",
"storage/framework/.gitkeep",
"storage/logs/.gitkeep",
"composer.json",
"composer.lock",
"artisan",
"vite.config.js",
"tailwind.config.js",
"postcss.config.js",
".env.example",
"README.md",
"CHANGELOG.md",
"GITHUB-PACKAGES.md",
".npmrc",
"bin/"
],
"devDependencies": {
"@headlessui/react": "^2.0.0",
"@inertiajs/react": "^2.0.0",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/vite": "^4.0.0",
"@vitejs/plugin-react": "^4.2.0",
"autoprefixer": "^10.4.12",
"axios": "^1.8.2",
"concurrently": "^9.0.1",
"laravel-vite-plugin": "^1.2.0",
"postcss": "^8.4.31",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwindcss": "^3.2.1",
"vite": "^6.2.4"
}
}