-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
46 lines (46 loc) · 1.12 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
46
{
"name": "allo-scan",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest"
},
"dependencies": {
"@headlessui/react": "^1.7.17",
"@heroicons/react": "^2.0.18",
"@tailwindcss/forms": "^0.5.6",
"@tailwindcss/typography": "^0.5.10",
"@types/node": "20.5.9",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"autoprefixer": "10.4.15",
"daisyui": "^3.7.3",
"eslint": "8.48.0",
"eslint-config-next": "13.4.16",
"ethers": "^6.7.1",
"graphql": "^16.8.0",
"graphql-request": "^6.1.0",
"heroicons": "^2.0.18",
"next": "13.4.16",
"node-fetch": "^3.3.2",
"postcss": "8.4.29",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.11.0",
"swr": "^2.2.2",
"tailwindcss": "3.3.3",
"typescript": "5.2.2",
"ws": "^8.14.2"
},
"devDependencies": {
"@uiw/react-json-view": "^2.0.0-alpha.4",
"bufferutil": "^4.0.7",
"encoding": "^0.1.13",
"ts-jest": "^29.1.1",
"utf-8-validate": "^6.0.3"
}
}