-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 852 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
{
"name": "fenil-notion-devdiary",
"version": "2023.08.10",
"private": true,
"type": "commonjs",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"deploy": "next build && next export"
},
"dependencies": {
"@notionhq/client": "^1.0.4",
"classnames": "^2.3.1",
"got": "^12.0.2",
"lqip-modern": "^1.2.0",
"next": "^12.1.0",
"notion-client": "^6.16.0",
"notion-compat": "^6.16.0",
"notion-utils": "^6.16.0",
"p-map": "^5.3.0",
"p-memoize": "^6.0.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-notion-x": "^6.16.0",
"react-tweet-embed": "^2.0.0"
},
"devDependencies": {
"@next/bundle-analyzer": "^12.1.0",
"@types/node": "^16.11.2",
"@types/uuid": "^9.0.2",
"cross-env": "^7.0.3",
"typescript": "^4.6.2"
}
}