-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.32 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
{
"name": "notion-portfolio",
"private": true,
"scripts": {
"dev": "NODE_OPTIONS='--inspect' next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/react": "^1.8.3",
"@emotion/react": "^11",
"@emotion/styled": "^11",
"@fortawesome/fontawesome-svg-core": "^1.3.0",
"@fortawesome/free-brands-svg-icons": "^6.0.0",
"@fortawesome/free-regular-svg-icons": "^6.0.0",
"@fortawesome/free-solid-svg-icons": "^6.0.0",
"@fortawesome/react-fontawesome": "^0.1.17",
"@notionhq/client": "^0.4.13",
"@reduxjs/toolkit": "^1.7.2",
"@walletconnect/web3-provider": "^1.7.1",
"@web3auth/web3auth": "^0.3.0",
"framer-motion": "^6",
"install": "^0.13.0",
"magic-sdk": "^8.0.1",
"moralis": "^1.3.2",
"next": "12.0.10",
"npm": "^8.5.1",
"or": "^0.2.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-moralis": "^1.3.1",
"react-redux": "^7.2.6",
"redux": "^4.1.2",
"redux-logger": "^3.0.6",
"swr": "^1.2.1"
},
"devDependencies": {
"@types/gtag.js": "^0.0.8",
"@types/node": "17.0.17",
"@types/react": "17.0.39",
"@types/react-redux": "^7.1.22",
"@types/redux-logger": "^3.0.9",
"eslint": "8.9.0",
"eslint-config-next": "12.0.10",
"typescript": "4.5.5"
}
}