-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.45 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.45 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
{
"name": "ink_flow",
"version": "0.0.1",
"description": "Auto-tune Image Generation Prompts to Your Desire",
"productName": "InkFlow",
"author": "Shawn <vuyuxl199199@gmail.com>",
"type": "module",
"private": true,
"scripts": {
"lint": "eslint -c ./eslint.config.js \"./src*/**/*.{ts,js,cjs,mjs,vue}\"",
"format": "prettier --write \"**/*.{js,ts,vue,scss,html,md,json}\" --ignore-path .gitignore",
"test": "echo \"No test specified\" && exit 0",
"dev": "quasar dev",
"build": "quasar build",
"postinstall": "quasar prepare"
},
"dependencies": {
"@openrouter/ai-sdk-provider": "^0.4.6",
"@quasar/extras": "^1.16.17",
"ai": "^4.3.16",
"axios": "^1.9.0",
"pinia": "^3.0.2",
"quasar": "^2.18.1",
"vue": "^3.5.14",
"vue-router": "^4.5.1"
},
"devDependencies": {
"@electron/packager": "^18.3.6",
"@eslint/js": "^9.27.0",
"@quasar/app-vite": "^2.2.0",
"@types/node": "^20.5.9",
"@vue/eslint-config-prettier": "^10.2.0",
"@vue/eslint-config-typescript": "^14.5.0",
"autoprefixer": "^10.4.21",
"electron": "^36.2.1",
"electron-builder": "^24.13.3",
"eslint": "^9.27.0",
"eslint-plugin-vue": "^10.1.0",
"globals": "^16.1.0",
"prettier": "^3.5.3",
"typescript": "~5.8.3",
"vite-plugin-checker": "^0.9.3",
"vue-tsc": "^2.2.10"
},
"engines": {
"node": "^28 || ^26 || ^24 || ^22 || ^20 || ^18",
"npm": ">= 6.13.4",
"yarn": ">= 1.21.1"
}
}