{ "name": "dashboard", "version": "1.0.0", "description": "The LicenseAPI Dashboard", "repository": "https://github.com/LicenseAPI/Dashboard.git", "author": "LicenseAPI", "license": "MIT", "private": true, "type": "module", "scripts": { "dev": "vite", "build": "vite build", "preview": "vite preview" }, "dependencies": { "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { "@types/react": "^18.0.28", "@types/react-dom": "^18.0.11", "@vitejs/plugin-react": "^3.1.0", "vite": "^4.2.0" } }