-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 1 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
{
"name": "game-ee-client",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"cypress": "cypress open"
},
"dependencies": {
"@chakra-ui/react": "^2.0.0-next.3",
"@emotion/react": "^11",
"@emotion/styled": "^11",
"@mui/icons-material": "^5.8.4",
"@mui/material": "^5.8.6",
"axios": "^0.27.2",
"cookies-next": "^2.1.1",
"framer-motion": "^6",
"next": "^12.2.5",
"next-cookies": "^2.0.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"recoil": "^0.7.3-alpha.2"
},
"devDependencies": {
"@types/node": "17.0.29",
"@types/react": "18.0.8",
"@types/react-dom": "18.0.0",
"@typescript-eslint/eslint-plugin": "^5.26.0",
"@typescript-eslint/parser": "^5.26.0",
"cypress": "^9.6.0",
"eslint": "^8.16.0",
"eslint-config-next": "12.1.5",
"eslint-plugin-prettier": "^4.0.0",
"prettier": "^2.6.2",
"typescript": "4.6.3"
}
}