-
Notifications
You must be signed in to change notification settings - Fork 176
/
package.json
134 lines (134 loc) · 4.68 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
{
"homepage": "https://wallet.near.org",
"name": "@near-wallet/frontend",
"version": "0.2.0",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@ledgerhq/hw-transport-u2f": "^5.34.0",
"@near-wallet-selector/account-export": "8.1.4",
"@near-wallet-selector/coin98-wallet": "8.1.4",
"@near-wallet-selector/core": "8.1.4",
"@near-wallet-selector/default-wallets": "8.1.4",
"@near-wallet-selector/here-wallet": "8.1.4",
"@near-wallet-selector/ledger": "8.1.4",
"@near-wallet-selector/math-wallet": "8.1.4",
"@near-wallet-selector/meteor-wallet": "8.1.4",
"@near-wallet-selector/modal-ui": "8.1.4",
"@near-wallet-selector/my-near-wallet": "8.1.4",
"@near-wallet-selector/near-wallet": "8.1.4",
"@near-wallet-selector/nearfi": "8.1.4",
"@near-wallet-selector/neth": "8.1.4",
"@near-wallet-selector/nightly": "8.1.4",
"@near-wallet-selector/nightly-connect": "8.1.4",
"@near-wallet-selector/opto-wallet": "8.1.4",
"@near-wallet-selector/sender": "8.3.0",
"@near-wallet-selector/wallet-connect": "8.1.4",
"@near-wallet-selector/welldone-wallet": "8.1.4",
"@near-wallet/feature-flags": "^0.2.0",
"@reduxjs/toolkit": "1.6.2",
"@sentry/browser": "^6.4.1",
"bip39-light": "^1.0.7",
"connected-react-router": "^6.6.0",
"dataloader": "^2.1.0",
"escape-html": "^1.0.3",
"fetch-send-json": "0.0.2",
"generate-lockfile": "^0.0.11",
"js-sha256": "^0.9.0",
"lodash.assign": "^4.2.0",
"lodash.clonedeep": "^4.5.0",
"lodash.flattendeep": "^4.4.0",
"lodash.isarray": "^4.0.0",
"lodash.isequal": "^4.5.0",
"lodash.isplainobject": "^4.0.6",
"lodash.isstring": "^4.0.1",
"lodash.mapvalues": "^4.6.0",
"lodash.merge": "^4.6.2",
"lodash.mergewith": "^4.6.2",
"lodash.omit": "^4.5.0",
"lodash.once": "^4.1.1",
"lodash.set": "^4.3.2",
"lodash.throttle": "^4.1.1",
"lodash.uniq": "^4.5.0",
"lodash.unset": "^4.5.2",
"lodash.update": "^4.10.2",
"mixpanel-browser": "^2.41.0",
"near-api-js": "^0.45.1",
"near-ledger-js": "^0.2.1",
"near-seed-phrase": "^0.2.0",
"node-cache": "^5.1.2",
"prop-types": "^15.7.2",
"qrcode.react": "^1.0.1",
"query-string": "^7.0.0",
"react": "^16.13.1",
"react-countdown-circle-timer": "^3.0.9",
"react-dom": "^16.13.1",
"react-google-recaptcha": "^2.1.0",
"react-google-recaptcha-v3-near": "^2.0.0",
"react-helmet": "^6.1.0",
"react-localize-redux": "^3.5.3",
"react-phone-number-input": "2.3.11",
"react-redux": "^7.2.4",
"react-router-dom": "^5.2.0",
"react-textfit": "^1.1.1",
"reduce-reducers": "^1.0.4",
"redux": "^4.1.0",
"redux-actions": "^2.6.5",
"redux-thunk": "^2.3.0",
"regenerator-runtime": "^0.13.5",
"reselect": "^4.0.0",
"rudder-sdk-js": "^2.35.0",
"styled-components": "^5.3.0",
"timeago.js": "^4.0.2",
"use-immer": "^0.7.0"
},
"scripts": {
"predeploy": "yarn build",
"update:static": "cp src/wasm/multisig.wasm dist/multisig.wasm && cp src/wasm/main.wasm dist/main.wasm && cp src/wasm/state_cleanup.wasm dist/state_cleanup.wasm",
"start": "yarn update:static; parcel src/index.html --https --cert devServerCertificates/primary.crt --key devServerCertificates/private.pem",
"prebuild": "rm -rf dist/",
"build": "yarn run bundle && yarn run sentry",
"bundle": "NODE_ENV=production node ci/runBundler.js",
"sentry": "node ci/sentry-send-release.js",
"test": "NEAR_WALLET_ENV=testnet jest",
"lint": "eslint --ext .js --ext .jsx .",
"fix": "eslint --ext .js --ext .jsx . --fix",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"prepush": "concurrently \"yarn run test\" \"yarn lint\"",
"precommit": ".githooks/format-json",
"preinstall": "npx only-allow yarn"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"@babel/core": "^7.14.3",
"@babel/preset-env": "^7.14.1",
"@babel/preset-react": "^7.13.13",
"@sentry/cli": "^1.65.0",
"babel-eslint": "^10.1.0",
"babel-jest": "^27.0.1",
"babel-loader": "^8.1.0",
"concurrently": "^7.0.0",
"dotenv": "^11.0.0",
"enzyme": "^3.10.0",
"enzyme-adapter-react-16": "^1.15.6",
"eslint": "5.16.0",
"eslint-config-react-app": "^3.0.8",
"eslint-plugin-es": "^4.1.0",
"eslint-plugin-flowtype": "^5.7.2",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.23.2",
"jest": "^27.0.1",
"jest-svg-transformer": "^1.0.0",
"parcel-bundler": "^1.12.4",
"parcel-plugin-bundle-visualiser": "^1.2.0",
"react-is": "^17.0.2"
}
}