51 lines
1.5 KiB
JSON
51 lines
1.5 KiB
JSON
{
|
|
"name": "fanslysync-desktop",
|
|
"version": "0.1.7",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "vite dev",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
|
|
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
|
|
"lint": "prettier --check . && eslint .",
|
|
"format": "prettier --write .",
|
|
"tauri": "tauri"
|
|
},
|
|
"devDependencies": {
|
|
"@sveltejs/adapter-auto": "^3.2.5",
|
|
"@sveltejs/adapter-static": "^3.0.5",
|
|
"@sveltejs/kit": "^2.6.1",
|
|
"@sveltejs/vite-plugin-svelte": "^3.1.2",
|
|
"@tauri-apps/cli": "^2.4.1",
|
|
"@types/eslint": "^9.6.1",
|
|
"autoprefixer": "^10.4.20",
|
|
"eslint": "^9.12.0",
|
|
"eslint-config-prettier": "^9.1.0",
|
|
"eslint-plugin-svelte": "^2.44.1",
|
|
"globals": "^15.10.0",
|
|
"postcss": "^8.4.47",
|
|
"prettier": "^3.3.3",
|
|
"prettier-plugin-svelte": "^3.2.7",
|
|
"svelte": "^4.2.19",
|
|
"svelte-check": "^4.0.4",
|
|
"tailwindcss": "^3.4.13",
|
|
"tslib": "^2.7.0",
|
|
"typescript": "^5.6.2",
|
|
"typescript-eslint": "^8.8.0",
|
|
"vite": "^5.4.8"
|
|
},
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@tauri-apps/api": "^2.1.1",
|
|
"@tauri-apps/plugin-autostart": "^2.0.0",
|
|
"@tauri-apps/plugin-clipboard-manager": "^2.0.1",
|
|
"@tauri-apps/plugin-dialog": "^2.0.1",
|
|
"@tauri-apps/plugin-log": "^2.0.1",
|
|
"@tauri-apps/plugin-notification": "^2.0.0",
|
|
"@tauri-apps/plugin-os": "^2.0.0",
|
|
"@tauri-apps/plugin-updater": "^2.0.0",
|
|
"svelte-french-toast": "^1.2.0"
|
|
}
|
|
}
|