forked from coinfi/coinfi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
78 lines (78 loc) · 2.16 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
{
"name": "coinfi-rails",
"private": true,
"engines": {
"node": "^8.9.1",
"npm": "^5.8.0",
"yarn": "^1.5.1"
},
"dependencies": {
"@rails/webpacker": "^3.3.1",
"axios": "^0.18.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.4",
"babel-preset-react": "^6.24.1",
"d3-ease": "^1.0.3",
"dayjs": "^1.6.2",
"debounce": "^1.1.0",
"dotenv": "^5.0.1",
"highcharts": "^6.0.7",
"immutable": "^3.8.2",
"jquery": "^3.3.1",
"lodash": "^4.17.10",
"lodash-inflection": "^1.5.0",
"normalizr": "^3.2.4",
"numeral": "^2.0.6",
"prop-types": "^15.6.1",
"qs": "^6.5.1",
"rc-slider": "^8.6.1",
"react": "^16.2.0",
"react-currency-formatter": "^1.1.0",
"react-dom": "^16.2.0",
"react-move": "^2.7.0",
"react-onclickoutside": "^6.7.1",
"react-redux": "^5.0.7",
"react-sizeme": "^2.4.4",
"react-sortable-hoc": "^0.6.8",
"react-swipeable": "^4.3.0",
"react-tweet": "^1.7.0",
"redux": "^3.7.2",
"redux-devtools": "^3.4.1",
"redux-persist": "^5.9.1",
"redux-persist-transform-immutable": "^5.0.0",
"redux-saga": "^0.16.0",
"reselect": "^3.0.1",
"sanitize-html": "^1.18.2",
"styled-components": "^3.3.3",
"tachyons-sass": "^4.9.2",
"timeago.js": "^3.0.2",
"url-parse": "^1.4.1",
"webpack-merge": "^4.1.2"
},
"devDependencies": {
"@storybook/addon-actions": "^3.4.8",
"@storybook/addon-links": "^3.4.8",
"@storybook/addons": "^3.4.8",
"@storybook/react": "^3.4.8",
"babel-eslint": "^7.2.3",
"babel-runtime": "^6.26.0",
"core-js": "^2.5.7",
"eslint": "^4.19.1",
"eslint-config-prettier": "^2.9.0",
"eslint-config-react-app": "^2.1.0",
"eslint-plugin-flowtype": "^2.46.1",
"eslint-plugin-import": "^2.9.0",
"eslint-plugin-jsx-a11y": "^5.1.1",
"eslint-plugin-prettier": "^2.6.0",
"eslint-plugin-react": "^7.7.0",
"prettier": "1.13.7",
"stylelint": "^9.1.3",
"stylelint-config-recommended-scss": "^3.1.0",
"stylelint-scss": "^2.5.0",
"webpack-dev-server": "2.11.2"
},
"scripts": {
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
}
}