Initial commit
This commit is contained in:
@@ -0,0 +1,39 @@
|
||||
{
|
||||
"scripts": {
|
||||
"dev-server-bun": "bun --watch ./src/server/server.bun.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@dagrejs/dagre": "^1.1.4",
|
||||
"@fastify/cors": "^9.0.1",
|
||||
"@fastify/websocket": "^10.0.1",
|
||||
"@tldraw/sync": "3.6.1",
|
||||
"@tldraw/sync-core": "3.6.1",
|
||||
"@tldraw/tlschema": "3.6.1",
|
||||
"@vitejs/plugin-react-swc": "^3.7.0",
|
||||
"axios": "^1.7.2",
|
||||
"cheerio": "^1.0.0-rc.12",
|
||||
"crypto-browserify": "^3.12.0",
|
||||
"fastify": "^4.28.1",
|
||||
"itty-router": "^5.0.17",
|
||||
"react": "^18.2.0",
|
||||
"react-dom": "^18.2.0",
|
||||
"react-router-dom": "^6.24.1",
|
||||
"socket.io-client": "^4.8.0",
|
||||
"unfurl.js": "^6.4.0",
|
||||
"vite": "^5.3.3",
|
||||
"ws": "^8.16.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/bun": "^1.1.6",
|
||||
"@types/express": "^4.17.21",
|
||||
"@types/node": "^20.11.0",
|
||||
"@types/ws": "^8.5.10",
|
||||
"concurrently": "^8.2.2",
|
||||
"lazyrepo": "0.0.0-alpha.27",
|
||||
"@types/react": "^18.2.0",
|
||||
"@types/react-dom": "^18.2.0",
|
||||
"@babel/core": "^7.23.3",
|
||||
"@babel/preset-react": "^7.23.3",
|
||||
"typescript": "^5.3.3"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user