-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
55 lines (55 loc) · 1.53 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
{
"name": "@voximplant/ui-kit-for-vuejs",
"version": "0.9.1",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@voximplant/spaceui": "2.18.1",
"effector": "22.1.1",
"effector-vue": "22.0.2",
"postcss-custom-media": "8.0.0",
"postcss-nested": "4.2.3",
"postcss-preset-env": "6.7.0",
"voximplant-websdk": "4.7.2-2685",
"vue": "3.2.22",
"vue-draggable-next": "2.1.0",
"vue-i18n": "9.1.7",
"vue-router": "4.0.2"
},
"devDependencies": {
"@intlify/vue-i18n-loader": "5.0.0",
"@types/chai": "4.2.11",
"@types/mocha": "5.2.4",
"@typescript-eslint/eslint-plugin": "4.18.0",
"@typescript-eslint/parser": "4.18.0",
"@vue/cli-plugin-babel": "4.5.0",
"@vue/cli-plugin-eslint": "4.5.0",
"@vue/cli-plugin-router": "4.5.0",
"@vue/cli-plugin-typescript": "4.5.0",
"@vue/cli-plugin-unit-mocha": "4.5.0",
"@vue/cli-service": "4.5.0",
"@vue/compiler-sfc": "3.0.0",
"@vue/eslint-config-prettier": "6.0.0",
"@vue/eslint-config-typescript": "7.0.0",
"chai": "4.1.2",
"commitlint": "13.1.0",
"eslint": "6.7.2",
"eslint-plugin-prettier": "3.3.1",
"eslint-plugin-vue": "7.0.0",
"lint-staged": "11.1.2",
"prettier": "2.2.1",
"pug": "3.0.2",
"pug-plain-loader": "1.1.0",
"typescript": "4.1.5"
},
"lint-staged": {
"*.{js,jsx,vue,ts,tsx}": [
"vue-cli-service lint"
]
},
"packageManager": "[email protected]"
}