-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
38 lines (38 loc) · 910 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": "frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"test": "vitest",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/react": "^1.8.6",
"@emotion/react": "^11.8.2",
"@emotion/styled": "^11.8.1",
"@prisma/client": "^3.11.1",
"@vitejs/plugin-react": "^1.3.2",
"framer-motion": "^6.2.8",
"iron-session": "^6.1.3",
"next": "12.1.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"socket.io": "^4.4.1",
"socket.io-client": "^4.4.1",
"swr": "^1.3.0",
"vitest": "^0.10.4"
},
"devDependencies": {
"@types/node": "17.0.21",
"@types/react": "17.0.40",
"eslint": "8.11.0",
"eslint-config-next": "12.1.0",
"jsdom": "^19.0.0",
"prisma": "^3.11.1",
"typescript": "4.6.2",
"@testing-library/react": "12.1.5"
}
}