-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
82 lines (82 loc) · 2.37 KB
/
package.json
File metadata and controls
82 lines (82 loc) · 2.37 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
{
"name": "portal",
"version": "0.1.0",
"private": true,
"overrides": {
"d3-interpolate": "1.4.0"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"analyze": "cross-env ANALYZE=true next build",
"postinstall": "patch-package"
},
"dependencies": {
"@ant-design/plots": "^1.2.3",
"@chakra-ui/icons": "2.0.13",
"@chakra-ui/react": "2.8.0",
"@emotion/react": "11.14.0",
"@emotion/styled": "11.14.1",
"@radix-ui/react-slot": "^1.2.3",
"@reown/appkit": "^1.7.15",
"@reown/appkit-adapter-ethers": "^1.7.15",
"@reown/appkit-adapter-solana": "^1.7.15",
"@solana/wallet-adapter-react-ui": "^0.9.39",
"@solana/wallet-adapter-wallets": "^0.19.37",
"@swc/helpers": "^0.5.17",
"@tanstack/react-query": "^4.10.3",
"@tanstack/react-query-devtools": "^4.11.0",
"antd": "5.26.7",
"axios": "^1.1.3",
"calendar-dates": "^2.7.2",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"country-calling-code": "^0.0.3",
"country-list": "2.3.0",
"country-list-with-dial-code-and-flag": "^3.0.2",
"d3-interpolate": "1.4.0",
"dotenv": "^17.2.1",
"ethers": "^6.15.0",
"format-money-js": "^1.6.3",
"framer-motion": "10.12.16",
"graphql-request": "^7.2.0",
"js-cookie": "^3.0.5",
"json-2-csv": "^4.0.0",
"lucide-react": "^0.525.0",
"moment": "^2.30.1",
"next": "12.3.1",
"nft.storage": "^7.0.0",
"patch-package": "^8.0.0",
"pinata": "^0.2.0",
"postinstall-postinstall": "^2.1.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-google-autocomplete": "^2.7.0",
"react-highlight-words": "^0.18.0",
"sonner": "^2.0.6",
"tailwind-merge": "^3.3.1",
"tailwindcss-animate": "^1.0.7",
"usa-states": "^0.0.6",
"uuid": "^9.0.0"
},
"devDependencies": {
"@next/bundle-analyzer": "^13.3.0",
"@tailwindcss/postcss": "^4.1.12",
"@types/country-list": "^2.1.4",
"@types/js-cookie": "^3.0.6",
"@types/node": "^18.8.3",
"@types/react": "^18.3.23",
"@types/react-dom": "^18.0.6",
"@types/react-highlight-words": "^0.16.4",
"@types/uuid": "^8.3.4",
"autoprefixer": "^10.4.12",
"cross-env": "^7.0.3",
"eslint": "8.25.0",
"eslint-config-next": "12.3.1",
"postcss": "^8.4.18",
"tailwindcss": "^3.1.8",
"typescript": "^5.8.3"
}
}