forked from deriv-com/webtrader-charts
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
78 lines (78 loc) · 2.88 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": "@binary-com/webtrader-charts",
"version": "0.5.15",
"description": "webtrader charts",
"main": "dist/webtrader-charts.js",
"scripts": {
"build": "rollup -c && rollup -c rollup.config.iife.js",
"build-translation": "node src/i18n/build.js",
"watch": "rollup -c -w",
"watch2": "rollup -c rollup.config.iife.js -w",
"deploy-example": "git subtree push --prefix example upstream gh-pages",
"binary-static-clone": "git clone [email protected]:aminroosta/binary-static.git && cd binary-static && git remote add upstream [email protected]:binary-com/binary-static.git && git fetch upstream && git merge upstream/master && git push",
"binary-static-init": "if cd binary-static; then git fetch upstream && git merge upstream/master && git push; else yarn binary-static-clone; fi",
"binary-static-setup": "cd binary-static && npm install && sudo cpanm Carton && cd scripts && sudo carton install",
"copy-dist": "cp dist/webtrader-charts.js binary-static/node_modules/webtrader-charts/dist/webtrader-charts.js",
"deploy-hard": "yarn build && yarn binary-static-init && yarn binary-static-setup && yarn copy-dist && cd binary-static && grunt dev",
"deploy-soft": "rollup -c && yarn copy-dist && cd binary-static && grunt js && grunt gh-pages:main",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/binary-com/webtrader-charts.git"
},
"keywords": [
"webtrader",
"charts",
"binary.com"
],
"author": "[email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/binary-com/webtrader-charts/issues"
},
"homepage": "https://github.com/binary-com/webtrader-charts#readme",
"peerDependencies": {
"highstock-release": "^5.0.10",
"jquery": "^3.2.1",
"moment": "^2.18.1"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.24.1",
"babel-plugin-external-helpers": "^6.22.0",
"babel-plugin-lodash": "^3.2.11",
"babel-preset-es2015": "^6.24.1",
"css-loader": "^3.1.0",
"cssnano": "v4.0.0-rc.2",
"cssnano-preset-default": "^4.0.0-rc.2",
"node-sass": "^4.5.2",
"rollup": "^0.50.0",
"rollup-plugin-babel": "^3.0.2",
"rollup-plugin-commonjs": "^8.2.1",
"rollup-plugin-html": "^0.2.1",
"rollup-plugin-image": "^1.0.2",
"rollup-plugin-json": "^2.3.0",
"rollup-plugin-node-resolve": "^3.0.0",
"rollup-plugin-postcss": "^0.5.5",
"rollup-plugin-uglify": "^2.0.1",
"rollup-pluginutils": "^2.0.1",
"sass-inline-svg": "^1.2.0",
"uglify-js": "^2.8.22"
},
"dependencies": {
"datatables.net-dt": "^1.10.15",
"imports-loader": "^0.7.1",
"lodash": "^4.17.15",
"paralleljs": "^0.2.1",
"rivets": "0.8.1"
},
"directories": {
"example": "example"
},
"resolutions": {
"js-yaml": "^3.13.1",
"braces": "^2.3.1",
"**/lodash": "^4.17.15"
}
}