Files
2026-07-29 01:40:40 +02:00

77 lines
1.9 KiB
JSON
Executable File

{
"name": "colorpicker",
"version": "3.0.0",
"description": "Your powerful toolkit for mastering colors.",
"bugs": "https://github.com/toinane/colorpicker/issues",
"homepage": "https://colorpicker.fr",
"keywords": [
"Colorpicker",
"Eyedropper",
"Colors",
"Palette",
"Accessibility",
"Design tool",
"RGB",
"HSL",
"Hex"
],
"os": [
"win32",
"darwin",
"linux"
],
"author": {
"name": "Toinane",
"email": "hello@crea-that.fr",
"url": "https://colorpicker.fr"
},
"license": "CECILL-2.1",
"engines": {
"node": ">=24"
},
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"start": "npm run build && npm run tauri:build:debug && npm run launch",
"launch": "node scripts/launch-debug.js",
"tauri": "tauri",
"tauri:dev": "tauri dev",
"tauri:build": "tauri build",
"tauri:build:debug": "tauri build --debug",
"tauri:build:portable": "tauri build --features portable --no-bundle",
"lint": "tsc && oxlint src",
"format": "oxfmt --write src",
"test": "vitest run"
},
"devDependencies": {
"@tauri-apps/cli": "^2.11.4",
"@types/node": "^26.1.1",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.3",
"esbuild": "^0.28.1",
"oxfmt": "^0.59.0",
"oxlint": "^1.74.0",
"typescript": "^7.0.2",
"vite": "^8.1.5",
"vite-plugin-svgr": "^5.2.0",
"vitest": "^4.1.10"
},
"dependencies": {
"@tauri-apps/api": "^2.11.1",
"@tauri-apps/plugin-clipboard-manager": "^2.3.2",
"@tauri-apps/plugin-log": "^2.9.0",
"@tauri-apps/plugin-notification": "^2.3.3",
"@tauri-apps/plugin-store": "^2.4.4",
"clsx": "^2.1.1",
"colorjs.io": "^0.7.0",
"i18next": "^26.3.6",
"react": "^19.2.8",
"react-dom": "^19.2.8",
"react-i18next": "^17.0.10",
"wouter": "^3.10.0",
"zustand": "^5.0.14"
}
}