-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.28 KB
/
Copy pathpackage.json
File metadata and controls
46 lines (46 loc) · 1.28 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
{
"name": "image",
"version": "1.0.0",
"description": "Google Photos-like app for EC2 instances and GitHub repos - iMAGE",
"type": "module",
"packageManager": "pnpm@9.0.0",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"tauri": "tauri",
"tauri:dev": "tauri dev",
"tauri:build": "tauri build",
"tauri:build:android": "tauri android build",
"tauri:build:ios": "tauri ios build",
"lint": "eslint .",
"test": "vitest run",
"test:watch": "vitest",
"test:coverage": "vitest run --coverage"
},
"dependencies": {
"@tauri-apps/api": "^2.0.0",
"@tauri-apps/plugin-opener": "^2.0.0",
"vue": "^3.4.0",
"vue-router": "^4.2.0",
"pinia": "^2.1.0",
"lucide-vue-next": "^0.400.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.0",
"@tauri-apps/cli": "^2.0.0",
"typescript": "~5.3.0",
"vite": "^5.0.0",
"vue-tsc": "^2.0.0",
"vitest": "^2.0.0",
"@vue/test-utils": "^2.4.0",
"happy-dom": "^15.0.0",
"@vitest/coverage-v8": "^2.0.0",
"eslint": "^9.0.0",
"@typescript-eslint/parser": "^8.0.0",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"eslint-plugin-vue": "^9.0.0",
"typescript-eslint": "^8.0.0",
"globals": "^15.0.0"
}
}