-
Notifications
You must be signed in to change notification settings - Fork 37
Expand file tree
/
Copy pathpackage.json
More file actions
104 lines (104 loc) · 2.99 KB
/
package.json
File metadata and controls
104 lines (104 loc) · 2.99 KB
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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
{
"name": "@dev/web",
"version": "1.0.0",
"license": "MIT",
"private": true,
"scripts": {
"start:dev": "next dev",
"start:prod": "next start",
"build": "run-p -l build:*",
"build:next": "next build",
"lint": "eslint --fix -c ./.eslintrc.json './src/**/*.{ts,tsx}'"
},
"dependencies": {
"@ant-design/icons": "5.6.0",
"@apollo/client": "3.12.8",
"@davatar/react": "1.11.1",
"@devprotocol/alias-legacy-dev-kit": "npm:@devprotocol/dev-kit@8.7.0",
"@devprotocol/dev-kit": "7.3.4",
"@devprotocol/khaos-kit": "1.4.0",
"@devprotocol/util-ts": "2.2.1",
"@metamask/detect-provider": "2.0.0",
"@quentin-sommer/react-useragent": "3.2.0",
"@svgr/webpack": "8.1.0",
"@tailwindcss/line-clamp": "0.4.0",
"@types/gtag.js": "0.0.20",
"@types/react-select": "5.0.1",
"@walletconnect/web3-provider": "1.8.0",
"antd": "4.24.16",
"axios": "1.8.2",
"bignumber.js": "9.1.2",
"body-parser": "1.20.3",
"convert-keys": "1.3.4",
"core-js": "3.40.0",
"date-fns": "4.1.0",
"dotenv": "16.4.7",
"dotenv-webpack": "8.1.0",
"ethers": "5.7.2",
"faker": "6.6.6",
"formik": "2.4.6",
"formik-material-ui": "3.0.1",
"fortmatic": "2.4.0",
"graphql": "^16.9.0",
"less": "4.2.2",
"less-vars-to-js": "1.3.0",
"lorem-ipsum": "2.0.8",
"lottie-react": "2.4.1",
"next": "16.1.7",
"next-i18next": "15.4.1",
"next-offline": "5.0.5",
"next-plugin-antd-less": "1.8.0",
"next-transpile-modules": "10.0.1",
"nft.storage": "7.2.0",
"node-libs-browser": "2.2.1",
"nookies": "2.5.2",
"null-loader": "4.0.1",
"path": "0.12.7",
"query-string": "9.1.1",
"ramda": "0.30.1",
"react": "18.3.1",
"react-confetti": "6.2.2",
"react-countdown": "2.3.6",
"react-device-detect": "2.2.3",
"react-dom": "18.3.1",
"react-markdown": "9.0.3",
"react-select": "5.10.0",
"string-hash": "1.1.3",
"styled-components": "6.1.14",
"swr": "2.3.0",
"tinycolor2": "1.6.0",
"truncate-eth-address": "1.0.2",
"use-clipboard-copy": "0.2.0",
"walletlink": "2.5.0",
"web3": "1.10.4",
"web3-core": "1.10.4",
"web3modal": "1.9.12",
"webpack": "5.97.1"
},
"resolutions": {
"web3": "1.10.4"
},
"devDependencies": {
"@swc/core": "1.10.12",
"@testing-library/react": "16.2.0",
"@testing-library/react-hooks": "8.0.1",
"@testing-library/user-event": "14.6.1",
"@types/body-parser": "1.19.5",
"@types/faker": "6.6.11",
"@types/ramda": "0.30.2",
"@types/react": "17.0.83",
"@types/react-dom": "18.3.5",
"@types/string-hash": "1.1.1",
"@types/styled-components": "5.1.34",
"@types/tinycolor2": "1.4.3",
"@types/ua-parser-js": "0.7.36",
"@zeit/next-css": "1.0.1",
"autoprefixer": "10.4.20",
"eslint-config-next": "15.1.6",
"identity-obj-proxy": "3.0.0",
"postcss": "8.5.1",
"react-docgen-typescript-loader": "3.7.2",
"react-test-renderer": "18.3.1",
"tailwindcss": "3.4.17"
}
}