-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
68 lines (68 loc) · 1.92 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
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "hollowdb-next-auth-demo",
"version": "10.0.0",
"description": "Dcentralized and anonymous config storage",
"license": "MIT",
"homepage": "https://github.com/merdoyovski/hollowdb-next-auth#readme",
"author": "FirstBatch Team <dev@firstbatch.xyz>",
"contributors": [
"Mert Malaz <mert@firstbatch.xyz>"
],
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.10.6",
"@emotion/server": "^11.10.0",
"@mantine/core": "^6.0.6",
"@mantine/dropzone": "^6.0.10",
"@mantine/form": "^6.0.10",
"@mantine/hooks": "^6.0.6",
"@mantine/next": "^6.0.6",
"@mantine/notifications": "^6.0.8",
"@rainbow-me/rainbowkit": "workspace:*",
"@tabler/icons-react": "^2.16.0",
"@types/node": "18.15.11",
"@types/react": "18.0.33",
"@types/react-dom": "18.0.11",
"axios": "^1.4.0",
"buffer": "^6.0.3",
"eslint": "8.37.0",
"eslint-config-next": "13.3.0",
"ethers": "^5",
"hollowdb": "^1.2.1",
"next": "^12.3.2",
"poseidon-lite": "^0.2.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"sass": "^1.62.1",
"snarkjs": "^0.6.10",
"typescript": "5.0.3",
"viem": "^0.3.19",
"vite-plugin-top-level-await": "^1.3.0",
"vite-plugin-wasm": "^3.2.2",
"vite-plugin-wasm-esm": "^1.0.0",
"wagmi": "^0.12.12",
"warp-contracts": "^1.4.8",
"warp-contracts-plugin-signature": "^1.0.12"
},
"devDependencies": {
"@types/node": "18.16.2",
"@types/react": "^16.9.55",
"@types/react-dom": "^16.9.9",
"css-loader": "^4.3.0",
"eslint": "^8.26.0",
"eslint-config-next": "^13.0.1",
"html-webpack-plugin": "^4.5.0",
"sass": "^1.61.0",
"style-loader": "^2.0.0",
"ts-loader": "^8.0.7",
"typescript": "^4.0.5",
"webpack": "^5.3.0",
"webpack-cli": "^4.1.0",
"webpack-dev-server": "^3.11.0"
}
}