-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
74 lines (74 loc) · 2.68 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
{
"name": "create-react-azimuth-app",
"private": false,
"version": "0.0.5",
"engines": {
"node": "^20.12.0"
},
"bin": {
"create-react-azimuth-app": "./bin/create-react-azimuth-app.js"
},
"scripts": {
"dev": "vite --clearScreen false",
"dev:cleanup": "pkill -f ganache",
"dev:ganache": "npx ganache --blockTime 1 --chain.chainId=1337 --chain.networkId=5 --chain.hardfork=merge --host '0.0.0.0' -m 'benefit crew supreme gesture quantum web media hazard theory mercy wing kitten' > /dev/null &",
"dev:setup": "npm run dev:ganache && truffle deploy",
"dev:sepolia": "cross-env NODE_ENV=development VITE_REACT_APP_NETWORK=sepolia vite",
"dev:local": "BROWSER=NONE WITH_TEST_STATE=L1 cross-env NODE_ENV=development VITE_REACT_APP_NETWORK=local HTTPS=false npm-run-all dev:setup dev dev:cleanup --continue-on-error",
"dev:mainnet": "cross-env NODE_ENV=development VITE_REACT_APP_NETWORK=mainnet vite",
"build": "vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
"@ethereumjs/util": "^9.0.3",
"@heroicons/react": "^2.1.3",
"@tlon/sigil-js": "^1.4.5",
"@web3-onboard/core": "^2.22.2",
"@web3-onboard/injected-wallets": "^2.11.1",
"@web3-onboard/react": "^2.9.2",
"azimuth-js": "^0.23.0",
"buffer": "^6.0.3",
"cross-env": "^7.0.3",
"events": "^3.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.4.1",
"react-modal": "^3.16.1",
"react-paginate": "^8.2.0",
"react-router-dom": "^6.22.3",
"urbit-key-generation": "^0.20.1",
"web3": "^4.6.0",
"web3-core": "^4.5.0",
"web3-utils": "^4.2.2",
"zustand": "^4.5.2"
},
"devDependencies": {
"@esbuild-plugins/node-modules-polyfill": "^0.2.2",
"@rollup/plugin-node-resolve": "^15.2.3",
"@types/events": "^3.0.3",
"@types/node": "^20.12.5",
"@types/react": "^18.2.64",
"@types/react-dom": "^18.2.21",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"@vitejs/plugin-basic-ssl": "^1.1.0",
"@vitejs/plugin-react": "^4.2.1",
"assert": "^2.1.0",
"autoprefixer": "^10.4.18",
"browserify-zlib": "^0.2.0",
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"ganache": "^7.9.2",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.36",
"rollup-plugin-node-polyfills": "^0.2.1",
"rollup-plugin-polyfill-node": "^0.13.0",
"stream-browserify": "^3.0.0",
"tailwindcss": "^3.4.1",
"typescript": "^5.2.2",
"vite": "^5.1.6"
}
}