32 lines
707 B
JSON
32 lines
707 B
JSON
{
|
|
"name": "@govoplan/calendar-webui",
|
|
"version": "0.1.8",
|
|
"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/calendar.css": "./src/styles/calendar.css"
|
|
},
|
|
"peerDependencies": {
|
|
"@govoplan/core-webui": "^0.1.8",
|
|
"lucide-react": "^1.23.0",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0",
|
|
"react-router-dom": "^7.1.1",
|
|
"@vitejs/plugin-react": "^4.3.4",
|
|
"typescript": "^5.7.2",
|
|
"vite": "^6.0.6"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@govoplan/core-webui": {
|
|
"optional": true
|
|
}
|
|
}
|
|
}
|