-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.07 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.07 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
{
"name": "mucmanager",
"version": "1.0.0",
"description": "xmpp mucmanager",
"author": "d4k5h",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.32",
"@fortawesome/free-solid-svg-icons": "^5.15.1",
"@fortawesome/vue-fontawesome": "^2.0.0",
"core-js": "^3.6.4",
"dayjs": "^1.9.5",
"qrcode.vue": "^1.7.0",
"read-excel-file": "^4.0.5",
"strophe.js": "^1.4.0",
"vue": "^2.6.12",
"vue-js-modal": "^1.3.34",
"vue-loading-overlay": "^3.4.2",
"vue-progressbar": "^0.7.5",
"zipcelx": "^1.6.2"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^4.5.8",
"@vue/cli-plugin-eslint": "^4.5.8",
"@vue/cli-service": "^4.5.8",
"@vue/eslint-config-prettier": "^6.0.0",
"babel-eslint": "^10.0.3",
"eslint": "^7.9.0",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-vue": "^6.1.2",
"prettier": "^2.1.2",
"vue-template-compiler": "^2.6.12"
}
}