-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 988 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
{
"name": "front-end",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@apollo/client": "^3.7.0",
"@babel/core": "^7.19.6",
"@emotion/css": "^11.10.0",
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"graphql": "^16.6.0",
"next": "12.3.1",
"next-compose-plugins": "^2.2.1",
"next-pwa": "^5.6.0",
"react": "^18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.38.0",
"react-router-dom": "^6.4.2",
"recoil": "^0.7.6",
"sess": "^0.1.4"
},
"devDependencies": {
"@emotion/babel-preset-css-prop": "^11.10.0",
"@types/graphql": "^14.5.0",
"@types/node": "18.11.4",
"@types/react": "18.0.21",
"@types/react-dom": "^18.0.8",
"@types/styled-components": "^5.1.26",
"eslint": "8.26.0",
"eslint-config-next": "12.3.1",
"typescript": "4.8.4"
}
}