-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 1.05 KB
/
package.json
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
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "smart-server",
"module": "index.ts",
"type": "module",
"scripts": {
"dev": "bun run --watch app.ts",
"scss": "sass --style=compressed --verbose public/styles.scss:public/styles.css",
"scss:watch": "chokidar \"public/**/*.scss\" -c \"bun scss\""
},
"devDependencies": {
"@types/bun": "latest",
"ts-node": "^10.9.2"
},
"peerDependencies": {
"typescript": "^5.6.3"
},
"dependencies": {
"@elysiajs/cors": "^1.1.1",
"@elysiajs/server-timing": "^1.1.0",
"@elysiajs/static": "^1.1.1",
"@openai/realtime-api-beta": "github:awakcon1234/openai-realtime-api-beta",
"@types/axios": "^0.14.4",
"@types/dotenv": "^8.2.3",
"@types/node": "^22.9.0",
"@types/password-hash-and-salt": "^0.1.2",
"@types/sequelize": "^4.28.20",
"@types/signale": "^1.4.7",
"chokidar-cli": "^3.0.0",
"cron": "^3.2.1",
"elysia": "^1.1.25",
"firebase-admin": "^13.0.1",
"gridstack": "^11.1.0",
"moment": "^2.30.1",
"mysql2": "^3.11.4",
"password-hash-and-salt": "^0.1.4",
"sass": "^1.81.0",
"sequelize": "^6.37.5",
"signale": "^1.4.0"
}
}