Files
Velocity-OS/webos/package.json

40 lines
1.1 KiB
JSON

{
"name": "velocity-os-webos",
"version": "2.0.0",
"private": true,
"description": "Velocity-OS WebOS — 3-Pillar React Frontend",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"preview": "vite preview",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"type-check": "tsc --noEmit"
},
"dependencies": {
"@react-three/drei": "^10.0.0",
"@react-three/fiber": "^9.0.0",
"@tanstack/react-query": "^5.51.0",
"clsx": "^2.1.1",
"date-fns": "^3.6.0",
"framer-motion": "^11.3.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-router-dom": "^6.26.0",
"three": "0.168.0",
"zustand": "^4.5.0"
},
"devDependencies": {
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@types/three": "^0.168.0",
"@typescript-eslint/eslint-plugin": "^7.0.0",
"@typescript-eslint/parser": "^7.0.0",
"@vitejs/plugin-react": "^4.3.0",
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.0",
"typescript": "^5.5.0",
"vite": "^5.4.0"
}
}