-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 733 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 733 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"name": "app",
"version": "1.0.50",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "cd .client && bunx --bun vite build",
"dev": "bun run --hot src/index.ts",
"dev:client": " cd .client && bunx --bun vite dev"
},
"dependencies": {
"@elysiajs/cors": "^0.7.1",
"@elysiajs/html": "^0.7.0",
"@elysiajs/static": "^0.7.1",
"@elysiajs/swagger": "^0.7.3",
"@simplewebauthn/server": "^8.2.0",
"elysia": "latest",
"flowbite": "^1.8.1",
"flowbite-react": "^0.6.3",
"pg": "^8.11.3",
"react": "^18.2.0",
"typeorm": "^0.3.17"
},
"devDependencies": {
"@types/react": "^18.2.23",
"bun-types": "latest"
},
"module": "src/index.js"
}