forked from binary-com/webtrader
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
114 lines (114 loc) · 3.17 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
{
"name": "Webtrader",
"version": "2.2.8",
"description": "Webtrader for Binary.com",
"main": "Gruntfile.js",
"engines": {
"node": ">=10.0.0"
},
"devDependencies": {
"babel-core": "^6.10.4",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-es2015-modules-amd": "^6.18.0",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-preset-env": "^1.7.0",
"babel-preset-stage-0": "^6.5.0",
"concurrently": "^3.3.0",
"connect": "^3.7.0",
"grunt": "^1.1.0",
"grunt-babel": "^7.0.0",
"grunt-bump": "^0.3.0",
"grunt-cli": "^1.2.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-connect": "^1.0.2",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-cssmin": "^3.0.0",
"grunt-contrib-htmlmin": "^3.1.0",
"grunt-contrib-imagemin": "^3.1.0",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-uglify": "^4.0.1",
"grunt-contrib-watch": "^1.0.0",
"grunt-gh-pages": "^4.0.0",
"grunt-githash": "^0.1.3",
"grunt-newer": "^1.2.0",
"grunt-po2json": "^0.3.0",
"grunt-remove-logging": "github:ehynds/grunt-remove-logging",
"grunt-rename": "^0.1.4",
"grunt-sass": "^3.1.0",
"grunt-shell": "^1.1.2",
"grunt-text-replace": "^0.4.0",
"lodash": "^4.17.15",
"node-sass": "^4.5.3"
},
"scripts": {
"deploy-ci": "grunt",
"deploy-branch": "grunt deploy-branch",
"deploy-gh-pages": "grunt deploy",
"start": "grunt && concurrently -k \"grunt watch\" \"grunt connect\"",
"watch": "grunt watch",
"server": "grunt connect",
"mainTask": "grunt mainTask",
"build": "grunt",
"major-rel": "grunt bump:major",
"minor-rel": "grunt bump:minor",
"patch-rel": "grunt bump:patch",
"test": "echo 'test command not supported'"
},
"repository": {
"type": "git",
"url": "https://github.com/binary-com/webtrader.git"
},
"keywords": [
"Webtrader"
],
"author": {
"name": "Binary.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/binary-com/webtrader/issues"
},
"dependencies": {
"@binary-com/binary-style": "^0.2.18",
"@binary-com/webtrader-charts": "0.5.5",
"alameda": "^1.4.0",
"binary-com-jquery-dialogextended": "github:binary-com/jquery-dialogextend#master",
"binary-com-jquery-ui-timepicker": "^1.0.1",
"chosen-js": "^1.6.2",
"clipboard": "^1.7.1",
"datatables.net": "^1.10.20",
"datatables.net-dt": "^1.10.20",
"datatables.net-jqui": "^1.10.20",
"es6-promise": "^4.2.8",
"highstock-release": "^5.0.10",
"jquery": "^3.5.1",
"jquery-sparkline": "^2.4.0",
"jquery-ui-dist": "1.12.0",
"jquery-ui-iconfont": "^2.1.0",
"jquery-ui-touch-punch": "^0.2.3",
"jquery.growl": "^1.3.1",
"kind-of": "^6.0.3",
"moment": "^2.19.3",
"npm-modernizr": "^2.8.3",
"regenerator-runtime": "^0.10.1",
"require-css": "^0.1.10",
"rivets": "0.8.1",
"text": "github:requirejs/text",
"vanderlee-colorpicker": "^1.2.13"
},
"contributors": [
{
"name": "Amin Roosta"
},
{
"name": "Apoorv Joshi"
},
{
"name": "Oskar Ahlroth"
},
{
"name": "Amam Mustofa"
}
]
}