-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.22 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
{
"name": "green-planet-eco-frontend",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@iconify/react": "^4.1.0",
"@material-tailwind/react": "^1.4.2",
"@web3modal/ethereum": "^2.3.3",
"@web3modal/react": "^2.3.3",
"alova": "^2.1.2",
"axios": "^1.3.4",
"copy-text-to-clipboard": "^3.1.0",
"ethers": "^5.7.2",
"formik": "^2.2.9",
"framer-motion": "^10.12.16",
"keccak256": "^1.0.6",
"merkletreejs": "^0.3.9",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-fast-marquee": "^1.5.2",
"react-intersection-observer": "^9.4.3",
"react-responsive": "^9.0.2",
"react-router-dom": "^6.8.2",
"react-scroll": "^1.8.9",
"swiper": "^9.4.1",
"wagmi": "^0.12.12",
"yup": "^1.1.0"
},
"devDependencies": {
"@types/jsonwebtoken": "^9.0.2",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@types/react-scroll": "^1.8.6",
"@vitejs/plugin-react": "^3.1.0",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.21",
"tailwindcss": "^3.3.1",
"typescript": "^4.9.5",
"vite": "^4.1.0"
}
}