{ "name": "theme-preview", "version": "1.0.0", "description": "", "main": "index.js", "private": true, "type": "module", "scripts": { "dev": "vite", "build": "tsc -b && vite build", "lint": "eslint .", "preview": "vite preview" }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "@abearxiong/ui": "0.0.1-alpha.0", "@kevisual/codemirror": "workspace:^", "@kevisual/ui": "workspace:^", "antd": "^5.20.6", "clsx": "^2.1.1", "immer": "^10.1.1", "lodash-es": "^4.17.21", "nanoid": "^5.0.7", "react": "^18.3.1", "react-dom": "^18.3.1", "react-router": "^6.26.2", "react-router-dom": "^6.26.2", "react-toastify": "^10.0.5", "zustand": "^4.5.5" }, "devDependencies": { "@eslint/js": "^9.10.0", "@tailwindcss/aspect-ratio": "^0.4.2", "@tailwindcss/typography": "^0.5.15", "@types/node": "^22.5.5", "@types/react": "^18.3.8", "@types/react-dom": "^18.3.0", "@vitejs/plugin-react": "^4.3.1", "autoprefixer": "^10.4.20", "eslint": "^9.10.0", "eslint-plugin-react-hooks": "^5.1.0-rc.0", "eslint-plugin-react-refresh": "^0.4.12", "globals": "^15.9.0", "tailwind-merge": "^2.5.2", "tailwindcss": "^3.4.12", "tailwindcss-animate": "^1.0.7", "typescript": "^5.6.2", "typescript-eslint": "^8.6.0", "vite": "^5.4.6" } }