Spaces:
Running
Running
{ | |
"name": "lynxkite", | |
"private": true, | |
"version": "0.0.0", | |
"type": "module", | |
"scripts": { | |
"test": "playwright test", | |
"dev": "npx vite", | |
"build": "npx tsc -b && npx vite build", | |
"lint": "npx eslint .", | |
"preview": "npx vite preview" | |
}, | |
"dependencies": { | |
"@esbuild/linux-x64": "^0.25.0", | |
"@iconify-json/tabler": "^1.2.10", | |
"@svgr/core": "^8.1.0", | |
"@svgr/plugin-jsx": "^8.1.0", | |
"@swc/core": "^1.10.1", | |
"@syncedstore/core": "^0.6.0", | |
"@syncedstore/react": "^0.6.0", | |
"@types/node": "^22.10.1", | |
"@xyflow/react": "^12.3.5", | |
"daisyui": "^4.12.20", | |
"echarts": "^5.5.1", | |
"fuse.js": "^7.0.0", | |
"json-schema-to-typescript": "^15.0.3", | |
"react": "^18.3.1", | |
"react-dom": "^18.3.1", | |
"react-markdown": "^9.0.1", | |
"react-router-dom": "^7.0.2", | |
"swr": "^2.2.5", | |
"unplugin-icons": "^0.21.0", | |
"y-websocket": "^2.0.4", | |
"yjs": "^13.6.20" | |
}, | |
"devDependencies": { | |
"@eslint/js": "^9.15.0", | |
"@types/react": "^18.3.14", | |
"@types/react-dom": "^18.3.2", | |
"@vitejs/plugin-react-swc": "^3.5.0", | |
"autoprefixer": "^10.4.20", | |
"eslint": "^9.15.0", | |
"eslint-plugin-react-hooks": "^5.0.0", | |
"eslint-plugin-react-refresh": "^0.4.14", | |
"globals": "^15.12.0", | |
"postcss": "^8.4.49", | |
"tailwindcss": "^3.4.16", | |
"typescript": "~5.6.2", | |
"typescript-eslint": "^8.15.0", | |
"vite": "^6.2.0", | |
"@playwright/test": "^1.50.1", | |
"@types/node": "^22.13.1" | |
}, | |
"optionalDependencies": { | |
"@rollup/rollup-linux-x64-gnu": "^4.28.1" | |
} | |
} | |