-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
65 lines (65 loc) · 1.85 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
{
"name": "app",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --open",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"test:storageProof": "ts-node src/test/storageProof.test.ts"
},
"dependencies": {
"@noble/ed25519": "^2.0.0",
"@noble/hashes": "^1.3.2",
"@noir-lang/backend_barretenberg": "^0.17.0",
"@noir-lang/noir_js": "^0.17.0",
"@react95/icons": "^2.0.8",
"@reduxjs/toolkit": "^1.9.7",
"@testing-library/react": "^14.0.0",
"@types/chai": "^4.3.9",
"@types/jest": "^29.5.7",
"@types/react-redux": "^7.1.28",
"@types/redux": "^3.6.0",
"@types/redux-thunk": "^2.1.0",
"axios": "^1.6.1",
"buffer": "^6.0.3",
"chai": "^4.3.10",
"circomlib": "^2.0.5",
"circomlibjs": "^0.1.7",
"ethers": "5",
"jest": "^29.7.0",
"mocha": "^10.2.0",
"moment": "^2.29.4",
"qrcode.react": "^3.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-flexbox-grid": "^2.1.2",
"react-redux": "^8.1.3",
"react-router-dom": "^6.18.0",
"react-timer-hook": "^3.0.7",
"react95": "^4.0.0",
"redux": "^4.2.1",
"redux-thunk": "^2.4.2",
"rollup-plugin-copy": "^3.5.0",
"styled-components": "^6.1.0",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"usehooks-ts": "^2.9.1",
"viem": "^1.18.4"
},
"devDependencies": {
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"@vitejs/plugin-react": "^4.0.3",
"eslint": "^8.45.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"typescript": "^5.2.2",
"use-debounce": "^10.0.0",
"vite": "^4.4.5"
}
}