generated from Deluze/electron-vue-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (66 loc) · 1.91 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
{
"name": "chatgpt-desktop",
"version": "0.1.0",
"description": "A minimal Electron + Vue application",
"main": "build/main/main.js",
"scripts": {
"dev": "node scripts/dev-server.js",
"build": "node scripts/build.js && electron-builder",
"build:win": "node scripts/build.js && electron-builder --win",
"build:mac": "node scripts/build.js && electron-builder --mac",
"build:linux": "node scripts/build.js && electron-builder --linux",
"build:service": "tsup",
"build:renderer": "vite build"
},
"repository": "https://github.com/deluze/electron-vue-template",
"author": {
"name": "Deluze",
"url": "https://github.com/Deluze"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.0.0",
"@vue/cli": "^5.0.8",
"chalk": "^4.1.2",
"chokidar": "^3.5.3",
"electron": "^22.0.2",
"electron-builder": "^23.6.0",
"typescript": "^4.8.4",
"vite": "^4.0.4",
"@antfu/eslint-config": "^0.35.3",
"@commitlint/cli": "^17.4.4",
"@commitlint/config-conventional": "^17.4.4",
"@iconify/vue": "^4.1.0",
"@types/crypto-js": "^4.1.1",
"@types/marked": "^4.0.8",
"@types/node": "^18.14.4",
"autoprefixer": "^10.4.13",
"axios": "^1.3.4",
"crypto-js": "^4.1.1",
"eslint": "^8.35.0",
"husky": "^8.0.3",
"less": "^4.1.3",
"lint-staged": "^13.1.2",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.21",
"rimraf": "^4.1.3",
"tailwindcss": "^3.2.7",
"vue-tsc": "^1.2.0",
"@types/express": "^4.17.17",
"tsup": "^6.6.3",
"@intlify/unplugin-vue-i18n": "^0.8.2"
},
"dependencies": {
"@vueuse/core": "^9.13.0",
"highlight.js": "^11.7.0",
"marked": "^4.2.12",
"naive-ui": "^2.34.3",
"pinia": "^2.0.32",
"chatgpt": "^5.0.4",
"dotenv": "^16.0.3",
"esno": "^0.16.3",
"express": "^4.18.2",
"isomorphic-fetch": "^3.0.0",
"node-fetch": "^3.3.0",
"socks-proxy-agent": "^7.0.0"
}
}