-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
47 lines (47 loc) · 1.2 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
{
"name": "notion-cms-example",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/icons": "^2.0.11",
"@chakra-ui/react": "^2.4.9",
"@coinbase/wallet-sdk": "^3.6.3",
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@glif/filecoin-address": "^2.0.20",
"@notionhq/client": "^1.0.4",
"@solana/web3.js": "^1.66.2",
"@types/gtag.js": "^0.0.12",
"algosdk": "^1.23.2",
"bip39": "^3.0.4",
"ethers": "^5.7.2",
"framer-motion": "^6.5.1",
"next": "12.1.4",
"next-sitemap": "^3.1.30",
"notion-client": "^6.13.11",
"nprogress": "^0.2.0",
"react": "18.0.0",
"react-dom": "18.0.0",
"react-icons": "^4.4.0",
"react-notion-x": "^6.15.2",
"web3modal": "^1.9.12",
"zustand": "^4.1.4"
},
"devDependencies": {
"@types/node": "17.0.23",
"@types/nprogress": "^0.2.0",
"@types/react": "18.0.0",
"@types/react-dom": "18.0.0",
"eslint": "8.13.0",
"eslint-config-next": "12.1.4",
"notion-types": "^6.13.4",
"typescript": "4.6.3"
}
}