mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-12 23:45:18 +00:00

* feat: initialize website project * feat: add initial homepage with download links * feat: initial download page * fix: linux icon color * feat: add mobile nav and github star button * feat: add older and nightly downloads page * feat: add supporters and footer * feat: add author details in about page * feat: add darkmode toggle for website * feat: add playstore and flathub download buttons and contribution button * feat: add blogs support * feat: remove netlify deploy config and add cloudflare config and favicons + manifest * chore: add robots.txt * feat: add spotube logo in navbar and fix build errors * chore: add gap
63 lines
1.9 KiB
JSON
63 lines
1.9 KiB
JSON
{
|
|
"name": "website",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite dev",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"test": "playwright test",
|
|
"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 ."
|
|
},
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.28.1",
|
|
"@skeletonlabs/skeleton": "2.8.0",
|
|
"@skeletonlabs/tw-plugin": "0.3.1",
|
|
"@sveltejs/adapter-cloudflare": "^4.1.0",
|
|
"@sveltejs/kit": "^2.0.0",
|
|
"@sveltejs/vite-plugin-svelte": "^3.0.0",
|
|
"@tailwindcss/typography": "0.5.10",
|
|
"@types/eslint": "8.56.0",
|
|
"@types/node": "^20.11.16",
|
|
"@typescript-eslint/eslint-plugin": "^6.0.0",
|
|
"@typescript-eslint/parser": "^6.0.0",
|
|
"autoprefixer": "10.4.17",
|
|
"eslint": "^8.56.0",
|
|
"eslint-config-prettier": "^9.1.0",
|
|
"eslint-plugin-svelte": "^2.35.1",
|
|
"mdsvex": "^0.11.0",
|
|
"postcss": "8.4.35",
|
|
"prettier": "^3.1.1",
|
|
"prettier-plugin-svelte": "^3.1.2",
|
|
"svelte": "^4.2.7",
|
|
"svelte-check": "^3.6.0",
|
|
"tailwindcss": "3.4.1",
|
|
"tslib": "^2.4.1",
|
|
"typescript": "^5.0.0",
|
|
"vite": "^5.0.3",
|
|
"vite-plugin-tailwind-purgecss": "0.2.0"
|
|
},
|
|
"dependencies": {
|
|
"@floating-ui/dom": "1.6.1",
|
|
"@fortawesome/free-brands-svg-icons": "^6.5.1",
|
|
"@octokit/openapi-types": "^19.1.0",
|
|
"@octokit/rest": "^20.0.2",
|
|
"date-fns": "^3.3.1",
|
|
"highlight.js": "11.9.0",
|
|
"lucide-svelte": "^0.323.0",
|
|
"mdsvex-relative-images": "^1.0.3",
|
|
"rehype-autolink-headings": "^7.1.0",
|
|
"rehype-slug": "^6.0.0",
|
|
"remark-container": "^0.1.2",
|
|
"remark-external-links": "^9.0.1",
|
|
"remark-gfm": "^4.0.0",
|
|
"remark-github": "^12.0.0",
|
|
"remark-reading-time": "^1.0.1",
|
|
"svelte-fa": "^4.0.2",
|
|
"svelte-markdown": "^0.4.1"
|
|
}
|
|
} |