| 12345678910111213141516171819202122232425262728293031323334353637383940 |
- {
- "name": "example-no-ai",
- "version": "0.1.2",
- "type": "module",
- "private": true,
- "scripts": {
- "dev": "portless no-ai-demo.json-render next dev --turbopack",
- "build": "next build",
- "start": "next start",
- "lint": "eslint --max-warnings 0",
- "check-types": "tsc --noEmit"
- },
- "dependencies": {
- "@json-render/core": "workspace:*",
- "@json-render/react": "workspace:*",
- "@json-render/shadcn": "workspace:*",
- "class-variance-authority": "^0.7.1",
- "clsx": "^2.1.1",
- "lucide-react": "^0.563.0",
- "next": "16.1.6",
- "radix-ui": "^1.4.3",
- "react": "19.2.4",
- "react-dom": "19.2.4",
- "react-confetti-explosion": "^3.0.3",
- "tailwind-merge": "^3.4.0",
- "zod": "4.3.5"
- },
- "devDependencies": {
- "@internal/eslint-config": "workspace:*",
- "@tailwindcss/postcss": "^4.1.18",
- "@types/node": "^22.10.0",
- "@types/react": "19.2.3",
- "@types/react-dom": "19.2.3",
- "eslint": "^9.39.1",
- "postcss": "^8.5.6",
- "tailwindcss": "^4.1.18",
- "tw-animate-css": "^1.4.0",
- "typescript": "^5.7.2"
- }
- }
|