mirror of
https://github.com/M4X809/list-of-lp.git
synced 2026-02-08 21:36:43 +00:00
- Introduced the album "Living Things" with its release date, description, and track list in list.ts. - Updated song links in songLinks.ts to include streaming links for all tracks from the album. - Enhanced fetched-songs.json to include tracks from "Living Things." - Added new theme settings for "Living Things" in themes.ts. - Updated TypeScript configuration and package dependencies for compatibility.
49 lines
1.3 KiB
JSON
49 lines
1.3 KiB
JSON
{
|
|
"name": "list-of-lp",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "eslint .",
|
|
"fetch-links": "bun run scripts/fetch-song-links.ts",
|
|
"prod": "next start"
|
|
},
|
|
"dependencies": {
|
|
"@fortawesome/fontawesome-svg-core": "^7.1.0",
|
|
"@fortawesome/free-brands-svg-icons": "^7.1.0",
|
|
"@fortawesome/react-fontawesome": "^3.1.1",
|
|
"@mantine/carousel": "^8.3.12",
|
|
"@mantine/core": "^8.3.12",
|
|
"@mantine/hooks": "^8.3.12",
|
|
"@tailwindcss/postcss": "^4.1.18",
|
|
"embla-carousel": "^8.5.2",
|
|
"embla-carousel-react": "^8.5.2",
|
|
"next": "^16.1.1",
|
|
"next-view-transitions": "^0.3.5",
|
|
"react": "^19.2.3",
|
|
"react-dom": "^19.2.3",
|
|
"tailwind-merge": "^3.4.0",
|
|
"tailwindcss": "^4.1.18"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.39.2",
|
|
"@types/bun": "^1.3.5",
|
|
"@types/node": "^25.0.6",
|
|
"@types/react": "^19.2.8",
|
|
"@types/react-dom": "^19.2.3",
|
|
"babel-plugin-react-compiler": "^1.0.0",
|
|
"eslint": "^9.39.2",
|
|
"eslint-plugin-react-hooks": "^7.0.1",
|
|
"globals": "^17.0.0",
|
|
"postcss": "^8.5.6",
|
|
"postcss-preset-mantine": "^1.18.0",
|
|
"postcss-simple-vars": "^7.0.1",
|
|
"prettier": "^3.7.4",
|
|
"prettier-plugin-tailwindcss": "^0.7.2",
|
|
"typescript": "~5.9.3",
|
|
"typescript-eslint": "^8.52.0"
|
|
}
|
|
}
|