-
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.14 KB
/
Copy pathpackage.json
File metadata and controls
46 lines (46 loc) · 1.14 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": "vectoria",
"version": "1.0.0",
"description": "A lightweight Linux screenshot and annotation utility built with Tauri and Konva.js.",
"main": "index.js",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"tauri": "tauri"
},
"keywords": [
"screenshot",
"annotation",
"tauri",
"linux"
],
"author": "gigili",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/gigili/vectoria.git"
},
"bugs": {
"url": "https://github.com/gigili/vectoria/issues"
},
"homepage": "https://github.com/gigili/vectoria#readme",
"type": "commonjs",
"dependencies": {
"@tailwindcss/vite": "^4.2.4",
"@tauri-apps/plugin-cli": "^2.4.1",
"@tauri-apps/plugin-clipboard-manager": "^2.3.2",
"@tauri-apps/plugin-dialog": "^2.7.0",
"@tauri-apps/plugin-fs": "^2.5.0",
"@tauri-apps/plugin-shell": "^2.3.5",
"konva": "^10.2.5"
},
"devDependencies": {
"@tauri-apps/api": "^2.10.1",
"@tauri-apps/cli": "^2.10.1",
"autoprefixer": "^10.5.0",
"postcss": "^8.5.10",
"tailwindcss": "^4.2.4",
"vite": "^8.0.9"
}
}