forked from axolotl-chat/axolotl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
89 lines (89 loc) · 2.42 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
{
"name": "axolotl-web",
"version": "0.1.2",
"private": true,
"description": "This is the frontend half of the axolotl project. Axolotl is a complete cross-platform Signal client.",
"author": {
"name": "nanu-c",
"url": "https://github.com/nanu-c"
},
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"test": "vue-cli-service test:unit",
"lint": "vue-cli-service lint",
"depcheck": "depcheck",
"translate": "npm run translate-extract && npm run translate-compile",
"translate-compile": "vue-gettext-compile",
"translate-extract": "vue-gettext-extract"
},
"main": "src/main.js",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.34",
"@fortawesome/free-solid-svg-icons": "^5.15.2",
"@fortawesome/vue-fontawesome": "^3.0.0-4",
"bootstrap": "^5.1.3",
"core-js": "^3.20.0",
"file-saver": "^2.0.5",
"linkify-html": "^3.0.4",
"linkifyjs": "^3.0.4",
"mic-recorder-to-mp3": "^2.2.2",
"moment": "^2.29.1",
"qrcode": "1.4.4 || ^1.5.1",
"vue": "^3.2.26",
"vue-loader": "^17.0.0",
"vue-native-websocket-vue3": "^3.1.4",
"vue-router": "^4.0.12",
"vue3-gettext": "^2.0.0-alpha.2",
"vue3-tel-input": "^1.0.4",
"vuex": "^4.0.2"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~5.0.0-rc.1",
"@vue/cli-plugin-eslint": "~5.0.0-rc.1",
"@vue/cli-plugin-unit-mocha": "~5.0.0-rc.1",
"@vue/cli-service": "~5.0.0-rc.1",
"@vue/compiler-sfc": "^3.2.22",
"@vue/eslint-config-airbnb": "^5.0.2",
"@vue/test-utils": "^2.0.0-0",
"babel-eslint": "^10.1.0",
"browserslist": "^4.19.1",
"chai": "^4.3.4",
"depcheck": "^1.4.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-prettier-vue": "^3.1.0",
"eslint-plugin-vue": "^8.2.0",
"prettier": "^2.3.2",
"sass": "^1.45.1",
"sass-loader": "^12.4.0"
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"browserslist": [
"> 1%",
"last 2 versions"
],
"bugs": {
"url": "https://github.com/nanu-c/axolotl/issues"
},
"engines": {
"node": ">= 14.0.0"
},
"homepage": "https://axolotl.chat",
"keywords": [
"signal",
"messaging",
"vue"
],
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "https://github.com/nanu-c/axolotl.git"
}
}