-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·131 lines (131 loc) · 4.17 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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
{
"name": "meson-components",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"fix": "npm-run-all -p fix:*",
"fix:eslint": "eslint . --ext .js,.ts,.jsx,.tsx --fix",
"fix:prettier": "prettier --write .",
"eslint": "eslint . --ext .js,.ts,.jsx,.tsx",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"prepare": "husky install",
"test": "vitest run",
"testrun": "vitest"
},
"lint-staged": {
"*.{js,jsx,ts,tsx}": [
"eslint --fix",
"prettier --write"
],
"*.{css,less,sass,scss}": [
"stylelint --fix"
],
"**/*": "prettier --write --ignore-unknown",
"*.{ts,tsx}": "eslint"
},
"dependencies": {
"@ethersproject/hardware-wallets": "^5.7.0",
"@headlessui/react": "^1.7.13",
"@hookform/error-message": "^2.0.1",
"@hookform/resolvers": "^2.9.11",
"@metamask/eth-sig-util": "^7.0.0",
"@reduxjs/toolkit": "^1.9.5",
"@tauri-apps/api": "^1.3.0",
"@trezor/connect": "^9.1.4",
"@trezor/connect-plugin-ethereum": "^9.0.2",
"@trezor/connect-web": "^9.1.4",
"@types/node": "18.15.3",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"@wagmi/core": "^1.4.8",
"@walletconnect/ethereum-provider": "^2.10.6",
"@walletconnect/modal": "^2.6.2",
"@walletconnect/modal-sign-react": "^2.6.2",
"buffer": "^6.0.3",
"daisyui": "^2.51.4",
"eslint": "8.36.0",
"ethers": "^5",
"hdkey": "^2.1.0",
"i18next": "^22.5.0",
"jsdom": "^22.1.0",
"next-qrcode": "^2.4.1",
"process": "^0.11.10",
"react": "18.2.0",
"react-blockies": "^1.4.1",
"react-dom": "18.2.0",
"react-hook-form": "^7.43.5",
"react-i18next": "^12.3.1",
"react-redux": "^8.0.5",
"react-router-dom": "^6.3.0",
"react-use": "^17.4.2",
"recharts": "^2.5.0",
"redux": "^4.2.1",
"redux-persist": "^6.0.0",
"rollup-plugin-node-polyfills": "^0.2.1",
"trezor-connect": "^8.2.12",
"typescript": "4.9.5",
"viem": "^1.19.11",
"vite-plugin-node-polyfills": "^0.19.0",
"wagmi": "^0.12.12",
"yarn": "^1.22.19",
"zod": "^3.21.4"
},
"devDependencies": {
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
"@esbuild-plugins/node-modules-polyfill": "^0.2.2",
"@storybook/addon-actions": "^7.0.0-rc.3",
"@storybook/addon-backgrounds": "7.0.0-beta.20",
"@storybook/addon-essentials": "^7.0.0-beta.29",
"@storybook/addon-interactions": "^7.0.0-beta.29",
"@storybook/addon-links": "^7.0.0-beta.29",
"@storybook/addon-mdx-gfm": "^7.0.0-rc.3",
"@storybook/addon-postcss": "^2.0.0",
"@storybook/blocks": "^7.0.0-beta.29",
"@storybook/react": "^7.0.0-beta.29",
"@storybook/react-vite": "^7.0.0-beta.29",
"@storybook/testing-library": "^0.0.13",
"@tauri-apps/cli": "^1.3.1",
"@types/hdkey": "^2.0.2",
"@types/node": "^18.11.18",
"@types/react": "^18.0.26",
"@types/react-blockies": "^1.4.1",
"@types/react-dom": "^18.0.9",
"@typescript-eslint/eslint-plugin": "^5.48.2",
"@typescript-eslint/parser": "^5.48.2",
"@vitejs/plugin-react": "^4.1.0",
"autoprefixer": "^10.4.13",
"esbuild-plugins-node-modules-polyfill": "^1.6.2",
"eslint": "^8.32.0",
"eslint-config-prettier": "^8.6.0",
"eslint-config-standard-with-typescript": "^22.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-n": "^15.2.4",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-react": "^7.32.1",
"eslint-plugin-react-hooks": "^4.6.0",
"husky": "^8.0.3",
"lint-staged": "^13.2.2",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.21",
"prettier": "^2.8.3",
"prop-types": "^15.8.1",
"rollup-plugin-polyfill-node": "^0.13.0",
"storybook": "^7.0.0-beta.29",
"stylelint": "^14.10.0",
"stylelint-config-recess-order": "^3.0.0",
"stylelint-config-standard": "^27.0.0",
"stylelint-order": "^5.0.0",
"tailwindcss": "^3.2.4",
"typescript": "^4.9.3",
"vite": "^4.0.0",
"vite-tsconfig-paths": "^4.2.0",
"vitest": "^0.34.6"
}
}