UNPKG

create-onetech-app

Version:

CLI to quickly set up React projects with popular templates and tools.

35 lines (34 loc) 875 B
{ "name": "vite-react-starter", "private": true, "version": "0.0.0", "type": "module", "scripts": { "dev": "vite", "build": "vite build", "lint": "eslint .", "preview": "vite preview" }, "dependencies": { "@fontsource-variable/outfit": "^5.2.6", "@tailwindcss/vite": "^4.1.11", "firebase": "^12.0.0", "react": "^19.1.0", "react-dom": "^19.1.0", "react-router-dom": "^7.7.0", "tailwindcss": "^4.1.11" }, "devDependencies": { "@eslint/js": "^9.31.0", "@types/node": "^24.1.0", "@types/react": "^19.1.8", "@types/react-dom": "^19.1.6", "@vitejs/plugin-react": "^4.6.0", "dotenv": "^17.2.1", "eslint": "^9.31.0", "eslint-plugin-react-hooks": "^5.2.0", "eslint-plugin-react-refresh": "^0.4.20", "globals": "^16.3.0", "vite": "^7.0.4" } }