mp3 support

This commit is contained in:
2024-05-21 23:27:19 +02:00
parent 64292c2e26
commit bd838c7b3f
8 changed files with 5003 additions and 4022 deletions
+23 -24
View File
@@ -11,31 +11,30 @@
"lint": "next lint"
},
"dependencies": {
"@nextui-org/react": "^2.2.9",
"@vercel/analytics": "^1.1.1",
"eslint-config-next": "14.0.4",
"framer-motion": "^10.16.16",
"million": "^2.6.4",
"next": "14.0.4",
"next-themes": "^0.2.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.12.0"
"@nextui-org/react": "^2.3.6",
"@vercel/analytics": "^1.2.2",
"eslint-config-next": "14.2.3",
"framer-motion": "^11.2.5",
"next": "14.2.3",
"next-themes": "^0.3.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-icons": "^5.2.1"
},
"devDependencies": {
"@next/eslint-plugin-next": "^14.0.4",
"@types/eslint": "^8.44.8",
"@types/node": "20.10.4",
"@types/react": "18.2.43",
"@types/react-dom": "18.2.17",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"autoprefixer": "10.4.16",
"eslint": "8.55.0",
"postcss": "8.4.32",
"prettier": "^3.1.1",
"prettier-plugin-tailwindcss": "^0.5.9",
"tailwindcss": "3.3.6",
"typescript": "5.3.3"
"@next/eslint-plugin-next": "^14.2.3",
"@types/eslint": "^8.56.10",
"@types/node": "20.12.12",
"@types/react": "18.3.2",
"@types/react-dom": "18.3.0",
"@typescript-eslint/eslint-plugin": "^7.10.0",
"@typescript-eslint/parser": "^7.10.0",
"autoprefixer": "10.4.19",
"eslint": "9.3.0",
"postcss": "8.4.38",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.14",
"tailwindcss": "3.4.3",
"typescript": "5.4.5"
}
}