This repository has been archived by the owner on Sep 3, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
154 lines (154 loc) · 4.83 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
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
{
"name": "bodhi-ui",
"version": "2.4.0",
"dependencies": {
"@date-io/moment": "^1.3.6",
"@material-ui/core": "^4.1.3",
"@material-ui/icons": "^4.1.0",
"@material-ui/lab": "^4.0.0-alpha.18",
"@material-ui/pickers": "^3.0.0",
"apollo-boost": "^0.3.1",
"apollo-cache-inmemory": "^1.5.1",
"apollo-client": "^2.5.1",
"apollo-link-http": "^1.5.14",
"apollo-link-ws": "^1.0.17",
"apollo-utilities": "^1.2.1",
"axios": "^0.18.0",
"babel-jest": "^23.4.2",
"bignumber.js": "^6.0.0",
"clone": "^2.1.1",
"file-system": "^2.2.2",
"globalize": "^1.2.3",
"graphql": "^0.11.7",
"graphql.js": "f/graphql.js",
"halogen": "^0.2.0",
"history": "^4.6.3",
"immutable": "^3.8.1",
"immutable-devtools": "^0.0.7",
"iscroll": "^5.2.0",
"jest": "^23.5.0",
"js-promisify": "^1.3.1",
"lodash": "^4.17.11",
"loglevel": "^1.6.3",
"loglevel-plugin-remote": "^0.6.8",
"mixpanel-browser": "^2.22.4",
"mobx": "^5.0.2",
"mobx-react": "^5.2.3",
"mobx-react-router": "^4.0.4",
"moment": "^2.22.2",
"moment-duration-format": "^2.2.2",
"nprogress": "^0.2.0",
"number-precision": "^1.2.0",
"numbro": "^2.1.2",
"postcss-inline-rtl": "^0.9.8",
"prop-types": "^15.6.1",
"react": "^16.8.6",
"react-addons-shallow-compare": "^15.5.2",
"react-apollo": "^2.5.5",
"react-copy-to-clipboard": "^5.0.1",
"react-dom": "^16.8.6",
"react-drawer": "^1.3.4",
"react-element-resize": "^0.2.1",
"react-flip-move": "^2.10.2",
"react-helmet": "^5.2.1",
"react-hot-loader": "^1.3.1",
"react-intl": "^2.3.0",
"react-iscroll": "^2.0.3",
"react-perfect-scrollbar": "^0.2.5",
"react-placeholder": "^1.0.10",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"react-scrollbar": "^0.5.4",
"react-scrollbar-js": "^1.0.1",
"react-sidebar": "^2.3.2",
"react-throttle": "^0.3.0",
"react-window-resize-listener": "^1.1.0",
"regenerator-runtime": "^0.12.1",
"rheostat": "^2.2.0",
"styled-components": "^3.3.3",
"styled-theme": "^0.3.3",
"subscriptions-transport-ws": "^0.9.11",
"typeface-lato": "0.0.54",
"web3": "^1.0.0-beta.54",
"web3-eth-abi": "^1.0.0-beta.55",
"web3-utils": "^1.0.0-beta.55",
"yarn": "^1.7.0"
},
"devDependencies": {
"autoprefixer": "^7.2.6",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-eslint": "^8.2.2",
"babel-loader": "^7.1.4",
"babel-plugin-import": "^1.8.0",
"babel-plugin-module-resolver": "^3.1.1",
"babel-plugin-react-intl": "^2.4.0",
"babel-plugin-styled-components": "^1.5.1",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-plugin-transform-decorators-legacy": "^1.3.5",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react-app": "^3.1.1",
"babel-runtime": "^6.26.0",
"case-sensitive-paths-webpack-plugin": "^2.1.2",
"chalk": "^2.4.1",
"copy-webpack-plugin": "^4.5.1",
"css-loader": "^0.28.11",
"dotenv": "4.0.0",
"enzyme": "^3.4.1",
"enzyme-adapter-react-16": "^1.2.0",
"eslint": "^4.19.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-loader": "1.9.0",
"eslint-plugin-flowtype": "2.35.0",
"eslint-plugin-import": "^2.12.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.9.1",
"extract-text-webpack-plugin": "^3.0.0",
"file-loader": "0.11.2",
"fs-extra": "3.0.1",
"html-webpack-plugin": "^2.29.0",
"husky": "^0.14.3",
"jest": "^23.5.0",
"less": "^2.7.2",
"less-loader": "^4.1.0",
"lint-staged": "^7.2.0",
"object-assign": "4.1.1",
"postcss-flexbugs-fixes": "3.2.0",
"postcss-loader": "2.0.6",
"promise": "8.0.1",
"react-dev-utils": "^3.1.0",
"react-error-overlay": "^1.0.6",
"script-ext-html-webpack-plugin": "^1.8.3",
"style-loader": "0.18.2",
"sw-precache-webpack-plugin": "0.11.4",
"uglifyjs-webpack-plugin": "^1.2.5",
"url-loader": "0.5.9",
"webpack": "^3.12.0",
"webpack-dev-server": "2.7.1",
"webpack-manifest-plugin": "1.3.1",
"whatwg-fetch": "2.0.3"
},
"scripts": {
"start:local": "node scripts/start-local.js",
"start:mainnet": "node scripts/start-mainnet.js",
"start:testnet": "node scripts/start-testnet.js",
"deploy:mainnet": "./scripts/deploy-mainnet.sh",
"deploy:testnet": "./scripts/deploy-testnet.sh",
"test": "jest",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"extract-messages": "NODE_ENV=production babel ./src --out-file /dev/null",
"manage:translations": "NODE_ENV=production ./node_modules/.bin/babel-node scripts/translator.js",
"build:langs": "npm run extract-messages && npm run manage:translations",
"prepush": "npm run lint:fix"
},
"files": [
"build/"
],
"babel": {
"presets": [
"react-app"
]
}
}