{ "name": "@tpmjs/tutorial", "version": "0.0.0", "private": true, "scripts": { "dev": "next dev --port 3001", "build": "next build", "start": "next start", "lint": "eslint .", "type-check": "tsc --noEmit", "clean": "rm -rf .next .turbo" }, "dependencies": { "@tpmjs/ui": "workspace:*", "@tpmjs/utils": "workspace:*", "framer-motion": "^12.25.0", "next": "^16.1.1", "react": "^19.2.3", "react-dom": "^19.2.3" }, "devDependencies": { "@tpmjs/eslint-config": "workspace:*", "@tpmjs/tailwind-config": "workspace:*", "@tpmjs/tsconfig": "workspace:*", "@types/node": "^25.0.3", "@types/react": "^19.2.7", "@types/react-dom": "^19.2.3", "autoprefixer": "^10.4.23", "eslint": "^9.39.2", "eslint-config-next": "^16.1.1", "postcss": "^8.5.6", "tailwindcss": "^3.4.19", "typescript": "^5.9.3" } }