-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
135 lines (135 loc) · 4.11 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
132
133
134
135
{
"name": "wallet-bridge",
"private": false,
"version": "1.0.0-beta.13",
"main": "./dist/wallet-bridge.umd.js",
"module": "./dist/wallet-bridge.es.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"import": "./dist/wallet-bridge.es.js",
"require": "./dist/wallet-bridge.umd.js"
},
"./dist/style.css": "./dist/style.css"
},
"engines": {
"node": ">=16"
},
"scripts": {
"dev": "npm run i18n:extract && npm run i18n:compile && start-storybook -p 6006",
"build": "build-storybook",
"build:lib": "tsc && vite build -c vite.umd.config.ts && vite build",
"lint:fix": "eslint --ext .js,.jsx,.ts,.tsx --fix ./src",
"format:prettier": "prettier --write \"src/**/*.{ts,tsx,js,mdx}\"",
"test": "vitest",
"test:cov": "vitest run --coverage",
"prepare": "husky install",
"i18n:extract": "lingui extract --clean",
"i18n:compile": "lingui compile --typescript"
},
"dependencies": {
"@headlessui/react": "^1.7.15",
"@lingui/detect-locale": "^4.5.0",
"@lingui/macro": "^4.5.0",
"@lingui/react": "^4.5.0",
"@metamask/eth-sig-util": "^6.0.2",
"@tanstack/react-query": "^4.29.19",
"@toruslabs/torus-embed": "^4.1.3",
"@wagmi/connectors": "^4.1.18",
"@wagmi/core": "^2.6.9",
"abc-copy": "^0.0.11",
"axios": "^1.6.6",
"bn.js": "^5.2.1",
"buffer": "^6.0.3",
"clsx": "^1.2.1",
"color": "^4.2.3",
"connect-did-sdk": "^0.1.15",
"decimal.js": "^10.4.3",
"emittery": "^1.0.1",
"grapheme-splitter": "^1.0.4",
"lodash-es": "^4.17.21",
"number-to-bn": "^1.7.0",
"react": "^18.2.0",
"react-device-detect": "^2.2.3",
"react-dom": "^18.2.0",
"react-transition-group": "^4.4.5",
"sha3": "^2.1.4",
"styled-qr-code": "^1.0.0",
"ts-custom-error": "^3.2.1",
"ua-parser-js": "^1.0.35",
"utf8": "^3.0.0",
"valtio": "^1.10.5",
"viem": "^2.8.16"
},
"devDependencies": {
"@babel/core": "^7.20.12",
"@babel/preset-env": "^7.23.2",
"@babel/preset-react": "^7.22.15",
"@lingui/cli": "^4.5.0",
"@lingui/swc-plugin": "^4.0.4",
"@lingui/vite-plugin": "^4.5.0",
"@storybook/addon-actions": "^6.5.15",
"@storybook/addon-essentials": "^6.5.15",
"@storybook/addon-interactions": "^6.5.15",
"@storybook/addon-links": "^6.5.15",
"@storybook/addon-postcss": "^2.0.0",
"@storybook/builder-vite": "^0.3.0",
"@storybook/react": "^6.5.15",
"@storybook/testing-library": "^0.0.13",
"@tailwindcss/forms": "^0.5.3",
"@testing-library/react": "^13.4.0",
"@types/bn.js": "^5.1.1",
"@types/color": "^3.0.3",
"@types/lodash-es": "^4.17.7",
"@types/node": "^18.11.18",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.9",
"@types/react-transition-group": "^4.4.6",
"@types/ua-parser-js": "^0.7.36",
"@types/utf8": "^3.0.1",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.59.9",
"@vitejs/plugin-react": "^3.0.0",
"@vitest/coverage-c8": "^0.27.3",
"autoprefixer": "^10.4.13",
"babel-loader": "^8.3.0",
"babel-plugin-macros": "^3.1.0",
"eslint": "^8.0.1",
"eslint-config-prettier": "^8.6.0",
"eslint-config-standard-with-typescript": "^31.0.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-lingui": "^0.2.0",
"eslint-plugin-n": "^15.0.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-react": "^7.32.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-tailwindcss": "^3.12.1",
"eslint-plugin-valtio": "^0.6.2",
"husky": ">=8.0.3",
"jsdom": "^21.0.0",
"json": "^11.0.0",
"lint-staged": ">=10",
"postcss": "^8.4.21",
"prettier": "^2.8.3",
"prettier-plugin-tailwindcss": "^0.3.0",
"rollup-plugin-visualizer": "^5.9.2",
"storybook-addon-linguijs": "^1.0.10",
"tailwindcss": "^3.2.4",
"typescript": "*",
"vite": "^4.0.0",
"vite-plugin-dts": "^3.6.0",
"vitest": "^0.27.2"
},
"peerDependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"files": [
"dist"
],
"lint-staged": {
"*.{ts,tsx,js,jsx,json,css,md}": [
"prettier -w"
]
}
}