forked from NotionX/react-notion-x
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 997 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 997 Bytes
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": "notion-x-example-full",
"version": "6.15.7",
"private": true,
"type": "commonjs",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"analyze": "cross-env ANALYZE=true next build",
"analyze:server": "cross-env BUNDLE_ANALYZE=server next build",
"analyze:browser": "cross-env BUNDLE_ANALYZE=browser next build",
"deploy": "vercel deploy"
},
"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.15.6",
"notion-compat": "^6.15.6",
"notion-utils": "^6.15.6",
"p-map": "^5.3.0",
"p-memoize": "^6.0.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-notion-x": "^6.15.6",
"react-tweet-embed": "^2.0.0"
},
"devDependencies": {
"@next/bundle-analyzer": "^12.1.0",
"@types/node": "^16.11.2",
"cross-env": "^7.0.3",
"typescript": "^4.6.2"
}
}