dnd-hub/package.json
2026-03-19 01:09:12 -04:00

39 lines
No EOL
1 KiB
JSON

{
"name": "bms-forge",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"type-check": "tsc --noEmit"
},
"dependencies": {
"@monaco-editor/react": "^4.6.0",
"js-yaml": "^4.1.0",
"konva": "^9.3.16",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-konva": "^18.2.10",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/js-yaml": "^4.0.9",
"@types/node": "^22.10.6",
"@types/react": "^19.0.7",
"@types/react-dom": "^19.0.3",
"@typescript-eslint/eslint-plugin": "^8.26.1",
"@typescript-eslint/parser": "^8.26.1",
"@vitejs/plugin-react": "^4.3.4",
"autoprefixer": "^10.4.20",
"eslint": "^9.17.0",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.18",
"postcss": "^8.5.3",
"tailwindcss": "^3.4.1",
"typescript": "^5.7.3",
"vite": "^6.0.5"
}
}