-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.61 KB
/
Copy pathpackage.json
File metadata and controls
62 lines (62 loc) · 1.61 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
{
"version": "1.0.0",
"name": "trading-color-discusser",
"private": true,
"devDependencies": {
"bootstrap": "5.0.1",
"css-loader": "^3.4.2",
"cssloader": "^1.1.1",
"del": "^5.1.0",
"eslint": "^4.19.1",
"eslint-plugin-react": "^7.18.3",
"expose-loader": "^0.7.5",
"gulp": "^4.0.2",
"gulp-dart-sass": "^1.0.2",
"gulp-eslint": "^4.0.2",
"gulp-exec": "^5.0.0",
"gulp-less": "^4.0.1",
"gulp-replace": "^1.0.0",
"gulp-typescript": "^4.0.2",
"html-loader": "0.5.0",
"less": "^3.11.1",
"node-sass": "^6.0.0",
"prismjs": "^1.23.0",
"sass": "^1.35.1",
"source-map-loader": "^0.2.1",
"ts-loader": "^6.2.2",
"typescript": "^4.2.4",
"uglifyjs-webpack-plugin": "^1.2.4",
"vue-loader": "^15.9.0",
"vue-prism": "^1.0.5",
"vue-template-compiler": "^2.6.11",
"webpack": "^4.41.6"
},
"dependencies": {
"@babel/core": "^7.8.6",
"@grapecity/wijmo.all": "5.20211.781",
"@types/prismjs": "^1.16.5",
"axios": "^0.21.1",
"babel-loader": "^8.0.6",
"bootstrap-icons": "^1.5.0",
"es6-promise": "4.1.1",
"es6-shim": "^0.35.5",
"export-to-csv": "^0.2.1",
"gulp-header": "^2.0.9",
"install": "^0.13.0",
"moment": "^2.29.1",
"npm": "^6.14.1",
"vue": "^2.6.11",
"vue-class-component": "^7.1.0",
"vue-loader-options-plugin": "^0.1.1",
"vue-prism-component": "^1.0.0",
"vue-property-decorator": "^8.3.0",
"vue-router": "3.0.2",
"vueify": "^9.4.1",
"vuex": "^3.1.2",
"vuex-module-decorators": "^0.11.0",
"xss": "^1.0.6"
},
"scripts": {
"build": "webpack"
}
}