-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·138 lines (138 loc) · 5.8 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
{
"name": "Contests-V2",
"version": "1.0.0",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"reinstall": "rm -rf node_modules && npm install",
"test": "jest",
"flow": "flow --show-all-errors",
"web:contests:test": "cd web && cp index-freeton.html index.html && cd .. && webpack-dev-server -d --config webpack.config.js --progress --colors --host 0.0.0.0 --define process.env.MODE='\"contests-test\"'",
"web:contests": "cd web && cp index-freeton.html index.html && cd .. && webpack-dev-server -d --config webpack.config.js --progress --colors --host 0.0.0.0 --define process.env.MODE='\"contests\"'",
"bundle:contests": "webpack -p --env.ASSET_PATH='\"https://freetonorg-v2.web.app/assets/\"' --config webpack.config.prod.js --progress --colors --display-error-details --define process.env.MODE='\"contests\"'",
"deploy:contests": "npm run bundle:contests && cd web && cp index-freeton.html index.html && firebase deploy --only hosting:your-fb-hosting-here --project freetonorg-v2"
},
"pre-commit": [],
"dependencies": {
"@firebase/app": "^0.6.2",
"@quentin-sommer/react-useragent": "2.0.0",
"@react-native-community/async-storage": "1.8.1",
"babel-plugin-module-resolver": "^4.0.0",
"bignumber.js": "git+https://github.com/FactorBench/bignumber.js-nolookahead.git",
"bitcore-mnemonic": "8.9.0",
"bowser": "1.9.4",
"branch-sdk": "2.52.5",
"brfs": "2.0.2",
"core-js": "2.6.9",
"crypto-browserify": "3.12.0",
"crypto-js": "^4.0.0",
"currency-formatter": "1.5.4",
"dayjs": "^1.9.1",
"es6-promise": "4.2.8",
"ethereum-input-data-decoder": "0.0.12",
"firebase": "^7.14.2",
"libphonenumber-js": "1.7.14",
"lodash": "~4.17.15",
"mobile-detect": "1.4.3",
"mobx": "5.15.4",
"moment": "2.24.0",
"react": "16.8.6",
"react-art": "16.8.6",
"react-dom": "16.8.6",
"react-images": "0.5.19",
"react-localization": "git+https://github.com/FactorBench/react-localization.git",
"react-native": "0.60.6",
"react-native-awesome-alerts": "1.2.0",
"react-native-branch": "^4.3.0",
"react-native-country-picker-modal": "git+https://github.com/tonlabs/react-native-country-picker-modal.git",
"react-native-flash-message": "0.1.13",
"react-native-gesture-handler": "^1.6.1",
"react-native-indicators": "git+https://github.com/FactorBench/react-native-indicators.git",
"react-native-keychain": "2.0.0",
"react-native-localization": "2.1.6",
"react-native-popup-dialog": "0.11.46",
"react-native-qrcode-svg": "^6.0.6",
"react-native-share": "^4.0.4",
"react-native-simple-popover": "2.1.0",
"react-native-status-bar-height": "2.4.0",
"react-native-svg": "^12.1.0",
"react-native-web": "0.11.7",
"react-native-web-linear-gradient": "1.1.1",
"react-native-web-swiper": "^2.1.0",
"react-navigation": "2.18.3",
"react-redux": "5.1.1",
"react-style-proptype": "3.2.2",
"redux": "3.7.2",
"resize-observer-polyfill": "1.5.1",
"ton-client-js": "0.25.5",
"ton-client-web-js": "0.25.1",
"validator": "10.11.0",
"web3": "git+https://github.com/FactorBench/web3.js.git",
"web3-provider-engine": "15.0.6",
"whatwg-fetch": "2.0.4"
},
"devDependencies": {
"@babel/core": "7.9.0",
"@babel/plugin-proposal-class-properties": "7.8.3",
"@babel/plugin-proposal-decorators": "7.8.3",
"@babel/plugin-proposal-do-expressions": "7.8.3",
"@babel/plugin-proposal-export-default-from": "7.8.3",
"@babel/plugin-proposal-export-namespace-from": "7.8.3",
"@babel/plugin-proposal-function-bind": "7.8.3",
"@babel/plugin-proposal-function-sent": "7.8.3",
"@babel/plugin-proposal-json-strings": "7.8.3",
"@babel/plugin-proposal-logical-assignment-operators": "7.8.3",
"@babel/plugin-proposal-nullish-coalescing-operator": "7.8.3",
"@babel/plugin-proposal-numeric-separator": "7.8.3",
"@babel/plugin-proposal-optional-chaining": "7.9.0",
"@babel/plugin-proposal-pipeline-operator": "7.8.3",
"@babel/plugin-proposal-throw-expressions": "7.8.3",
"@babel/plugin-syntax-bigint": "7.8.3",
"@babel/plugin-syntax-dynamic-import": "7.8.3",
"@babel/plugin-syntax-import-meta": "7.8.3",
"@babel/plugin-transform-arrow-functions": "7.8.3",
"@babel/plugin-transform-async-to-generator": "7.8.3",
"@babel/plugin-transform-block-scoping": "7.8.3",
"@babel/plugin-transform-classes": "7.9.2",
"@babel/plugin-transform-flow-strip-types": "7.9.0",
"@babel/plugin-transform-runtime": "7.9.0",
"@babel/preset-env": "7.9.0",
"@babel/preset-flow": "7.9.0",
"@babel/preset-react": "7.9.1",
"@babel/runtime": "7.9.2",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "9.0.0",
"babel-jest": "24.9.0",
"babel-loader": "8.0.0",
"babel-plugin-react-native-web": "0.11.7",
"babel-plugin-rewrite-require": "1.14.5",
"babel-plugin-transform-imports": "1.5.1",
"babel-plugin-transform-react-remove-prop-types": "0.4.13",
"babel-plugin-transform-replace-object-assign": "0.2.1",
"circular-dependency-plugin": "5.2.0",
"copy-webpack-plugin": "^4.6.0",
"css-loader": "3.2.0",
"eslint": "4.19.1",
"eslint-config-airbnb": "16.1.0",
"eslint-plugin-flowtype": "4.3.0",
"eslint-plugin-import": "2.18.0",
"eslint-plugin-jsx-a11y": "6.2.3",
"eslint-plugin-react": "7.14.2",
"file-loader": "^4.0.0",
"flow-bin": "0.95.1",
"jest": "24.9.0",
"metro-react-native-babel-preset": "0.56.0",
"pre-commit": "1.2.2",
"react-native-web-image-loader": "0.0.4",
"react-test-renderer": "16.8.6",
"schedule": "0.4.0",
"style-loader": "0.19.1",
"url-loader": "^0.6.2",
"webpack": "4.35.3",
"webpack-cli": "3.3.5",
"webpack-dev-server": "3.7.2"
},
"jest": {
"preset": "react-native"
}
}