forked from lxfater/Learning-By-GPT
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 911 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 911 Bytes
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
{
"name": "gpt-tools",
"private": true,
"version": "1.0.1",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"fast-build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@lxfater/ai-bridge": "^1.0.1",
"@vant/touch-emulator": "^1.4.0",
"docx": "^7.8.2",
"eventsource-parser": "^0.1.0",
"expiry-map": "^2.0.0",
"file-saver": "^2.0.5",
"p-queue": "^7.3.4",
"p-retry": "^5.1.2",
"uuid": "^9.0.0",
"vant": "^4.0.10",
"vue": "^3.2.45",
"vue-router": "^4.1.6"
},
"devDependencies": {
"@crxjs/vite-plugin": "^2.0.0-beta.12",
"@types/file-saver": "^2.0.5",
"@types/webextension-polyfill": "^0.10.0",
"@vitejs/plugin-vue": "^4.0.0",
"sass": "^1.58.0",
"typescript": "^4.9.3",
"vite": "^4.1.0",
"vue-tsc": "^1.0.24",
"webextension-polyfill": "^0.10.0"
}
}