Spaces:
Running
Running
| { | |
| "name": "demo", | |
| "version": "0.1.0", | |
| "private": true, | |
| "scripts": { | |
| "dev": "next dev -p 3030", | |
| "build": "next build", | |
| "start": "next start", | |
| "lint": "eslint" | |
| }, | |
| "dependencies": { | |
| "@fontsource/jetbrains-mono": "^5.2.8", | |
| "@fontsource/lato": "^5.2.7", | |
| "@phosphor-icons/react": "^2.1.10", | |
| "class-variance-authority": "^0.7.1", | |
| "clsx": "^2.1.1", | |
| "framer-motion": "^12.34.3", | |
| "lucide-react": "^0.575.0", | |
| "next": "16.1.6", | |
| "onnxruntime-web": "^1.20.1", | |
| "radix-ui": "^1.4.3", | |
| "react": "19.2.3", | |
| "react-dom": "19.2.3", | |
| "recharts": "^3.7.0", | |
| "tailwind-merge": "^3.5.0" | |
| }, | |
| "devDependencies": { | |
| "@tailwindcss/postcss": "^4", | |
| "@types/node": "^20", | |
| "@types/react": "^19", | |
| "@types/react-dom": "^19", | |
| "eslint": "^9", | |
| "eslint-config-next": "16.1.6", | |
| "shadcn": "^3.8.5", | |
| "tailwindcss": "^4", | |
| "tw-animate-css": "^1.4.0", | |
| "typescript": "^5" | |
| } | |
| } | |