-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.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": "airdrop-for-starknet",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/icons": "^2.1.1",
"@chakra-ui/next-js": "^2.2.0",
"@chakra-ui/react": "^2.8.2",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@ffmpeg-installer/ffmpeg": "^1.1.0",
"@starknet-io/types-js": "^0.7.7",
"@types/node": "20.14.6",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"axios": "^1.7.2",
"dotenv": "^16.4.5",
"framer-motion": "^11.2.11",
"@starknet-io/get-starknet-core": "^4.0.1",
"material-react-toastify": "^2.0.1",
"next": "^14.2.4",
"react": "18.3.1",
"react-canvas-confetti": "^2.0.7",
"react-dom": "18.3.1",
"server-only": "^0.0.1",
"sharp": "^0.33.4",
"starknet": "^6.17.0",
"starknet-merkle-tree": "1.0.5",
"swr": "^2.2.5",
"typescript": "^5.4.5",
"zustand": "^4.5.2"
},
"devDependencies": {
"encoding": "^0.1.13",
"simple-zustand-devtools": "^1.1.0",
"testcafe": "^3.6.1"
},
"packageManager": "[email protected]+sha1.4ba7fc5c6e704fce2066ecbfb0b0d8976fe62447"
}