-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
52 lines (52 loc) · 1.65 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
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "ec_community_front",
"version": "0.2.0",
"private": true,
"homepage": "endless-creation.com",
"scripts": {
"dev": "next dev",
"build": "next build && next export",
"postbuild": "cross-env next-sitemap --config next-sitemap.js",
"start": "next start",
"lint": "next lint",
"deploy": "next build && next export && netlify deploy --prod"
},
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@fontsource/noto-sans-kr": "^4.5.12",
"@mui/icons-material": "^5.11.0",
"@mui/material": "^5.11.7",
"@svgr/webpack": "^6.5.1",
"@toast-ui/editor-plugin-code-syntax-highlight": "^3.1.0",
"@toast-ui/react-editor": "^3.2.2",
"Prism": "^2.0.0",
"contentlayer": "^0.3.0",
"cross-env": "^7.0.3",
"next": "13.1.6",
"next-contentlayer": "^0.3.0",
"prismjs": "^1.29.0",
"react": "18.2.0",
"react-countup": "^6.4.1",
"react-dom": "18.2.0",
"react-full-page": "^0.1.12"
},
"devDependencies": {
"@types/node": "18.11.18",
"@types/prismjs": "^1.26.0",
"@types/react": "18.0.27",
"@types/react-slick": "^0.23.10",
"@types/redux-actions": "^2.6.2",
"@types/redux-logger": "^3.0.9",
"@typescript-eslint/eslint-plugin": "^5.50.0",
"@typescript-eslint/parser": "^5.50.0",
"editor-plugin-code-syntax-highlight": "link:@types/@toast-ui/editor-plugin-code-syntax-highlight",
"eslint": "^8.33.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-next": "13.1.6",
"eslint-plugin-prettier": "^4.2.1",
"next-sitemap": "^3.1.49",
"typescript": "4.9.5"
}
}