UNPKG

create-cen-app

Version:
32 lines (31 loc) 737 B
{ "name": "template", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint" }, "dependencies": { "@t3-oss/env-nextjs": "^0.8.0", "next": "^14.1.0", "react": "18.2.0", "react-dom": "18.2.0", "sass": "^1.63.4", "zod": "^3.22.4" }, "devDependencies": { "@svgr/webpack": "^8.0.1", "@types/eslint": "^8.37.0", "@types/node": "^20.10.1", "@types/react": "^18.2.6", "@types/react-dom": "^18.2.4", "@typescript-eslint/eslint-plugin": "^6.13.1", "@typescript-eslint/parser": "^6.13.1", "eslint": "^8.40.0", "eslint-config-next": "^14.1.0", "typescript": "^5.3.3" } }