-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
71 lines (71 loc) · 1.91 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "frontend-next",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@ant-design/icons": "^5.2.6",
"@fontsource/source-code-pro": "^5.0.16",
"@mdx-js/loader": "^3.0.0",
"@mdx-js/react": "^3.0.0",
"@metamask/sdk-react": "^0.14.2",
"@moralisweb3/next": "^2.23.2",
"@next/mdx": "^14.0.1",
"@nextui-org/react": "^2.2.10",
"@polkadot/api": "^10.11.2",
"@polkadot/extension-dapp": "^0.46.6",
"@rainbow-me/rainbowkit": "^1.2.0",
"@react-oauth/google": "^0.12.1",
"@reduxjs/toolkit": "^2.0.1",
"@stripe/react-stripe-js": "^2.4.0",
"@stripe/stripe-js": "^2.3.0",
"@types/mdx": "^2.0.10",
"@web3modal/wagmi": "3.2.1",
"antd": "^5.12.8",
"axios": "^1.6.5",
"classnames": "^2.3.2",
"ethers": "^6.11.1",
"framer-motion": "^11.0.8",
"moralis": "^2.23.2",
"next": "14.0.1",
"next-auth": "^4.24.5",
"react": "^18",
"react-dom": "^18",
"react-flow-renderer": "^10.3.17",
"react-github-login": "^1.0.3",
"react-google-login": "^5.2.2",
"react-hook-form": "^7.49.3",
"react-icons": "^5.0.1",
"react-notifications": "^1.7.4",
"react-paginate": "8.1.3",
"react-redux": "^9.1.0",
"reactflow": "^11.10.4",
"redux": "^5.0.1",
"redux-devtools-extension": "^2.13.9",
"redux-thunk": "^3.1.0",
"rxjs": "^7.8.1",
"stripe": "^14.12.0",
"viem": "^1.13.1",
"wagmi": "^1.4.2",
"web-vitals": "^2.1.4",
"web3": "^4.2.2"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.0.1",
"postcss": "^8",
"tailwindcss": "^3.3.0",
"typescript": "^5",
"webpack-bundle-analyzer": "^4.4.2",
"webpackbar": "^5.0.0-3"
}
}