-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.13 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
{
"name": "tic-tac-toe",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@stream-io/stream-chat-css": "^3.7.0",
"@types/bcrypt": "^5.0.0",
"@types/canvas-confetti": "^1.6.0",
"@types/node": "18.11.9",
"@types/react": "18.0.25",
"@types/react-dom": "18.0.8",
"@uiball/loaders": "^1.2.6",
"axios": "^1.1.3",
"bcrypt": "^5.1.0",
"canvas-confetti": "^1.6.0",
"cors": "^2.8.5",
"eslint": "8.27.0",
"eslint-config-next": "13.0.3",
"next": "13.0.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.6.0",
"react-toastify": "^9.1.1",
"recoil": "^0.7.6",
"sass": "^1.56.1",
"stream-chat": "^8.1.0",
"stream-chat-react": "^10.4.0",
"typescript": "4.8.4",
"universal-cookie": "^4.0.4",
"uuid": "^9.0.0"
},
"main": "index.js",
"repository": "https://github.com/Temitayo-spec/Tic-tac-toe.git",
"author": "<[email protected]>",
"license": "MIT",
"devDependencies": {
"@types/uuid": "^8.3.4"
}
}