-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·64 lines (64 loc) · 1.69 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
{
"name": "gitbitex",
"version": "1.0.0",
"scripts": {
"start": "gulp",
"build": "gulp --env=prod"
},
"devDependencies": {
"@types/node": "^8.10.23",
"awesome-typescript-loader": "^3.5.0",
"browser-sync": "^2.26.7",
"connect-history-api-fallback": "^1.5.0",
"del": "*",
"gulp": "^3.9.1",
"gulp-browserify": "^0.5.1",
"gulp-clean": "^0.3.2",
"gulp-concat": "^2.6.0",
"gulp-htmlmin": "^4.0.0",
"gulp-if": "^2.0.0",
"gulp-less": "^4.0.1",
"gulp-load-plugins": "^2.0.0",
"gulp-minify-css": "^1.2.4",
"gulp-rename": "^1.4.0",
"gulp-replace": "^1.0.0",
"gulp-rev": "^8.1.1",
"gulp-rev-collector": "^1.3.1",
"gulp-rimraf": "^0.2.2",
"gulp-sourcemaps": "^1.12.1",
"gulp-typescript": "^4.0.2",
"gulp-uglify": "^1.5.3",
"gulp-util": "*",
"html-loader": "^0.5.5",
"http-proxy-middleware": "^0.18.0",
"minimist": "^1.2.0",
"run-sequence": "^2.2.1",
"source-map-loader": "^0.2.3",
"ts-loader": "^4.4.2",
"typescript": "^2.9.2",
"typescript-lit-html-plugin": "0.0.2",
"webpack": "3.10.0"
},
"dependencies": {
"axios": "^0.19.0",
"bootstrap": "^4.3.1",
"collect.js": "^4.0.22",
"gulp-oss-sync": "^1.0.4",
"highcharts": "^7.2.0",
"image-compressor.js": "^1.1.4",
"jade": "^1.11.0",
"jade-loader": "^0.8.0",
"moment": "^2.22.2",
"natives": "^1.1.6",
"postcss-loader": "^2.1.6",
"postcss-px2rem": "^0.3.0",
"pug-html-loader": "^1.1.5",
"qrcodejs": "^1.0.0",
"vue": "^2.5.17",
"vue-class-component": "^6.2.0",
"vue-property-decorator": "^6.1.0",
"vue-router": "^3.0.1",
"vue-select": "^2.4.0",
"vuex": "^3.0.1"
}
}