mirror of
https://github.com/MoonshotAI/kimi-code.git
synced 2026-07-16 12:49:24 +00:00
39 lines
845 B
JSON
39 lines
845 B
JSON
{
|
|
"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",
|
|
"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"
|
|
}
|
|
}
|