-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
127 lines (127 loc) · 4.29 KB
/
package.json
File metadata and controls
127 lines (127 loc) · 4.29 KB
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
{
"name": "stockchartx",
"description": "StockChartX Web & Mobile",
"homepage": "http://www.modulusfe.com/products/web-mobile-stock-chart-library/stockchartx-html5-web-mobile/",
"version": "2.25.5",
"license": "SEE LICENSE IN license.txt",
"repository": {
"type": "git"
},
"main": "lib/src/scripts/exporter.js",
"jsnext:main": "lib-esm/src/scripts/exporter.js",
"module": "lib-esm/src/scripts/exporter.js",
"typings": "lib/src/scripts/exporter.d.ts",
"eslintConfig": "./src/scripts/.eslintrc.json",
"devDependencies": {
"@babel/core": "^7.3.3",
"@babel/plugin-transform-modules-commonjs": "^7.2.0",
"@babel/polyfill": "^7.2.5",
"@babel/preset-env": "^7.3.1",
"@intervolga/optimize-cssnano-plugin": "^1.0.6",
"@types/jquery": "^3.3.28",
"@types/mocha": "^5.2.6",
"babel-core": "^6.26.3",
"cache-loader": "^1.2.5",
"chai": "~3.5.0",
"circular-dependency-plugin": "^5.0.2",
"clean-webpack-plugin": "1.0.0",
"compression-webpack-plugin": "2.0.0",
"concat-with-sourcemaps": "~1.0.4",
"connect": "~3.6.0",
"copy-webpack-plugin": "^4.6.0",
"css-loader": "^1.0.1",
"declaration-bundler-webpack-plugin": "^1.0.3",
"del": "~2.2.2",
"eslint": "^5.12.0",
"eslint-config-prettier": "^3.3.0",
"eslint-plugin-prettier": "^3.0.1",
"expose-loader": "0.7.5",
"file-loader": "^2.0.0",
"fork-ts-checker-webpack-plugin": "^0.5.2",
"gem": "^2.4.2",
"gulp": "~3.9.1",
"gulp-concat": "~2.6.1",
"gulp-cssnano": "~2.1.2",
"gulp-eslint": "~3.0.1",
"gulp-exec": "~2.1.3",
"gulp-git": "~2.2.0",
"gulp-if": "~2.0.2",
"gulp-inject": "~4.2.0",
"gulp-preprocess": "~2.0.0",
"gulp-prompt": "~0.2.0",
"gulp-rename": "~1.2.2",
"gulp-replace": "~0.5.4",
"gulp-ruby-sass": "~2.1.1",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "~2.6.0",
"gulp-tslint": "~8.0.0",
"gulp-typescript": "~3.1.5",
"gulp-uglify": "~2.1.2",
"gulp-util": "~3.0.8",
"hard-source-webpack-plugin": "^0.13.1",
"html-webpack-exclude-assets-plugin": "0.0.7",
"html-webpack-include-assets-plugin": "^1.0.6",
"html-webpack-plugin": "^3.2.0",
"ink-docstrap": "~1.3.0",
"jsdoc": "~3.5.5",
"lazypipe": "~1.0.1",
"merge-stream": "~1.0.1",
"mini-css-extract-plugin": "^0.4.5",
"mocha": "~3.3.0",
"mocha-headless-chrome": "^2.0.2",
"node-sass": "^4.10.0",
"prettier": "^1.15.3",
"puppeteer": "^1.12.2",
"request": "~2.81.0",
"require-dir": "~0.3.1",
"run-sequence": "~1.2.2",
"sass-loader": "^7.1.0",
"serve-static": "~1.12.1",
"stream-series": "~0.1.1",
"style-loader": "0.23.1",
"thread-loader": "^2.0.1",
"through2": "~2.0.3",
"ts-loader": "^5.2.0",
"tslint": "~5.2.0",
"tslint-config-prettier": "^1.17.0",
"typescript": "^3.2.1",
"url-loader": "^1.1.2",
"webpack": "^4.26.1",
"webpack-bundle-analyzer": "3.0.3",
"webpack-cli": "^3.1.2",
"webpack-concat-plugin": "^3.0.0",
"webpack-cyclic-dependency-checker": "0.0.1",
"webpack-dev-server": "^3.1.10",
"webpack-merge": "4.1.4",
"webpack-obfuscator": "0.18.0"
},
"scripts": {
"iscyclic": "iscyclic stats.json",
"prod": "webpack --env.mode production",
"prod:analyze": "webpack --env.mode production --env.presets analyze",
"dev": "webpack --env.mode development",
"dev:analyze": "webpack --env.mode development --env.presets analyze",
"start": "webpack-dev-server --watch --hot --open --env.mode development",
"test": "webpack --config test/webpack.test.config.js --watch && npm run test-mocha-headless",
"doc": "node ./node_modules/jsdoc/jsdoc.js -c jsdoc.conf.json -t ./node_modules/ink-docstrap/template -d dist/doc",
"postprod": "npm run doc",
"eslint-fix-dry": "eslint ./src/scripts/** --fix-dry-run",
"test-mocha-headless": "mocha-headless-chrome -f ./test/index.html"
},
"dependencies": {
"@types/node": "^10.12.18",
"bootstrap": "3.3.7",
"es6-promise": "4.2.5",
"gulp-javascript-obfuscator": "^1.1.4",
"html2canvas": "^1.0.0-alpha.12",
"i18next-xhr-backend": "1.5.1",
"intl": "1.2.5",
"jquery": "^3.3.1",
"jquery-i18next": "1.2.1",
"jquery-ui": "1.12.1",
"moment": "2.22.2",
"platform": "1.3.5",
"socket.io-client": "^2.2.0",
"tinycolor2": "^1.4.1"
}
}