-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 859 Bytes
/
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
{
"name": "client",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"deploy": "yarn build && npx thirdweb@latest upload dist"
},
"dependencies": {
"@thirdweb-dev/react": "^3",
"@thirdweb-dev/sdk": "^3",
"aos": "^2.3.4",
"autoprefixer": "^10.4.13",
"ethers": "^5.7.2",
"metamask-logo": "^2.5.0",
"postcss": "^8.4.21",
"react": "^18.2.0",
"react-countup": "^6.4.1",
"react-datepicker": "^4.10.0",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.3",
"react-icons": "^4.7.1",
"react-router": "^6.8.1",
"react-router-dom": "^6.8.1",
"react-type-animation": "^2.1.2",
"swiper": "^9.0.4",
"tailwindcss": "^3.2.6"
},
"devDependencies": {
"@vitejs/plugin-react": "^2",
"vite": "^3"
}
}