UNPKG

create-next-flask

Version:
38 lines (37 loc) 863 B
{ "name": "frontend", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint", "test:e2e": "cypress run --browser chrome" }, "dependencies": { "animate.css": "^4.1.1", "class-variance-authority": "^0.7.0", "clsx": "^2.1.1", "lucide-react": "^0.437.0", "next": "14.2.7", "react": "^18", "react-dom": "^18", "react-icons": "^5.3.0", "sass": "^1.77.8", "sharp": "^0.33.5", "tailwind-merge": "^2.5.2", "tailwindcss-animate": "^1.0.7" }, "devDependencies": { "@types/node": "^20", "@types/react": "^18", "@types/react-dom": "^18", "cypress": "^13.14.1", "eslint": "^8", "eslint-config-next": "14.2.7", "postcss": "^8", "tailwindcss": "^3.4.1", "typescript": "^5" } }