Files
govoplan-files/webui/package.json

35 lines
817 B
JSON

{
"name": "@govoplan/files-webui",
"version": "0.1.9",
"private": true,
"type": "module",
"main": "src/index.ts",
"module": "src/index.ts",
"types": "src/index.ts",
"exports": {
".": {
"types": "./src/index.ts",
"import": "./src/index.ts"
},
"./styles/file-manager.css": "./src/styles/file-manager.css"
},
"scripts": {
"test:file-drop-target": "node scripts/test-file-drop-target-structure.mjs"
},
"peerDependencies": {
"@vitejs/plugin-react": "^4.3.4",
"vite": "^6.0.6",
"typescript": "^5.7.2",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-router-dom": ">=7.18.2 <8",
"lucide-react": "^1.23.0",
"@govoplan/core-webui": "^0.1.9"
},
"peerDependenciesMeta": {
"@govoplan/core-webui": {
"optional": true
}
}
}