-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 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
{
"name": "raptor-nfts",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"deploy-testnet": "npx hardhat run scripts/deploy.js --network mumbai"
},
"dependencies": {
"@openzeppelin/contracts": "^4.8.2",
"daisyui": "^2.52.0",
"framer-motion": "^10.16.4",
"ipfs-http-client": "^60.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.10.1",
"react-loader-spinner": "^5.3.4",
"react-router-dom": "^6.10.0",
"react-toastify": "^9.1.3",
"react-tsparticles": "^2.10.1",
"tailwind-scrollbar": "^3.0.4",
"tsparticles": "^2.10.1",
"tsparticles-slim": "^2.10.1"
},
"devDependencies": {
"@nomicfoundation/hardhat-toolbox": "^2.0.0",
"@nomiclabs/hardhat-ethers": "^2.2.2",
"@nomiclabs/hardhat-waffle": "^2.0.5",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@vitejs/plugin-react": "^3.1.0",
"autoprefixer": "^10.4.16",
"chai": "^4.3.7",
"dotenv": "^16.3.1",
"ethereum-waffle": "^4.0.10",
"ethers": "^5.7.2",
"hardhat": "^2.13.0",
"postcss": "^8.4.30",
"tailwindcss": "^3.3.3",
"vite": "^4.2.0"
}
}