-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
85 lines (85 loc) · 2.45 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"name": "BattleZips-Noir-frontend",
"author": "Ian Brighton",
"version": "0.1.0",
"private": true,
"browser": {
"fs": false
},
"dependencies": {
"@biconomy/mexa": "^2.0.30",
"@craco/craco": "^7.0.0",
"@noir-lang/aztec_backend": "github:kobyhallx/aztec-backend#1bcdd4bf67dad1ab977867f1d655bcab7085a518",
"@noir-lang/barretenberg": "github:noir-lang/barretenberg#39a1547875f941ef6640217a42d8f34972425c97",
"@noir-lang/noir-source-resolver": "1.0.0",
"@noir-lang/noir_wasm": "github:noir-lang/noir_wasm#344738adc66965fa20b0bb0c13a83ac5ceedf486",
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^12.1.4",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^27.4.1",
"@types/node": "^17.0.21",
"@types/react": "^17.0.40",
"@types/react-dom": "^17.0.13",
"@walletconnect/web3-provider": "^1.7.5",
"buffer": "^6.0.3",
"ethereum-blockies-base64": "^1.0.2",
"ethers": "^5.6.1",
"fake-tag": "^4.0.0",
"graphql": "^16.3.0",
"https-browserify": "^1.0.0",
"os-browserify": "^0.3.0",
"path-browserify": "^1.0.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-hot-toast": "^2.2.0",
"react-jss": "^10.9.0",
"react-router-dom": "^6.2.2",
"react-scripts": "5.0.0",
"stream-http": "^3.2.0",
"typescript": "^4.6.2",
"url": "^0.11.0",
"urql": "^2.2.0",
"util": "^0.12.5",
"wasm-loader": "^1.3.0",
"wasmlibfp": "^0.9.1",
"web-vitals": "^2.1.4",
"web3modal": "^1.9.5"
},
"scripts": {
"start": "yarn generate && craco start",
"build": "yarn generate && craco build",
"format": "prettier --config .prettierrc 'src/' --write",
"generate": "graphql-codegen --config=codegen.yml",
"test": "craco test",
"eject": "craco eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@graphql-codegen/add": "^3.1.1",
"@graphql-codegen/cli": "^2.6.2",
"@graphql-codegen/typescript": "^2.4.8",
"@graphql-codegen/typescript-operations": "^2.3.5",
"@graphql-codegen/typescript-urql": "^3.5.6",
"concurrently": "^7.0.0",
"prettier": "^2.6.0",
"process": "^0.11.10"
},
"resolutions": {}
}