20 lines
414 B
JSON
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"
|
|
}
|
|
}
|