30 lines
685 B
JSON
30 lines
685 B
JSON
{
|
|
"name": "zeroclaw-web",
|
|
"private": true,
|
|
"version": "0.1.0",
|
|
"license": "(MIT OR Apache-2.0)",
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "tsc -b && vite build"
|
|
},
|
|
"dependencies": {
|
|
"lucide-react": "^0.468.0",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0",
|
|
"react-markdown": "^10.1.0",
|
|
"react-router-dom": "^7.1.1",
|
|
"remark-gfm": "^4.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/vite": "^4.0.0",
|
|
"@types/node": "^25.3.0",
|
|
"@types/react": "^19.0.7",
|
|
"@types/react-dom": "^19.0.3",
|
|
"@vitejs/plugin-react": "^4.3.4",
|
|
"rollup": "^4.59.0",
|
|
"tailwindcss": "^4.0.0",
|
|
"typescript": "~5.7.2",
|
|
"vite": "^6.0.7"
|
|
}
|
|
}
|