-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.08 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
{
"name": "donglog",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/next-js": "^2.1.3",
"@chakra-ui/react": "^2.6.1",
"@emotion/react": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@next-auth/mongodb-adapter": "^1.1.3",
"aws-sdk": "^2.1380.0",
"bcrypt": "^5.1.0",
"framer-motion": "^10.12.12",
"gray-matter": "^4.0.3",
"mongodb": "^5.5.0",
"next": "^13.4.2",
"next-auth": "^4.21.1",
"notion-client": "^6.16.0",
"notion-types": "^6.16.0",
"notion-utils": "^6.16.0",
"prismjs": "^1.29.0",
"react": "^18.2.0",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^18.2.0",
"react-icons": "^4.8.0",
"react-markdown": "^8.0.7",
"react-notion": "^0.10.0",
"react-notion-x": "^6.16.0",
"react-syntax-highlighter": "^15.5.0",
"rehype-raw": "^6.1.1",
"rehype-react": "^7.2.0",
"remark": "^14.0.3",
"remark-html": "^15.0.2",
"remark-react": "^9.0.1"
}
}