-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
42 lines (42 loc) · 1001 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
39
40
41
42
{
"name": "nori-client",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.9.3",
"@emotion/styled": "^11.9.3",
"@react-oauth/google": "^0.2.6",
"@types/axios": "^0.14.0",
"axios": "^0.27.2",
"next": "12.2.0",
"next-auth": "^4.9.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-google-login": "^5.2.2",
"recoil": "^0.7.4",
"recoil-persist": "^4.2.0",
"swr": "^1.3.0"
},
"devDependencies": {
"@emotion/babel-plugin": "^11.9.2",
"@svgr/webpack": "^6.2.1",
"@types/node": "18.0.1",
"@types/react": "18.0.14",
"@types/react-dom": "18.0.6",
"eslint": "^8.19.0",
"eslint-config-next": "12.2.0",
"eslint-plugin-prettier": "^4.2.1",
"msw": "^0.44.0",
"prettier": "^2.7.1",
"typescript": "4.7.4"
},
"msw": {
"workerDirectory": "public"
}
}