-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 loc) · 1.98 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "cobalt",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.0",
"@google/generative-ai": "^0.2.1",
"@mui/icons-material": "^5.15.14",
"@mui/material": "^5.15.14",
"@octokit/rest": "^20.0.2",
"@radix-ui/react-collapsible": "^1.0.3",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-tabs": "^1.0.4",
"@types/body-parser": "^1.19.5",
"@types/express": "^4.17.21",
"@types/node": "^20.4.2",
"@types/react": "18.2.15",
"@types/react-dom": "18.2.7",
"@uiw/react-textarea-code-editor": "^3.0.2",
"autoprefixer": "10.4.14",
"axios": "^1.4.0",
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"dotenv": "^16.4.5",
"eslint": "8.45.0",
"eslint-config-next": "13.4.10",
"express": "^4.18.2",
"geoip-lite": "^1.4.10",
"jsonwebtoken": "^9.0.1",
"jspdf": "^2.5.1",
"mongoose": "^7.4.0",
"next": "13.4.10",
"nodemailer": "^6.9.4",
"octokit": "^3.1.2",
"openai": "^4.27.0",
"postcss": "8.4.26",
"react": "18.2.0",
"react-contenteditable": "^3.3.7",
"react-dom": "18.2.0",
"react-hot-toast": "^2.4.1",
"react-icons": "^5.0.1",
"react-resizable": "^3.0.5",
"react-resizable-panels": "^2.0.13",
"react-spinners": "^0.13.8",
"request-ip": "^3.3.0",
"socket.io-client": "^4.7.4",
"tailwind-merge": "^2.2.1",
"tailwindcss": "3.3.3",
"tailwindcss-animate": "^1.0.7",
"typescript": "5.1.6"
},
"devDependencies": {
"@types/bcryptjs": "^2.4.2",
"@types/geoip-lite": "^1.4.4",
"@types/jsonwebtoken": "^9.0.2",
"@types/nodemailer": "^6.4.8",
"@types/request-ip": "^0.0.41",
"bufferutil": "^4.0.7",
"supports-color": "^8.1.1",
"utf-8-validate": "^5.0.10"
}
}