-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
103 lines (103 loc) · 3.12 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
{
"name": "prothesis-manager",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"test:unit": "vue-cli-service test:unit",
"lint": "vue-cli-service lint",
"prepare": "husky install .husky"
},
"dependencies": {
"@microsoft/signalr": "^5.0.8",
"@microsoft/signalr-protocol-msgpack": "^5.0.8",
"@types/jquery": "3.3.30",
"@webcomponents/custom-elements": "^1.4.1",
"ant-design-vue": "^2.0.1",
"axios": "^0.26.0",
"buffer": "5.2.1",
"core-js": "^3.6.5",
"echarts": "^5.1.2",
"element-plus": "^1.0.2-beta.71",
"hammerjs": "2.0.8",
"html2canvas": "^1.2.1",
"jQuery": "^1.7.4",
"jspdf": "1.4.1",
"localforage": "^1.9.0",
"location": "0.0.1",
"moment": "^2.24.0",
"navigator": "^1.0.1",
"process": "0.11.10",
"protobufjs": "6.8.8",
"readline": "^1.3.0",
"rxjs": "^6.6.7",
"underscore": "^1.13.2",
"vue": "3.1.5",
"vue-class-component": "^8.0.0-0",
"vue-echarts": "^6.0.0",
"vue-router": "^4.0.0-0",
"vuex": "^4.0.0",
"xmlhttprequest": "^1.8.0"
},
"devDependencies": {
"@babel/plugin-proposal-optional-chaining": "^7.16.7",
"@commitlint/cli": "^16.2.3",
"@commitlint/config-conventional": "^16.2.1",
"@types/jest": "^27.4.1",
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.4.0",
"@vue/cli-plugin-babel": "~4.5.11",
"@vue/cli-plugin-eslint": "~4.5.11",
"@vue/cli-plugin-router": "~4.5.11",
"@vue/cli-plugin-typescript": "~4.5.11",
"@vue/cli-plugin-unit-jest": "~4.5.11",
"@vue/cli-plugin-vuex": "~4.5.11",
"@vue/cli-service": "^4.5.17",
"@vue/compiler-sfc": "3.1.5",
"@vue/eslint-config-standard": "^6.1.0",
"@vue/eslint-config-typescript": "^9.1.0",
"@vue/test-utils": "^2.0.0-0",
"@vue/vue3-jest": "^27.0.0-alpha.1",
"babel-jest": "^27.0.6",
"commitlint-config-cz": "^0.13.3",
"compression-webpack-plugin": "^6.1.1",
"cz-conventional-changelog": "^3.3.0",
"cz-customizable": "^6.3.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-vue": "^8.0.3",
"husky": "^7.0.4",
"jest": "^27.0.5",
"less": "^3.0.4",
"less-loader": "^5.0.0",
"lint-staged": "^11.1.2",
"nprogress": "^0.2.0",
"postcss-html": "^1.4.1",
"prettier": "^2.6.2",
"spark-md5": "^3.0.2",
"stylelint": "^14.7.1",
"stylelint-config-html": "^1.0.0",
"stylelint-config-recommended": "^7.0.0",
"stylelint-config-standard": "^25.0.0",
"stylelint-order": "^5.0.0",
"three": "^0.140.0",
"ts-jest": "^27.0.4",
"ts-node": "7.0.0",
"tslib": "1.10.0",
"typescript": "~3.9.3",
"typescript-collections": "^1.3.2",
"typescript-string-operations": "^1.3.1",
"uglifyjs-webpack-plugin": "^2.2.0",
"vuex-module-decorators": "^2.0.0"
},
"config": {
"commitizen": {
"path": "/node_modules/cz-customizable"
}
}
}