-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.3 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
{
"name": "nisarg-trivedi",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@notion-render/bookmark-plugin": "^0.0.2",
"@notion-render/client": "^0.0.2",
"@notion-render/hljs-plugin": "^0.0.2",
"@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",
"@sanity/icons": "^3.5.6",
"@sanity/image-url": "^1.1.0",
"@sanity/vision": "^3.68.3",
"@vercel/analytics": "^0.1.11",
"@vercel/speed-insights": "^1.1.0",
"date-fns": "^4.1.0",
"framer-motion": "^7.6.1",
"gray-matter": "^4.0.3",
"next": "12.1.5",
"next-restore-scroll": "^1.2.1",
"next-sanity": "^3.1.9",
"next-themes": "^0.1.1",
"path": "^0.12.7",
"prettier": "^2.8.8",
"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",
"sanity": "^3.68.3",
"styled-components": "^6.1.13"
},
"devDependencies": {
"eslint": "8.13.0",
"eslint-config-next": "12.1.5"
}
}