forked from ai-shifu/ChatALL
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
79 lines (79 loc) · 2.13 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
{
"name": "ChatALL",
"version": "1.18.14",
"main": "background.js",
"description": "Chat with multiple AI bots and discover the best.",
"author": "Sunner",
"repository": {
"type": "git",
"url": "https://github.com/sunner/ChatALL.git"
},
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"electron:build": "vue-cli-service electron:build",
"electron:serve": "vue-cli-service electron:serve",
"postinstall": "electron-builder install-app-deps",
"postuninstall": "electron-builder install-app-deps",
"start": "electron .",
"release": "vue-cli-service electron:build -wml --x64 --arm64"
},
"dependencies": {
"@mdi/font": "^7.2.96",
"async-lock": "^1.4.0",
"axios": "^1.4.0",
"core-js": "^3.30.2",
"electron-builder": "^23.6.0",
"github-markdown-css": "^5.2.0",
"markdown-it-highlightjs": "^4.0.1",
"material-design-icons": "^3.0.1",
"update-electron-app": "^2.0.1",
"uuid": "^9.0.0",
"vue": "^3.3.4",
"vue-i18n": "^9.2.2",
"vue-matomo": "^4.2.0",
"vue3-markdown-it": "^1.0.10",
"vuetify": "^3.2.3",
"vuex": "^4.1.0",
"vuex-persist": "^3.1.3",
"websocket-as-promised": "^2.0.1"
},
"devDependencies": {
"@babel/core": "^7.21.8",
"@babel/eslint-parser": "^7.21.8",
"@electron/osx-sign": "^1.0.4",
"@vue/cli": "^5.0.8",
"@vue/cli-plugin-babel": "~5.0.8",
"@vue/cli-plugin-eslint": "~5.0.8",
"@vue/cli-service": "~5.0.8",
"electron": "^24.3.1",
"electron-devtools-installer": "^3.2.0",
"eslint": "^8.41.0",
"eslint-plugin-vue": "^9.14.0",
"prettier-plugin-vue": "^1.1.6",
"sse.js": "github:mpetazzoni/sse.js",
"vue-cli-plugin-electron-builder": "^2.1.1"
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"plugin:vue/vue3-essential",
"eslint:recommended"
],
"parserOptions": {
"parser": "@babel/eslint-parser"
},
"rules": {}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead",
"not ie 11"
],
"license": "Apache-2.0"
}