-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
55 lines (55 loc) · 1.35 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
47
48
49
50
51
52
53
54
55
{
"name": "anonymous-web-services",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest --watch"
},
"browser": {
"fs": false,
"path": false,
"os": false,
"child_process": false
},
"dependencies": {
"@headlessui/react": "^1.7.7",
"@heroicons/react": "^2.0.13",
"@hyperswarm/secret-stream": "^6.1.1",
"@nextui-org/react": "^1.0.0-beta.12",
"@rainbow-me/rainbowkit": "^0.8.1",
"child_process": "^1.0.2",
"d3": "^7.8.0",
"d3-zoom": "^3.0.0",
"ethers": "^5.7.2",
"fs": "^0.0.1-security",
"hyperswarm": "^3.0.4",
"next": "12.0.7",
"next-themes": "^0.2.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-dropdown": "^1.9.2",
"react-icons": "^4.3.1",
"react-pdf": "^6.2.2",
"react-router-dom": "^6.8.0",
"topojson": "^3.0.2",
"wagmi": "^0.9.6",
"xstate": "^4.35.2"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.1",
"@testing-library/react": "^12.1.2",
"@types/node": "17.0.8",
"@types/react": "17.0.38",
"@types/react-pdf": "^6.2.0",
"autoprefixer": "^10.4.2",
"eslint": "8.6.0",
"eslint-config-next": "12.0.7",
"jest": "^27.4.7",
"postcss": "^8.4.5",
"tailwindcss": "^3.0.12",
"typescript": "4.5.4"
}
}