package.json 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. {
  2. "name": "example-no-ai",
  3. "version": "0.1.3",
  4. "type": "module",
  5. "private": true,
  6. "scripts": {
  7. "dev": "portless no-ai-demo.json-render next dev --turbopack",
  8. "build": "next build",
  9. "start": "next start",
  10. "lint": "eslint --max-warnings 0",
  11. "check-types": "tsc --noEmit"
  12. },
  13. "dependencies": {
  14. "@json-render/core": "workspace:*",
  15. "@json-render/react": "workspace:*",
  16. "@json-render/shadcn": "workspace:*",
  17. "class-variance-authority": "^0.7.1",
  18. "clsx": "^2.1.1",
  19. "lucide-react": "^0.563.0",
  20. "next": "16.1.6",
  21. "radix-ui": "^1.4.3",
  22. "react": "19.2.4",
  23. "react-dom": "19.2.4",
  24. "react-confetti-explosion": "^3.0.3",
  25. "tailwind-merge": "^3.4.0",
  26. "zod": "4.3.5"
  27. },
  28. "devDependencies": {
  29. "@internal/eslint-config": "workspace:*",
  30. "@tailwindcss/postcss": "^4.1.18",
  31. "@types/node": "^22.10.0",
  32. "@types/react": "19.2.3",
  33. "@types/react-dom": "19.2.3",
  34. "eslint": "^9.39.1",
  35. "postcss": "^8.5.6",
  36. "tailwindcss": "^4.1.18",
  37. "tw-animate-css": "^1.4.0",
  38. "typescript": "^5.7.2"
  39. }
  40. }