-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
34 lines (34 loc) · 882 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
{
"name": "htm-vite-project",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@arcana/auth": "^0.1.1",
"@arcana/storage": "^0.2.0",
"@esbuild-plugins/node-globals-polyfill": "^0.1.1",
"@lighthouse-web3/sdk": "^0.1.6",
"@thirdweb-dev/react": "^3.0.2",
"@thirdweb-dev/sdk": "^3.0.2",
"axios": "^0.27.2",
"ethers": "^5.7.1",
"node-html-to-image": "^3.2.4",
"react": "^18.2.0",
"react-card-slider-component": "^1.0.9",
"react-dom": "^18.2.0",
"react-modal": "^3.15.1",
"react-router-dom": "^6.4.0",
"react-router-hash-link": "^2.4.3"
},
"devDependencies": {
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"@vitejs/plugin-react": "^2.1.0",
"vite": "^3.1.0"
}
}