| { | |
| "name": "@moonshot-ai/vis-web", | |
| "version": "0.1.1", | |
| "private": true, | |
| "license": "MIT", | |
| "type": "module", | |
| "imports": { | |
| "#/*": { | |
| "types": [ | |
| "./src/*.ts", | |
| "./src/*.tsx", | |
| "./src/*/index.ts", | |
| "./src/*/index.tsx" | |
| ], | |
| "default": "./src/*" | |
| } | |
| }, | |
| "scripts": { | |
| "dev": "vite", | |
| "build": "vite build", | |
| "test": "vitest run", | |
| "typecheck": "tsc --noEmit" | |
| }, | |
| "dependencies": { | |
| "@tanstack/react-query": "^5.74.4", | |
| "@tanstack/react-virtual": "^3.13.5", | |
| "react": "^19.1.0", | |
| "react-dom": "^19.1.0", | |
| "react-router-dom": "^7.5.2" | |
| }, | |
| "devDependencies": { | |
| "@tailwindcss/vite": "^4.1.4", | |
| "@types/react": "^19.1.2", | |
| "@types/react-dom": "^19.1.2", | |
| "@vitejs/plugin-react": "^4.4.1", | |
| "tailwindcss": "^4.1.4", | |
| "typescript": "6.0.2", | |
| "vite": "^6.3.3", | |
| "vite-plugin-singlefile": "^2.3.3", | |
| "vitest": "4.1.4" | |
| } | |
| } | |