-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 934 Bytes
/
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
{
"name": "client",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@headlessui/react": "^1.4.3",
"@reduxjs/toolkit": "^1.7.2",
"axios": "^0.25.0",
"classnames": "^2.3.1",
"moment": "^2.29.1",
"next": "12.0.9",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-hook-form": "^7.25.3",
"react-query": "^3.34.16",
"react-text-mask": "^5.4.3",
"react-timer-hook": "^3.0.5",
"socket.io-client": "^4.4.1"
},
"devDependencies": {
"@types/node": "17.0.13",
"@types/react": "17.0.38",
"@types/react-query": "^1.2.9",
"@types/react-text-mask": "^5.4.11",
"autoprefixer": "^10.4.2",
"eslint": "8.8.0",
"eslint-config-next": "12.0.9",
"postcss": "^8.4.5",
"prettier": "^2.5.1",
"tailwindcss": "^3.0.18",
"typescript": "4.5.5"
}
}