doctor-mail/packages/ui/package.json

41 lines
964 B
JSON
Raw Normal View History

2025-01-10 21:36:17 +08:00
{
"name": "@nice/ui",
"version": "1.0.0",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"private": true,
"scripts": {
"build": "tsup",
"dev": "tsup --watch",
"clean": "rimraf dist",
"typecheck": "tsc --noEmit"
},
"dependencies": {
2025-01-23 23:59:49 +08:00
"@ctrl/tinycolor": "^4.1.0",
2025-01-10 21:36:17 +08:00
"@dagrejs/dagre": "^1.1.4",
"@nice/utils": "workspace:^",
"@xyflow/react": "^12.3.6",
2025-01-23 23:59:49 +08:00
"color": "^4.2.3",
2025-01-10 21:36:17 +08:00
"dagre": "^0.8.5",
"nanoid": "^5.0.9",
"react-hotkeys-hook": "^4.6.1",
"zustand": "^5.0.3"
},
"peerDependencies": {
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
2025-01-23 23:59:49 +08:00
"@types/color": "^4.2.0",
2025-01-10 21:36:17 +08:00
"@types/dagre": "^0.7.52",
"@types/node": "^20.3.1",
"@types/react": "18.2.38",
"@types/react-dom": "18.2.15",
"concurrently": "^8.0.0",
"rimraf": "^6.0.1",
"ts-node": "^10.9.1",
"tsup": "^8.3.5",
"typescript": "^5.5.4"
}
}