generated from Borodutch/frontend-starter
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
89 lines (89 loc) · 3.19 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
86
87
88
89
{
"name": "seal-cred-frontend",
"version": "1.0.0",
"license": "MIT",
"prettier": "@big-whale-labs/prettier-config",
"scripts": {
"start": "yarn generate-css-types && vite",
"build": "yarn generate-css-types && tsc && cross-env NODE_OPTIONS='--max-old-space-size=4096' NODE_ENV=production vite build",
"preview": "yarn build && yarn vite preview",
"pretty": "prettier --check src",
"lint": "yarn pretty && eslint --max-warnings 0 ./src/",
"generate-css-types": "tailwindcss-classnames -o src/classnames/tailwind.ts && prettier --write src/classnames/tailwind.ts"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"dependencies": {
"@big-whale-labs/constants": "^0.1.75",
"@big-whale-labs/frontend-utils": "^0.1.2",
"@big-whale-labs/seal-cred-ledger-contract": "^0.2.8",
"@big-whale-labs/stores": "^0.1.17",
"@coinbase/wallet-sdk": "^3.5.2",
"@lottiefiles/react-lottie-player": "^3.4.7",
"@material-tailwind/react": "^1.2.4",
"@opengsn/provider": "3.0.0-beta.3",
"@walletconnect/web3-provider": "^1.8.0",
"assert-browserify": "^2.0.0",
"axios": "^0.27.2",
"canvas-confetti": "^1.5.1",
"entropy-string": "^4.2.0",
"envalid": "^7.3.1",
"eth-rpc-errors": "^4.0.3",
"ethers": "^5.7.0",
"ffjavascript": "^0.2.56",
"preact": "^10.11.0",
"qr-code-styling": "^1.6.0-rc.1",
"react-resize-detector": "^7.1.2",
"react-router-dom": "^6.3.0",
"react-toastify": "^9.0.8",
"secure-ls": "^1.2.6",
"valtio": "^1.7.0",
"web3modal": "^1.9.9"
},
"devDependencies": {
"@big-whale-labs/eslint-config-bwl": "^2.1.7",
"@big-whale-labs/prettier-config": "^1.1.3",
"@esbuild-plugins/node-globals-polyfill": "^0.1.1",
"@esbuild-plugins/node-modules-polyfill": "^0.1.4",
"@ethersproject/providers": "^5.7.0",
"@originjs/vite-plugin-commonjs": "^1.0.3",
"@preact/preset-vite": "^2.4.0",
"@rollup/plugin-inject": "^4.0.4",
"@rushstack/eslint-patch": "^1.2.0",
"@tailwindcss/line-clamp": "^0.4.2",
"@typechain/ethers-v5": "^10.1.0",
"@types/canvas-confetti": "^1.4.3",
"@types/entropy-string": "^4.2.0",
"@vitejs/plugin-react": "^2.1.0",
"autoprefixer": "^10.4.10",
"cross-env": "^7.0.3",
"eslint": "~8.7.0",
"postcss": "^8.4.16",
"prettier": "^2.7.1",
"react-scripts": "^5.0.1",
"rollup-plugin-polyfill-node": "^0.10.2",
"rollup-plugin-visualizer": "^5.8.1",
"tailwindcss": "^3.1.8",
"tailwindcss-classnames": "^3.0.6",
"typescript": "^4.8.3",
"vite": "^3.1.0",
"vite-plugin-remove-console": "^1.1.0",
"vite-tsconfig-paths": "^3.5.0"
},
"packageManager": "[email protected]",
"resolutions": {
"@opengsn/provider/@opengsn/common": "patch:@opengsn/common@npm%3A3.0.0-beta.3#./.yarn/patches/@opengsn-common-npm-3.0.0-beta.3-79cb41f503.patch",
"@opengsn/provider/@opengsn/contracts": "3.0.0-beta.3",
"@opengsn/[email protected]": "patch:@opengsn/provider@npm%3A3.0.0-beta.3#./.yarn/patches/@opengsn-provider-npm-3.0.0-beta.3-8a6b0eb4ee.patch"
}
}