{ "name": "neon-noodle-os", "private": true, "version": "0.1.0", "license": "MIT", "type": "module", "scripts": { "dev": "vite", "build": "tsc -b && vite build", "preview": "vite preview", "typecheck": "tsc --noEmit" }, "dependencies": { "@babel/standalone": "^7.26.4", "framer-motion": "^11.15.0", "idb": "^8.0.1", "react": "^18.3.1", "react-dom": "^18.3.1", "zustand": "^5.0.2" }, "devDependencies": { "@types/babel__standalone": "^7.1.9", "@types/node": "^22.20.0", "@types/react": "^18.3.18", "@types/react-dom": "^18.3.5", "@vitejs/plugin-react": "^4.3.4", "autoprefixer": "^10.4.20", "postcss": "^8.4.49", "tailwindcss": "^3.4.17", "typescript": "^5.7.2", "vite": "^6.0.7" } }