panorama/package.json

48 lines
1.3 KiB
JSON
Raw Permalink Normal View History

2024-11-04 05:39:27 +00:00
{
"name": "panorama",
"version": "0.1.0",
"description": "",
"type": "module",
"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",
"tauri": "tauri"
},
"license": "MIT",
"dependencies": {
2024-11-04 22:54:32 +00:00
"@fortawesome/free-brands-svg-icons": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@iconify-json/mdi": "^1.2.1",
"@iconify/json": "^2.2.267",
"@iconify/svelte": "^4.0.2",
2024-11-04 05:39:27 +00:00
"@tauri-apps/api": "^2",
2024-11-04 07:15:58 +00:00
"@tauri-apps/plugin-shell": "^2",
"@vanilla-extract/css": "^1.16.0",
2024-11-04 22:54:32 +00:00
"classnames": "^2.5.1",
"svelte-fa": "^4.0.3",
"unplugin-icons": "^0.20.0"
2024-11-04 05:39:27 +00:00
},
"devDependencies": {
2024-11-04 07:15:58 +00:00
"@biomejs/biome": "^1.9.4",
2024-11-04 05:39:27 +00:00
"@sveltejs/adapter-static": "^3.0.5",
"@sveltejs/kit": "^2.7.0",
"@sveltejs/vite-plugin-svelte": "^4.0.0",
2024-11-04 07:15:58 +00:00
"@tauri-apps/cli": "^2",
"@vanilla-extract/vite-plugin": "^4.0.17",
"sass-embedded": "^1.80.6",
2024-11-04 05:39:27 +00:00
"svelte": "^5.0.0",
"svelte-check": "^4.0.0",
"tslib": "^2.8.0",
"typescript": "^5.5.0",
2024-11-04 07:15:58 +00:00
"vite": "^5.4.10"
},
"trustedDependencies": [
"@biomejs/biome",
"@sveltejs/kit",
"esbuild"
]
2024-11-04 05:39:27 +00:00
}