forked from CS3219-AY2223S1/cs3219-project-ay2223s1-g41
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.37 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
{
"name": "PeerPrep",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@headlessui/react": "^1.7.2",
"@heroicons/react": "v1",
"@monaco-editor/react": "^4.4.6",
"@types/lodash": "^4.14.188",
"autoprefixer": "^10.4.12",
"axios": "^0.27.2",
"bcryptjs": "^2.4.3",
"ip": "^1.1.8",
"lodash": "^4.17.21",
"monaco-editor": "^0.34.0",
"mongodb": "^4.10.0",
"next": "12.3.1",
"next-auth": "^4.12.0",
"next-themes": "^0.2.1",
"postcss": "^8.4.16",
"python-shell": "^3.0.1",
"react": "18.2.0",
"react-chat-ui": "^0.4.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.36.1",
"react-spinners": "^0.13.6",
"react-timer-hook": "^3.0.5",
"react-tooltip": "^4.4.3",
"sharp": "^0.31.2",
"socket.io": "^4.5.3",
"socket.io-client": "^4.5.3",
"spinners-react": "^1.0.7",
"tailwindcss": "^3.1.8"
},
"devDependencies": {
"@types/node": "18.7.21",
"@types/react": "18.0.21",
"@types/react-dom": "18.0.6",
"eslint": "8.24.0",
"eslint-config-next": "12.3.1",
"typescript": "4.8.3"
}
}