-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 1.98 KB
/
Copy pathpackage.json
File metadata and controls
67 lines (67 loc) · 1.98 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
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
{
"name": "vchat",
"productName": "vchat",
"version": "1.0.0",
"description": "My Electron application description",
"main": ".vite/build/main.js",
"private": true,
"scripts": {
"start": "electron-forge start",
"package": "electron-forge package",
"make": "electron-forge make",
"publish": "electron-forge publish",
"lint": "eslint --ext .ts,.tsx ."
},
"keywords": [],
"author": {
"name": "guxiang",
"email": "guxiang@didiglobal.com"
},
"license": "MIT",
"devDependencies": {
"@electron-forge/cli": "^7.8.1",
"@electron-forge/maker-deb": "^7.8.1",
"@electron-forge/maker-dmg": "^7.8.1",
"@electron-forge/maker-rpm": "^7.8.1",
"@electron-forge/maker-squirrel": "^7.8.1",
"@electron-forge/maker-zip": "^7.8.1",
"@electron-forge/plugin-auto-unpack-natives": "^7.8.1",
"@electron-forge/plugin-fuses": "^7.8.1",
"@electron-forge/plugin-vite": "^7.8.1",
"@electron-forge/publisher-github": "^7.8.1",
"@electron/fuses": "^1.8.0",
"@iconify/vue": "^5.0.0",
"@tailwindcss/typography": "^0.5.16",
"@types/mime-types": "^3.0.1",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@vitejs/plugin-vue": "^6.0.0",
"autoprefixer": "^10.4.21",
"electron": "37.2.2",
"eslint": "^8.57.1",
"eslint-plugin-import": "^2.32.0",
"postcss": "^8.5.6",
"tailwindcss": "^3.4.17",
"ts-node": "^10.9.2",
"typescript": "~4.5.4",
"vite": "^5.4.19"
},
"dependencies": {
"@baiducloud/qianfan": "^0.2.3",
"dayjs": "^1.11.13",
"dexie": "^4.0.11",
"dotenv": "^17.3.1",
"electron-squirrel-startup": "^1.0.1",
"highlight.js": "^11.11.1",
"markdown-it-highlightjs": "^4.2.0",
"mime-types": "^3.0.1",
"openai": "^5.10.1",
"pinia": "^3.0.3",
"radix-vue": "^1.9.17",
"update-electron-app": "^3.1.1",
"vue": "^3.5.17",
"vue-i18n": "^11.1.10",
"vue-markdown-render": "^2.2.1",
"vue-router": "^4.5.1"
}
}