forked from near/near-wallet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
73 lines (73 loc) · 2.07 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
{
"homepage": "https://wallet.nearprotocol.com",
"name": "wallet",
"version": "0.1.0",
"private": true,
"dependencies": {
"big.js": "^5.2.2",
"bip39-light": "^1.0.7",
"connected-react-router": "^6.5.2",
"core-js": "^3.3.4",
"ed25519-hd-key": "^1.0.0",
"eslint": "5.16.0",
"eslint-config-react-app": "^3.0.8",
"fetch-send-json": "0.0.2",
"gh-pages": "^2.0.1",
"js-sha256": "^0.9.0",
"nearlib": "^0.16.0",
"prop-types": "^15.7.2",
"query-string": "^6.4.2",
"react": "^16.8.6",
"react-app-polyfill": "^1.0.4",
"react-dev-utils": "^9.1.0",
"react-dom": "^16.8.6",
"react-google-recaptcha": "^2.0.1",
"react-localize-redux": "^3.5.3",
"react-phone-number-input": "^2.3.12",
"react-qr-svg": "^2.2.1",
"react-redux": "^7.1.1",
"react-redux-loading": "^1.0.1",
"react-router-dom": "^5.0.0",
"reduce-reducers": "^1.0.4",
"redux": "^4.0.1",
"redux-actions": "^2.6.5",
"redux-thunk": "^2.3.0",
"regenerator-runtime": "^0.13.3",
"semantic-ui-react": "^0.88.1",
"styled-components": "^4.2.0"
},
"scripts": {
"predeploy": "yarn build",
"deploy": "gh-pages -d dist/",
"start": "parcel src/index.html",
"prebuild": "rm -rf dist/",
"build": "parcel build src/index.html",
"test": "jest",
"lint": "eslint --ext .js --ext .jsx .",
"fix": "eslint --ext .js --ext .jsx . --fix"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"@babel/core": "^7.0.0-0",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/preset-env": "^7.6.3",
"@babel/preset-react": "^7.6.3",
"babel-eslint": "^10.0.3",
"babel-jest": "^24.9.0",
"babel-preset-env": "^1.7.0",
"enzyme": "^3.10.0",
"enzyme-adapter-react-16": "^1.15.1",
"eslint-plugin-flowtype": "^4.3.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.16.0",
"jest": "^24.9.0",
"parcel": "^1.12.4",
"posthtml-expressions": "^1.1.1"
}
}