Files
pikasTech-unidesk/src/components/frontend/package.json
T
2026-05-11 07:39:37 +00:00

20 lines
414 B
JSON

{
"name": "@unidesk/frontend",
"private": true,
"type": "module",
"scripts": {
"start": "bun run src/index.ts",
"build": "bun run scripts/build.ts",
"check": "tsc -p tsconfig.json --noEmit"
},
"dependencies": {
"@xyflow/react": "12.10.2",
"react": "18.3.1",
"react-dom": "18.3.1"
},
"devDependencies": {
"@types/react": "18.3.28",
"@types/react-dom": "18.3.7"
}
}