Spaces:
Sleeping
Sleeping
| { | |
| "name": "jarvis-2v-dashboard", | |
| "version": "2.0.0", | |
| "description": "JARVIS-2v Modular AI Dashboard", | |
| "private": true, | |
| "scripts": { | |
| "dev": "next dev", | |
| "build": "next build", | |
| "start": "next start", | |
| "lint": "next lint", | |
| "type-check": "tsc --noEmit" | |
| }, | |
| "dependencies": { | |
| "next": "^14.0.0", | |
| "react": "^18.2.0", | |
| "react-dom": "^18.2.0", | |
| "@types/node": "^20.0.0", | |
| "@types/react": "^18.2.0", | |
| "@types/react-dom": "^18.2.0", | |
| "typescript": "^5.0.0", | |
| "tailwindcss": "^3.3.0", | |
| "autoprefixer": "^10.4.0", | |
| "postcss": "^8.4.0", | |
| "@headlessui/react": "^1.7.0", | |
| "@heroicons/react": "^2.0.0", | |
| "recharts": "^2.8.0", | |
| "socket.io-client": "^4.7.0", | |
| "framer-motion": "^10.16.0", | |
| "usehooks-ts": "^2.9.0", | |
| "zustand": "^4.4.0", | |
| "date-fns": "^2.30.0" | |
| }, | |
| "devDependencies": { | |
| "eslint": "^8.45.0", | |
| "eslint-config-next": "^14.0.0", | |
| "@typescript-eslint/parser": "^6.0.0" | |
| } | |
| } |