-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.53 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.53 KB
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
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "moyeo-frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 8080",
"build": "next build",
"start": "next start -p $PORT",
"lint": "next lint",
"heroku-postbuild": "npm run build"
},
"engines": {
"node": ">=16.13.0",
"npm": "8.1.0"
},
"dependencies": {
"@tanstack/react-query": "^4.6.1",
"@tanstack/react-query-devtools": "^4.14.1",
"@toast-ui/editor": "^3.2.1",
"@toast-ui/editor-plugin-color-syntax": "^3.1.0",
"@toast-ui/react-editor": "^3.2.2",
"@types/styled-components": "^5.1.26",
"axios": "^0.27.2",
"date-fns": "^2.29.3",
"formik": "^2.2.9",
"jci-moyeo-design-system": "0.2.9",
"next": "12.3.1",
"next-cookies": "^2.0.3",
"react": "18.2.0",
"react-cookie": "^4.1.1",
"react-dom": "18.2.0",
"recoil": "^0.7.5",
"styled-components": "^5.3.6",
"yup": "^0.32.11"
},
"devDependencies": {
"@svgr/webpack": "^6.5.0",
"@types/kakao-js-sdk": "^1.39.1",
"@types/node": "18.7.22",
"@types/react": "18.0.21",
"@types/react-cookies": "^0.1.0",
"@types/react-dom": "18.0.6",
"@typescript-eslint/eslint-plugin": "^5.38.1",
"@typescript-eslint/parser": "^5.38.1",
"@typescript-eslint/types": "^5.38.1",
"eslint": "8.24.0",
"eslint-config-next": "12.3.1",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-react": "^7.31.8",
"eslint-plugin-react-hooks": "^4.6.0",
"prettier": "^2.7.1",
"prettier-eslint": "^15.0.1",
"typescript": "4.8.3"
}
}