forked from deriv-com/deriv-app
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
134 lines (134 loc) · 4.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
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
{
"name": "deriv-com",
"version": "3.8.0",
"description": "Deriv.com content",
"scripts": {
"test": "grunt test",
"livereload": "sudo -p 'enter password for sudo:' grunt livereload",
"serve": "sudo -p 'enter password for sudo:' grunt serve",
"eslint": "eslint --fix \"src/**/*.jsx\" src/"
},
"repository": {
"type": "git",
"url": "https://github.com/binary-com/deriv-com.git"
},
"keywords": [
"deriv"
],
"author": "Deriv.com",
"license": "Apache License 2.0",
"bugs": {
"url": "https://github.com/binary-com/deriv-com/issues"
},
"homepage": "https://github.com/binary-com/deriv-com",
"devDependencies": {
"@babel/parser": "7.1.2",
"app-root-path": "2.0.1",
"autoprefixer": "7.2.3",
"babel-core": "6.26.0",
"babel-eslint": "9.0.0",
"babel-loader": "7.1.2",
"babel-plugin-module-resolver": "3.1.1",
"babel-plugin-react-svg": "^2.1.0",
"babel-plugin-syntax-dynamic-import": "6.18.0",
"babel-plugin-transform-class-properties": "6.24.1",
"babel-plugin-transform-decorators-legacy": "1.3.5",
"babel-plugin-transform-es2015-modules-commonjs": "6.26.2",
"babel-plugin-transform-object-rest-spread": "6.26.0",
"babel-plugin-transform-react-jsx": "6.24.1",
"babel-plugin-transform-remove-strict-mode": "0.0.2",
"babel-preset-env": "1.7.0",
"babel-preset-react": "6.24.1",
"babel-preset-stage-1": "6.24.1",
"babel-register": "6.26.0",
"binary-live-api": "^29.0.0",
"chai": "4.1.2",
"circular-dependency-plugin": "5.0.2",
"cli-color": "1.2.0",
"cli-spinner": "0.2.7",
"commander": "2.12.2",
"connect-livereload": "0.6.0",
"connect-modrewrite": "0.9.0",
"deep-diff": "0.3.8",
"emphasize": "2.0.0",
"enzyme": "3.3.0",
"enzyme-adapter-react-16": "1.8.0",
"eslint-config-airbnb-base": "13.1.0",
"eslint-config-binary": "1.0.2",
"eslint-config-prettier": "2.9.0",
"eslint-import-resolver-alias": "^1.1.1",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-react": "7.11.1",
"estraverse": "4.2.0",
"extend": "3.0.2",
"gettext-parser": "1.3.0",
"grunt": "1.0.4",
"grunt-babel": "7.0.0",
"grunt-check-dependencies": "1.0.0",
"grunt-concurrent": "2.3.1",
"grunt-contrib-clean": "1.1.0",
"grunt-contrib-connect": "1.0.2",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-cssmin": "^3.0.0",
"grunt-contrib-watch": "1.1.0",
"grunt-embed-fonts": "0.5.1",
"grunt-eslint": "21.0.0",
"grunt-gh-pages": "3.1.0",
"grunt-mocha-test": "0.13.3",
"grunt-notify": "0.4.5",
"grunt-postcss": "0.8.0",
"grunt-sass": "3.0.2",
"grunt-shell": "2.1.0",
"grunt-stylelint": "0.8.0",
"grunt-webpack": "3.1.3",
"jsdom": "9.12.0",
"jsdom-global": "2.1.1",
"load-grunt-config": "1.0.1",
"load-grunt-tasks": "3.5.2",
"mocha": "5.2.0",
"mock-local-storage": "1.1.7",
"node-gettext": "2.0.0",
"node-sass": "4.11.0",
"postcss-scss": "0.4.1",
"react-render-html": "0.6.0",
"react-svg-loader": "^2.1.0",
"sitemap": "1.13.0",
"stylelint": "10.0.0",
"stylelint-formatter-pretty": "1.0.3",
"stylelint-selector-bem-pattern": "2.0.0",
"svgo": "1.2.1",
"sw-precache-webpack-plugin": "0.11.5",
"time-grunt": "1.4.0",
"uglifyjs-webpack-plugin": "1.3.0",
"webpack": "4.17.2",
"webpack-bundle-analyzer": "3.0.2",
"webpack-dev-server": "3.1.14",
"webpack-manifest-plugin": "2.0.4",
"webpack-merge": "4.1.4",
"ws": "1.1.5"
},
"dependencies": {
"babel-polyfill": "6.26.0",
"classnames": "2.2.5",
"custom-event-polyfill": "0.3.0",
"event-source-polyfill": "0.0.9",
"js-cookie": "2.2.0",
"lodash.debounce": "4.0.8",
"mobx": "5.0.3",
"mobx-react": "^5.4.2",
"mobx-utils": "^5.4.0",
"moment": "2.19.4",
"promise-polyfill": "6.1.0",
"prop-types": "15.6.1",
"react": "16.6.3",
"react-dom": "16.6.3",
"react-pose": "4.0.8",
"react-router-dom": "5.0.0",
"react-transition-group": "2.4.0",
"sinon": "7.2.2",
"smartcharts-beta": "0.4.24",
"tt-react-custom-scrollbars": "4.2.1-tt2",
"url-polyfill": "1.0.9",
"web-push-notifications": "3.2.15"
}
}