-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.08 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
{
"name": "hangman",
"version": "1.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start -p $PORT",
"lint": "next lint"
},
"dependencies": {
"@ably-labs/react-hooks": "^2.1.0",
"@fortawesome/fontawesome-svg-core": "^6.2.1",
"@fortawesome/free-solid-svg-icons": "^6.2.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@tanstack/react-query": "^4.29.5",
"@types/node": "18.11.9",
"@types/react": "18.0.25",
"@types/react-dom": "18.0.8",
"ably": "^1.2.36",
"axios": "^1.1.3",
"eslint": "8.27.0",
"eslint-config-next": "13.0.2",
"framer-motion": "^10.12.8",
"lottie-react": "^2.3.1",
"next": "13.0.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"socket.io": "^4.5.3",
"socket.io-client": "^4.5.3",
"typescript": "4.8.4",
"uuidv4": "^6.2.13"
},
"devDependencies": {
"@types/jest": "^29.5.1",
"@types/react-modal": "^3.13.1",
"autoprefixer": "^10.4.13",
"cypress": "^12.11.0",
"postcss": "^8.4.18",
"tailwindcss": "^3.2.2"
}
}