forked from input-output-hk/nami
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
107 lines (107 loc) · 3.25 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
{
"name": "nami-wallet",
"version": "3.7.3",
"description": "A wallet to experience Cardano to the fullest",
"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"
},
"dependencies": {
"@cardano-foundation/ledgerjs-hw-app-cardano": "^6.0.0",
"@chakra-ui/css-reset": "^2.3.0",
"@chakra-ui/icons": "^2.1.1",
"@chakra-ui/react": "^2.8.2",
"@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",
"@trezor/connect-web": "^9.0.11",
"bip39": "^3.0.4",
"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",
"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",
"styled-components": "^6.1.1",
"use-constant": "^1.1.0",
"web3-validator": "^2.0.3"
},
"devDependencies": {
"@babel/preset-env": "^7.23.8",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.11",
"@swc/core": "^1.3.100",
"@tsconfig/node20": "^20.1.2",
"@types/react": "^18.2.42",
"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",
"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",
"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",
"prettier": "^3.1.0",
"react-refresh": "^0.14.0",
"sass": "1.69.5",
"sass-loader": "^13.3.2",
"source-map-loader": "^4.0.1",
"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"
}
}