{ "name": "@eden/core-web", "version": "0.1.0", "private": true, "type": "module", "scripts": { "build": "tsc -p tsconfig.json --noEmit && vite build", "dev": "vite --port ${EDEN_CORE_PORT:-3001}", "typecheck": "tsc -p tsconfig.json --noEmit", "lint": "echo 'no linter configured yet'", "test": "echo 'no tests yet'" }, "dependencies": { "react": "^18.3.1", "react-dom": "^18.3.1" }, "devDependencies": { "@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.3", "vite": "^6.0.7" } }