-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 958 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
37
{
"name": "next-demo",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/icons": "^2.1.1",
"@chakra-ui/next-js": "^2.2.0",
"@chakra-ui/react": "^2.8.2",
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@types/node": "20.12.8",
"@types/react": "18.2.64",
"@types/react-dom": "18.2.18",
"@vercel/analytics": "^1.2.2",
"@vercel/speed-insights": "^1.0.9",
"date-fns": "^3.3.1",
"eslint": "8.56.0",
"eslint-config-next": "14.0.4",
"framer-motion": "^11.0.8",
"next": "14.0.4",
"next-themes": "^0.2.1",
"notion-client": "^6.16.0",
"notion-types": "^6.16.0",
"notion-utils": "^6.16.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^5.0.1",
"react-notion-x": "^6.16.0",
"typescript": "5.3.3"
}
}