mirror of
https://github.com/podman-desktop/podman-desktop
synced 2026-04-21 09:37:22 +00:00
36 lines
998 B
JSON
36 lines
998 B
JSON
{
|
|
"name": "renderer",
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"license": "apache-2.0",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"serve": "vite preview",
|
|
"check": "svelte-check --tsconfig ./tsconfig.json"
|
|
},
|
|
"devDependencies": {
|
|
"@fortawesome/free-brands-svg-icons": "^5.15.4",
|
|
"@fortawesome/free-solid-svg-icons": "^5.15.4",
|
|
"@patternfly/patternfly": "^4.179.1",
|
|
"@rollup/plugin-dynamic-import-vars": "^1.4.2",
|
|
"@sveltejs/vite-plugin-svelte": "^1.0.0-next.11",
|
|
"@tsconfig/svelte": "^2.0.1",
|
|
"@typescript-eslint/eslint-plugin": "5.11.0",
|
|
"autoprefixer": "^10.4.2",
|
|
"ninja-keys": "^1.1.12",
|
|
"postcss": "^8.4.5",
|
|
"postcss-load-config": "^3.1.1",
|
|
"svelte": "^3.37.0",
|
|
"svelte-check": "^2.1.0",
|
|
"svelte-fa": "^2.4.0",
|
|
"svelte-preprocess": "^4.7.2",
|
|
"tailwindcss": "^3.0.19",
|
|
"tslib": "^2.2.0",
|
|
"typescript": "^4.3.2",
|
|
"vite": "^2.5.1"
|
|
},
|
|
"dependencies": {
|
|
"tinro": "^0.6.12"
|
|
}
|
|
}
|