forked from moinetworkllc/airdrop-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 980 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
36
37
38
39
{
"name": "my-project",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@headlessui/react": "^1.7.14",
"@heroicons/react": "v1",
"@styled-icons/heroicons-outline": "^10.47.0",
"@types/node": "18.16.0",
"@types/react": "18.2.0",
"@types/react-dom": "18.2.0",
"alchemy-sdk": "^2.8.3",
"axios": "^1.4.0",
"copy-to-clipboard": "^3.3.3",
"dotenv": "^16.0.3",
"eslint": "8.39.0",
"eslint-config-next": "13.3.1",
"ethers": "^5.5.4",
"heroicons-react": "^1.4.1",
"js-confetti": "^0.11.0",
"json-server": "^0.17.3",
"next": "13.3.1",
"react": "18.2.0",
"react-canvas-confetti": "^1.4.0",
"react-confetti-explosion": "^2.1.2",
"react-dom": "18.2.0"
},
"devDependencies": {
"autoprefixer": "^10.4.14",
"postcss": "^8.4.23",
"tailwindcss": "^3.3.1"
}
}