-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.63 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.63 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
{
"name": "avc-dapp",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@esbuild-plugins/node-globals-polyfill": "^0.1.1",
"@fortawesome/fontawesome-svg-core": "^6.1.1",
"@fortawesome/free-regular-svg-icons": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"@fortawesome/react-fontawesome": "^0.1.18",
"@rainbow-me/rainbowkit": "^0.4.6",
"@rollup/plugin-inject": "^4.0.4",
"@splidejs/react-splide": "^0.7.7",
"@tailwindcss/line-clamp": "^0.4.0",
"alchemy-sdk": "^2.0.2",
"animate.css": "^4.1.1",
"axios": "^1.1.2",
"babel-plugin-macros": "^3.1.0",
"cryptify": "^4.1.2",
"dotenv": "^16.0.3",
"ethers": "5.6.8",
"gsap": "^3.10.4",
"jsmediatags": "^3.9.7",
"moment": "^2.29.3",
"moment-duration-format": "^2.3.2",
"music-metadata": "^7.12.3",
"music-metadata-browser": "^2.5.6",
"react": "^18.0.0",
"react-animated-ellipsis": "^1.0.0",
"react-animation-on-scroll": "^5.1.0",
"react-dom": "^18.0.0",
"react-loading-skeleton": "^3.1.0",
"react-query": "^3.39.2",
"react-router-dom": "^6.3.0",
"react-scroll": "^1.8.7",
"react-transition-group": "2.5.3",
"rollup-plugin-polyfill-node": "^0.9.0",
"sweetalert2": "^11.4.26",
"typescript": "^4.8.4",
"wagmi": "^0.6.2"
},
"devDependencies": {
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@vitejs/plugin-react": "^1.3.0",
"autoprefixer": "^10.4.7",
"postcss": "^8.4.14",
"tailwindcss": "^3.0.24",
"vite": "^2.9.9"
}
}