-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.31 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
41
42
43
44
45
46
47
48
49
50
{
"name": "qna-admin",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "next dev",
"build": "next build",
"setup": "npx @edgedb/generate edgeql-js",
"start": "next start",
"lint": "next lint",
"commands": "cross-env tsx app/lib/discord/scripts/registerCommands.ts",
"delete-command": "cross-env tsx app/lib/discord/scripts/deleteCommand.ts"
},
"dependencies": {
"@discordjs/rest": "^2.4.0",
"@edgedb/auth-nextjs": "^0.3.1",
"@edgedb/generate": "^0.5.4",
"common-tags": "^1.8.2",
"date-fns": "^3.6.0",
"discord-api-types": "^0.37.101",
"discord-interactions": "^3.4.0",
"edgedb": "1.x",
"next": "14.2.3",
"openai": "^4.51.0",
"prismjs": "^1.29.0",
"react": "^18",
"react-dom": "^18",
"react-markdown": "^8.0.7",
"react-select": "^5.8.0",
"react-toastify": "^10.0.5",
"remark-gfm": "^3.0.1",
"sse.js": "^2.1.0",
"tsx": "^4.15.1",
"use-debounce": "^10.0.1"
},
"devDependencies": {
"@types/common-tags": "^1.8.4",
"@types/node": "^20",
"@types/react": "^18.2.8",
"@types/react-dom": "^18",
"cross-env": "^7.0.3",
"dotenv": "^16.4.5",
"eslint": "^8",
"eslint-config-next": "14.2.3",
"postcss": "^8",
"tailwindcss": "^3.4.4",
"typescript": "^5.1.3"
}
}