-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
48 lines (48 loc) · 1.26 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": "nextproject",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"export":"next build && next export",
"lint": "next lint",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"dependencies": {
"@coinbase/wallet-sdk": "^3.6.0",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@mui/material": "^5.10.17",
"@types/jquery": "^3.5.14",
"@walletconnect/web3-provider": "^1.8.0",
"@web3auth/web3auth": "^2.1.3",
"ethers": "^5.7.2",
"magic-sdk": "^10.1.0",
"moralis-v1": "^1.12.0",
"next": "^12.2.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.4.0",
"react-moralis": "^1.4.2",
"react-scroll": "^1.8.8",
"web3modal": "^1.9.10",
"web3uikit": "^1.0.4"
},
"devDependencies": {
"@babel/core": "^7.17.10",
"@types/node": "^17.0.31",
"@types/react": "^18.0.25",
"autoprefixer": "^10.4.8",
"babel-loader": "^8.2.5",
"eslint": "8.14.0",
"eslint-config-next": "12.1.5",
"eslint-plugin-storybook": "^0.5.11",
"postcss": "^8.4.16",
"tailwindcss": "^3.1.8",
"typescript": "^4.6.4",
"webpack": "^5.72.0"
}
}