-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
45 lines (45 loc) · 1.22 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
{
"name": "onebite-typescript-notbook",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.10.6",
"@emotion/server": "latest",
"@emotion/styled": "^11.10.6",
"@mui/icons-material": "^5.11.11",
"@mui/material": "^5.11.13",
"@mui/styles": "^5.11.13",
"@next/bundle-analyzer": "^13.2.4",
"@notionhq/client": "^2.2.3",
"@svgr/webpack": "^6.5.1",
"@types/gtag.js": "^0.0.12",
"@types/nprogress": "^0.2.0",
"@types/react-syntax-highlighter": "^15.5.6",
"@vercel/analytics": "^0.1.11",
"@vercel/og": "^0.5.4",
"babel-plugin-styled-components": "^2.0.7",
"next": "13.1.6",
"next-sitemap": "^3.1.55",
"notion-client": "^6.16.0",
"notion-utils": "^6.16.0",
"nprogress": "^0.2.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-notion-x": "^6.16.0",
"react-syntax-highlighter": "^15.5.0"
},
"devDependencies": {
"@types/node": "18.14.0",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"eslint": "8.34.0",
"eslint-config-next": "13.1.6",
"typescript": "4.9.5"
}
}