Files
todo-tree-chopper/package.json

25 lines
521 B
JSON
Raw Normal View History

2025-12-13 14:09:00 +01:00
{
"name": "todo-tree-chopper",
"version": "0.1.0",
"license": "MIT",
"scripts": {
"start": "vite",
"build": "vite build",
"serve": "vite preview"
},
"dependencies": {
"mirotone": "5",
2026-01-21 23:13:14 +01:00
"react": "^18.3.1",
"react-dom": "^18.3.1"
2025-12-13 14:09:00 +01:00
},
"devDependencies": {
2026-01-21 23:13:14 +01:00
"vite": "3.2.11",
2025-12-13 14:09:00 +01:00
"@mirohq/websdk-types": "latest",
2026-01-21 23:13:14 +01:00
"@types/react": "^18.3.27",
"@types/react-dom": "^18.3.7",
2025-12-13 14:09:00 +01:00
"@vitejs/plugin-react": "^2.2.0",
"typescript": "4.9.5",
2026-01-21 23:13:14 +01:00
"@types/node": "^18.19.130"
2025-12-13 14:09:00 +01:00
}
}