-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 899 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 899 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
{
"name": "Chatgpt Export Conversation",
"description": "Export ChatGPT conversation easily",
"private": false,
"version": "1.1.1",
"type": "module",
"scripts": {
"dev": "wxt",
"dev:firefox": "wxt -b firefox",
"build": "wxt build",
"build:firefox": "wxt build -b firefox",
"zip": "wxt zip",
"zip:firefox": "wxt zip -b firefox",
"zip:edge": "wxt zip -b edge",
"compile": "vue-tsc --noEmit",
"postinstall": "wxt prepare"
},
"dependencies": {
"@wxt-dev/i18n": "^0.2.3",
"vue": "^3.5.13"
},
"devDependencies": {
"@tailwindcss/vite": "^4.1.4",
"@wxt-dev/module-vue": "^1.0.2",
"prettier": "^3.5.3",
"prettier-plugin-tailwindcss": "^0.6.11",
"tailwindcss": "^4.1.4",
"typescript": "5.6.3",
"vue-tsc": "^2.2.8",
"wxt": "^0.20.3"
},
"trustedDependencies": [
"@tailwindcss/oxide",
"spawn-sync"
]
}