-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 873 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 873 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
{
"name": "negativeconverter",
"private": true,
"devDependencies": {
"@tauri-apps/cli": "2.10.0",
"http-server": "14.1.1",
"vite": "^5.4.19"
},
"scripts": {
"dev:web": "vite --config negative2positive/vite.config.js",
"build:web": "vite build --config negative2positive/vite.config.js && node scripts/sync-web-dist.mjs",
"preview:web": "vite preview --config negative2positive/vite.config.js",
"tauri:dev": "tauri dev",
"tauri:build": "npm run build:web && tauri build"
},
"dependencies": {
"@fontsource/inter": "5.2.8",
"@neoanaloglabkk/lensfun-wasm": "0.1.3",
"@techstark/opencv-js": "4.12.0-release.1",
"@vercel/analytics": "^2.0.1",
"jszip": "3.10.1",
"libraw-wasm": "github:lexluthor0304/LibRaw-Wasm",
"pako": "2.1.0",
"three": "^0.183.2",
"upng-js": "2.1.0",
"utif": "3.1.0"
}
}