-
Notifications
You must be signed in to change notification settings - Fork 167
/
package.json
145 lines (145 loc) · 4.6 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
136
137
138
139
140
141
142
143
144
145
{
"name": "nami-wallet",
"version": "3.9.3",
"description": "Maintained by IOG",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/input-output-hk/nami"
},
"scripts": {
"build": "node utils/build.js",
"start": "node utils/webserver.js",
"prettier": "prettier --write '**/*.{js,jsx,css,html}'",
"test": "NODE_ENV=test jest",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"dependencies": {
"@blaze-cardano/sdk": "^0.1.32",
"@cardano-foundation/ledgerjs-hw-app-cardano": "^7.1.3",
"@cardano-sdk/core": "^0.39.2",
"@chakra-ui/button": "^2.1.0",
"@chakra-ui/checkbox": "^2.3.2",
"@chakra-ui/css-reset": "^2.3.0",
"@chakra-ui/icons": "^2.1.1",
"@chakra-ui/react": "^2.8.2",
"@dcspark/cardano-multiplatform-lib-browser": "^6.0.0",
"@dcspark/milkomeda-constants": "^0.4.0",
"@dicebear/avatars": "^4.6.4",
"@dicebear/avatars-bottts-sprites": "^4.6.4",
"@emotion/react": "^11.4.0",
"@emotion/styled": "^11.3.0",
"@emurgo/cip14-js": "^3.0.1",
"@fontsource/ubuntu": "^5.0.8",
"@ledgerhq/hw-transport-webusb": "^6.28.0",
"@sentry/react": "^8.32.0",
"@sentry/webpack-plugin": "^2.22.4",
"@trezor/connect-web": "^9.3.0",
"bip39": "^3.0.4",
"cardano-hw-interop-lib": "^3.0.2",
"crc": "^4.1.1",
"crypto-random-string": "^5.0.0",
"debounce": "^2.0.0",
"debounce-promise": "^3.1.2",
"easy-peasy": "^6.0.4",
"framer-motion": "^4.1.16",
"javascript-time-ago": "^2.3.7",
"jest-chrome": "^0.8.0",
"lodash": "^4.17.21",
"match-sorter": "^6.1.0",
"node-polyfill-webpack-plugin": "^2.0.1",
"posthog-js": "^1.93.6",
"promise-latest": "^1.0.4",
"qr-code-styling": "^1.6.0-rc.0",
"react": "^18.2.0",
"react-custom-scrollbars-2": "^4.5.0",
"react-dom": "^18.2.0",
"react-icons": "4.2.0",
"react-kawaii": "^0.18.0",
"react-lazy-load-image-component": "^1.5.1",
"react-middle-ellipsis": "^1.2.1",
"react-number-format": "^5.3.1",
"react-router-dom": "^6.18.0",
"react-time-ago": "^7.0.0",
"react-window": "^1.8.10",
"rxjs": "^7.8.1",
"styled-components": "^6.1.1",
"use-constant": "^1.1.0",
"web3-validator": "^2.0.3",
"webextension-polyfill": "^0.12.0"
},
"devDependencies": {
"@babel/preset-env": "^7.23.8",
"@chromatic-com/storybook": "^1.5.0",
"@dcspark/cardano-multiplatform-lib-nodejs": "^6.0.0",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.11",
"@storybook/addon-essentials": "^8.1.6",
"@storybook/addon-interactions": "^8.1.6",
"@storybook/addon-links": "^8.1.6",
"@storybook/addon-onboarding": "^8.1.6",
"@storybook/addon-webpack5-compiler-swc": "^1.0.3",
"@storybook/blocks": "^8.1.6",
"@storybook/react": "^8.1.6",
"@storybook/react-webpack5": "^8.1.6",
"@storybook/test": "^8.1.6",
"@svgr/webpack": "^8.1.0",
"@swc/core": "^1.3.100",
"@tsconfig/node20": "^20.1.2",
"@types/jest": "^29.5.12",
"@types/react": "^18.2.42",
"@types/webextension-polyfill": "^0.10.7",
"babel-eslint": "^10.1.0",
"babel-jest": "^29.7.0",
"babel-loader": "^9.1.3",
"babel-preset-react-app": "^10.0.0",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.8.1",
"dotenv": "^16.4.5",
"dotenv-defaults": "^5.0.2",
"eslint": "^8.54.0",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-flowtype": "^8.0.3",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-storybook": "^0.8.0",
"expose-loader": "^4.1.0",
"file-loader": "^6.2.0",
"fs-extra": "^11.1.1",
"html-loader": "^4.2.0",
"html-webpack-plugin": "^5.2.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-webextension-mock": "^3.9.0",
"prettier": "^3.1.0",
"react-refresh": "^0.14.0",
"sass": "1.69.5",
"sass-loader": "^13.3.2",
"source-map-loader": "^4.0.1",
"storybook": "^8.1.6",
"style-loader": "^3.3.3",
"swc-loader": "^0.2.3",
"terser-webpack-plugin": "^5.1.1",
"ts-jest": "^29.1.1",
"ts-loader": "^9.5.1",
"typescript": "^5.3.2",
"webpack": "^5.88.1",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1"
},
"resolutions": {
"nan": "2.17.0"
},
"engines": {
"node": ">=20.0.0"
},
"eslintConfig": {
"extends": [
"plugin:storybook/recommended"
]
},
"packageManager": "[email protected]+sha1.1959a18351b811cdeedbd484a8f86c3cc3bbaf72"
}