forked from BuildOnViction/tomox-sdk-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·119 lines (119 loc) · 3.96 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
{
"name": "dex-client",
"version": "0.1.0",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/tomochain/dex-client.git"
},
"scripts": {
"start": "yarn sass && react-scripts start",
"start-https": "yarn sass && HTTPS=true react-scripts start",
"build": "yarn sass && react-scripts build",
"test": "react-scripts test --env=jsdom",
"test-watch": "react-scripts test --env=jsdom --watch",
"eject": "react-scripts eject",
"extract-messages": "react-intl-cra 'src/**/*.jsx' -o 'src/locales/translations/messages.json'",
"merge-translations": "node src/scripts/mergeTranslations.js",
"flow": "flow",
"flowwatch": "fswatch -o ./ | xargs -n1 -I{} sh -c 'clear; printf \"\\033[3J\" && flow'",
"sass": "sass src/styles/scss/index.scss:src/styles/css/index.css src/styles/scss/storybook.scss:src/styles/css/storybook.css",
"sass-watch": "sass --watch src/styles/scss/index.scss:src/styles/css/index.css src/styles/scss/storybook.scss:src/styles/css/storybook.css",
"storybook": "start-storybook -p 9009 -s public",
"build-storybook": "build-storybook -s public",
"query-tokens": "node src/scripts/queryTokens.js",
"lint": "eslint src/**/*.{js,jsx} --fix"
},
"dependencies": {
"@amcharts/amcharts3-react": "^3.1.0",
"@blueprintjs/core": "^3.8.0",
"@blueprintjs/select": "^3.2.1",
"@blueprintjs/table": "^3.3.0",
"@ledgerhq/hw-app-eth": "^4.60.3",
"@ledgerhq/hw-transport-u2f": "^4.60.3",
"@ledgerhq/hw-transport-webusb": "^4.60.3",
"accounting-js": "^1.1.1",
"amcharts3": "^3.21.13",
"bignumber.js": "^9.0.0",
"connected-react-router": "^4.4.1",
"crypto-js": "^3.1.9-1",
"d3-dsv": "^1.0.8",
"d3-format": "^1.3.0",
"d3-shape": "^1.2.0",
"d3-time-format": "^2.1.1",
"date-fns": "^2.0.0-alpha.25",
"ethereum-address": "^0.0.4",
"ethereumjs-tx": "1.3.7",
"ethereumjs-util": "^6.0.0",
"ethers": "^4.0.15",
"express": "^4.16.3",
"font-awesome": "^4.7.0",
"hdkey": "^1.1.0",
"jest-localstorage-mock": "^2.2.0",
"nodemon": "^1.18.2",
"number-to-decimal-form-string-x": "^2.1.1",
"numeral": "^2.0.6",
"platform": "^1.3.5",
"polished": "^1.9.3",
"qrcode.react": "^0.9.3",
"querystringify": "^2.1.1",
"rc-steps": "^3.1.1",
"rc-tabs": "^9.6.7",
"react": "^16.13.1",
"react-circular-progressbar": "^2.0.3",
"react-copy-to-clipboard": "^5.0.1",
"react-dom": "^16.4.1",
"react-dropzone": "^4.2.13",
"react-helmet": "^5.2.1",
"react-intl": "^2.7.2",
"react-popper": "^1.0.2",
"react-redux": "^5.0.7",
"react-resizable": "^1.7.5",
"react-router-dom": "^5.1.2",
"react-scripts": "^2.1.1",
"react-stockcharts": "^0.7.7",
"react-transition-group": "^2.4.0",
"react-virtualized": "^9.20.1",
"recharts": "^1.3.6",
"redux": "^4.0.0",
"redux-persist": "^5.10.0",
"redux-thunk": "^2.3.0",
"request-promise": "^4.2.4",
"save-file": "^2.3.1",
"socket.io": "^2.1.1",
"socket.io-client": "^2.1.1",
"sorted-array": "^2.0.2",
"styled-components": "~3.3.3",
"styled-css-grid": "^0.11.0",
"styled-system": "^3.0.2",
"trezor-connect": "^7.0.5",
"ws": "^5.2.2",
"zxcvbn": "^4.4.2"
},
"devDependencies": {
"@storybook/addon-actions": "^3.4.11",
"@storybook/addon-console": "^1.0.4",
"@storybook/addon-info": "^3.4.11",
"@storybook/addon-knobs": "^3.4.11",
"@storybook/addon-links": "^3.4.11",
"@storybook/addon-options": "^3.4.11",
"@storybook/addons": "^3.4.11",
"@storybook/react": "^3.4.11",
"babel-core": "^7.0.0-bridge.0",
"commander": "^2.19.0",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"flow-bin": "^0.87.0",
"husky": "^0.14.3",
"node-fetch": "^2.2.0",
"react-hot-loader": "^4.3.11",
"react-intl-cra": "^0.3.3",
"sass": "^1.26.5"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}