-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathpackage.json
36 lines (36 loc) · 910 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
{
"name": "sj-land",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@notionhq/client": "^1.0.4",
"@radix-ui/colors": "^0.1.8",
"@radix-ui/react-checkbox": "^1.0.0",
"@radix-ui/react-dialog": "^1.0.0",
"@radix-ui/react-popover": "^1.0.0",
"@radix-ui/react-tooltip": "^1.0.0",
"@vercel/analytics": "^0.1.3",
"framer-motion": "^7.6.1",
"gray-matter": "^4.0.3",
"next": "12.1.5",
"next-restore-scroll": "^1.2.1",
"next-themes": "^0.1.1",
"path": "^0.12.7",
"react": "18.0.0",
"react-dom": "18.0.0",
"react-hot-toast": "^2.2.0",
"react-twitter-embed": "^4.0.4",
"remark": "^14.0.2",
"remark-html": "^15.0.1"
},
"devDependencies": {
"eslint": "8.13.0",
"eslint-config-next": "12.1.5"
}
}