-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.39 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
{
"name": "merrily-code",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"build:local": "cross-env ANALYZE=true next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.5.0",
"@emotion/styled": "^11.3.0",
"@mdx-js/loader": "^1.6.22",
"@next/bundle-analyzer": "^12.0.10",
"@next/mdx": "^12.0.7",
"@types/react": "^17.0.34",
"axios": "^0.24.0",
"framer-motion": "^5.5.4",
"next": "12.0.5",
"next-compose-plugins": "^2.2.1",
"next-mdx-remote": "^3.0.8",
"react": "17.0.2",
"react-color": "^2.19.3",
"react-countup": "^6.1.0",
"react-dom": "17.0.2",
"react-github-calendar": "^3.2.2",
"react-icons": "^4.3.1",
"react-indiana-drag-scroll": "^2.1.0",
"react-naver-maps": "^0.0.13",
"react-slick": "^0.28.1",
"react-syntax-highlighter": "^15.4.5",
"reading-time": "^1.5.0",
"remark": "^14.0.2",
"remark-html": "^15.0.1",
"sharp": "^0.30.1",
"slick-carousel": "^1.8.1",
"stringify-object": "^4.0.0"
},
"devDependencies": {
"@types/navermaps": "^3.0.11",
"@types/react-color": "^3.0.6",
"@types/react-slick": "^0.23.8",
"@types/react-syntax-highlighter": "^13.5.2",
"cross-env": "^7.0.3",
"eslint": "7",
"eslint-config-next": "12.0.2",
"gray-matter": "^4.0.3",
"typescript": "^4.5.4"
}
}