This repository has been archived by the owner on Nov 9, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.51 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
49
50
51
52
53
54
55
{
"name": "notion-blog",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "env-cmd -f .env.development next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@babel/runtime": "^7.20.13",
"@emotion/babel-preset-css-prop": "^11.10.0",
"@emotion/core": "^11.0.0",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@giscus/react": "^2.2.6",
"@next/font": "13.1.1",
"@notionhq/client": "^2.2.3",
"@tanstack/react-query": "^4.24.4",
"@types/node": "18.11.18",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.10",
"@vercel/analytics": "^0.1.10",
"axios": "^1.3.2",
"canvas": "^2.11.0",
"env-cmd": "^10.1.0",
"eslint": "8.31.0",
"eslint-config-next": "13.1.1",
"github-markdown-css": "^5.1.0",
"got": "^12.5.3",
"lottie-react": "^2.3.1",
"marked": "^4.2.12",
"next": "13.1.1",
"notion-client": "^6.15.8",
"notion-compat": "^6.16.0",
"notion-types": "^6.15.6",
"notion-utils": "^6.15.8",
"prismjs": "^1.29.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-notion-x": "^6.15.8",
"rss": "^1.2.2",
"typescript": "4.9.4"
},
"packageManager": "yarn@3.3.1",
"devDependencies": {
"@emotion/babel-plugin": "^11.10.5",
"@tanstack/react-query-devtools": "^4.24.9",
"@types/prismjs": "^1.26.0",
"babel-plugin-inline-react-svg": "^2.0.1",
"eslint-config-prettier": "^8.6.0",
"prettier": "^2.8.1"
}
}