generated from pokt-network/repo-template
-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
62 lines (62 loc) · 1.92 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
{
"name": "pocket-wallet",
"version": "0.1.1",
"private": true,
"dependencies": {
"@ampproject/remapping": "^2.2.0",
"@ledgerhq/hw-transport-webhid": "^6.27.1",
"@ledgerhq/hw-transport-webusb": "^6.27.1",
"@pokt-foundation/pocketjs-isomorphic-provider": "^2.1.3",
"@pokt-foundation/pocketjs-signer": "^2.1.3",
"@pokt-foundation/pocketjs-transaction-builder": "^2.1.3",
"@pokt-foundation/ui": "^0.3.0",
"@pokt-network/pocket-js": "^0.9.2-rc",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.5.0",
"@testing-library/user-event": "^7.2.1",
"@types/ledgerhq__hw-transport-u2f": "^4.21.2",
"@types/ledgerhq__hw-transport-webusb": "^4.70.1",
"@unstoppabledomains/resolution": "^8.4.0",
"axios": "^0.21.2",
"big-integer": "^1.6.48",
"fast-sha256": "^1.3.0",
"hex-lite": "^1.5.0",
"hw-app-pokt": "github:obsidiansystems/hw-app-pokt",
"isomorphic-webcrypto": "^2.3.8",
"jsbi": "^3.1.3",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-number-format": "^4.9.1",
"react-paginate": "^8.0.0",
"react-router-dom": "^5.1.2",
"reactjs-popup": "^1.5.0",
"simple-react-modal": "^0.5.1",
"styled-components": "^5.1.0",
"use-viewport": "^0.2.0",
"vite-plugin-node-polyfills": "^0.9.0",
"vite-plugin-svgr": "^3.2.0"
},
"scripts": {
"start": "NODE_OPTIONS='--max_old_space_size=6144' vite",
"build": "NODE_OPTIONS='--max_old_space_size=6144' vite build",
"serve": "vite preview"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@vitejs/plugin-react": "^4.0.1",
"babel-plugin-macros": "^3.1.0",
"vite": "^4.3.9"
}
}