-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
109 lines (109 loc) · 3.27 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
{
"name": "mltply",
"version": "0.1.0",
"private": true,
"homepage": "https://mltp.ly",
"keywords": [
"react",
"redux",
"ccxt",
"cryptocurrency",
"rebalancing",
"investing",
"bitcoin",
"ethereum",
"monero",
"portfolio",
"flow",
"altcoin",
"exchanges"
],
"license": "AGPL",
"devDependencies": {
"babel-loader": "^7.1.5",
"babel-plugin-expo-web": "^0.0.14",
"babel-plugin-react-native-web": "^0.8.9",
"babel-plugin-transform-decorators-legacy": "^1.3.5",
"babel-plugin-transform-imports": "^1.5.0",
"babel-plugin-transform-runtime": "^6.23.0",
"case-sensitive-paths-webpack-plugin": "^2.1.2",
"css-loader": "^1.0.0",
"eslint": "^5.3.0",
"eslint-config-prettier": "^2.9.0",
"eslint-config-universe": "^1.0.7",
"eslint-loader": "^2.1.0",
"eslint-plugin-flowtype": "^2.50.0",
"eslint-plugin-prettier": "^2.6.2",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.11",
"flow-bin": "^0.78.0",
"html-webpack-plugin": "2.*",
"husky": "^0.14.3",
"jest-expo": "~29.0.0",
"lint-staged": "^7.2.0",
"postcss-flexbugs-fixes": "^4.1.0",
"prettier": "^1.14.0",
"pretty-quick": "^1.6.0",
"react-dev-utils": "^5.0.1",
"react-native-scripts": "^1.14.0",
"react-test-renderer": "16.4.2",
"redux-immutable-state-invariant": "^2.1.0",
"style-loader": "^0.21.0",
"sw-precache-webpack-plugin": "^0.11.5",
"webpack-manifest-plugin": "^2.0.3",
"webpack": "3.*",
"webpack-dev-server": "2.*"
},
"main": "./node_modules/react-native-scripts/build/bin/crna-entry-web.js",
"scripts": {
"start": "react-native-scripts start",
"eject": "react-native-scripts eject",
"android": "react-native-scripts android",
"ios": "react-native-scripts ios",
"test": "jest",
"web": "webpack-dev-server -d --config ./webpack.config.js --inline --hot --colors --content-base public/ --history-api-fallback",
"web:predeploy": "npm run web:build",
"web:deploy": "npm run web:predeploy && gh-pages -d build",
"web:start": "node scripts/start.js",
"web:build": "node scripts/build.js",
"web:test": "node scripts/test.js --env=jsdom",
"web:analyze": "source-map-explorer build/static/js/main.*",
"precommit": "pretty-quick --staged",
"flow": "flow"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"autoprefixer": "^9.1.0",
"ccxt": "^1.17.83",
"currency-symbol-map": "^4.0.4",
"deep-equal": "^1.0.1",
"dotenv": "^6.0.0",
"dotenv-expand": "^4.2.0",
"expo": "^29.0.0",
"expo-web": "^0.0.14",
"gh-pages": "^1.2.0",
"native-base": "^2.7.2",
"postcss-loader": "^2.1.6",
"react": "16.4.2",
"react-art": "16.4.2",
"react-dom": "16.4.2",
"react-native": "0.56.*",
"react-native-gesture-handler": "^1.0.7",
"react-native-web": "^0.8.9",
"react-navigation": "^2.11.2",
"react-redux": "^5.0.7",
"redux": "^4.0.0",
"redux-persist": "^5.10.0",
"redux-persist-transform-filter": "^0.0.18",
"redux-thunk": "^2.3.0",
"source-map-explorer": "^1.5.0",
"static-container": "^1.2.0",
"url-loader": "^1.0.1",
"uuid": "^3.3.2",
"victory": "30.2.*",
"victory-native": "^30.1.0",
"wolfy87-eventemitter": "^5.2.5"
}
}