-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
86 lines (86 loc) · 2.66 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
{
"name": "trtc-calling-web",
"version": "0.1.0",
"private": true,
"scripts": {
"commit": "git-cz",
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "npm run lint:code && npm run lint:style",
"lint:code": "vue-cli-service lint",
"lint:style": "vue-cli-service lint:style",
"postinstall": "husky install"
},
"lint-staged": {
"src/**/*.{js,ts,tsx,vue}": [
"vue-cli-service lint"
],
"src/**/*.{vue,htm,html,css,sss,less,scss}": [
"vue-cli-service lint:style"
]
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"dependencies": {
"@ant-design-vue/use": "^0.0.1-alpha.9",
"@ant-design/icons-vue": "^6.0.1",
"@vueuse/core": "^4.1.0",
"ant-design-vue": "^2.0.0",
"core-js": "^3.8.3",
"good-storage": "^1.1.1",
"nprogress": "^0.2.0",
"register-service-worker": "^1.7.2",
"tim-js-sdk": "^2.9.3",
"trtc-calling-js": "^0.7.0",
"trtc-js-sdk": "^4.8.5",
"tsignaling": "^0.4.0",
"vue": "^3.0.5",
"vue-router": "^4.0.3",
"vuex": "^4.0.0"
},
"devDependencies": {
"@ascendancyy/vue-cli-plugin-stylelint": "^1.1.2",
"@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^11.0.0",
"@types/good-storage": "^1.1.0",
"@types/nprogress": "^0.2.0",
"@types/trtc-calling-js": "^0.6.1",
"@typescript-eslint/eslint-plugin": "^4.15.0",
"@typescript-eslint/parser": "^4.15.0",
"@vue/cli-plugin-babel": "~5.0.0-alpha.3",
"@vue/cli-plugin-eslint": "~5.0.0-alpha.3",
"@vue/cli-plugin-pwa": "~5.0.0-alpha.3",
"@vue/cli-plugin-router": "~5.0.0-alpha.3",
"@vue/cli-plugin-typescript": "~5.0.0-alpha.3",
"@vue/cli-plugin-vuex": "~5.0.0-alpha.3",
"@vue/cli-service": "~5.0.0-alpha.3",
"@vue/compiler-sfc": "^3.0.5",
"@vue/eslint-config-standard": "^6.0.0",
"@vue/eslint-config-typescript": "^7.0.0",
"babel-plugin-import": "^1.13.3",
"commitizen": "^4.2.3",
"compression-webpack-plugin": "^7.1.2",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^7.19.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.3.1",
"eslint-plugin-standard": "^5.0.0",
"eslint-plugin-vue": "^7.5.0",
"husky": "^5.0.9",
"less": "^4.1.1",
"less-loader": "^8.0.0",
"lint-staged": "^10.5.4",
"postcss": "^8.2.6",
"postcss-loader": "^5.0.0",
"stylelint": "^13.10.0",
"stylelint-config-rational-order": "^0.1.2",
"stylelint-config-standard": "^20.0.0",
"stylelint-order": "^4.1.0",
"terser-webpack-plugin": "^5.1.1",
"typescript": "~4.1.5"
}
}