-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
46 lines (46 loc) · 1.24 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
{
"name": "powerai",
"version": "0.3.0",
"description": "Productivity tools for OpenAI's API",
"productName": "PowerToys for OpenAI ™",
"author": "Robert Hoffmann <[email protected]>",
"private": true,
"baseUrl": "https://api.openai.com",
"scripts": {
"dev": "quasar dev -m bex",
"build": "quasar build -m bex"
},
"dependencies": {
"@quasar/extras": "^1.16.7",
"@vueuse/core": "^10.4.1",
"dexie": "^3.2.4",
"events": "^3.3.0",
"eventsource-parser": "^1.1.1",
"i18next": "^23.5.1",
"i18next-browser-languagedetector": "^7.1.0",
"i18next-vue": "^3.0.0",
"markdown-it": "^13.0.2",
"quasar": "^2.12.7",
"vue": "^3.3.4",
"vue-router": "^4.2.5"
},
"devDependencies": {
"@quasar/app-vite": "^1.6.2",
"@types/markdown-it": "^13.0.2",
"@types/node": "^18.16.0",
"@typescript-eslint/eslint-plugin": "^5.59.0",
"@typescript-eslint/parser": "^5.59.0",
"autoprefixer": "^10.4.16",
"eslint": "^8.40.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-vue": "^9.12.0",
"postcss": "^8.4.31",
"prettier": "^3.0.3",
"typescript": "4.9.5"
},
"engines": {
"node": "^20 || ^18",
"npm": ">= 6.13.4",
"yarn": ">= 1.21.1"
}
}