feat: rename project to 'mice-reworked' and update dependencies

This commit is contained in:
2025-06-21 16:30:25 +00:00
committed by GitHub
parent 2defd12500
commit 1d85e3a5ec

View File

@@ -1,5 +1,5 @@
{ {
"name": "offbrand-spotify", "name": "mice-reworked",
"version": "1.0.0", "version": "1.0.0",
"private": true, "private": true,
"scripts": { "scripts": {
@@ -10,7 +10,6 @@
}, },
"dependencies": { "dependencies": {
"@hookform/resolvers": "^3.9.1", "@hookform/resolvers": "^3.9.1",
"@neutrixs/colorthief": "^2.5.0",
"@radix-ui/react-avatar": "^1.1.1", "@radix-ui/react-avatar": "^1.1.1",
"@radix-ui/react-context-menu": "^2.2.2", "@radix-ui/react-context-menu": "^2.2.2",
"@radix-ui/react-dialog": "^1.1.2", "@radix-ui/react-dialog": "^1.1.2",
@@ -25,14 +24,12 @@
"@radix-ui/react-tabs": "^1.1.1", "@radix-ui/react-tabs": "^1.1.1",
"@radix-ui/react-toast": "^1.2.4", "@radix-ui/react-toast": "^1.2.4",
"axios": "^1.7.7", "axios": "^1.7.7",
"chalk": "^5.3.0",
"class-variance-authority": "^0.7.0", "class-variance-authority": "^0.7.0",
"clsx": "^2.1.1", "clsx": "^2.1.1",
"colorthief": "^2.6.0", "colorthief": "^2.6.0",
"lucide-react": "^0.469.0", "lucide-react": "^0.469.0",
"next": "^15.0.3", "next": "^15.0.3",
"posthog-js": "^1.255.0", "posthog-js": "^1.255.0",
"posthog-node": "^5.1.1",
"react": "^19", "react": "^19",
"react-dom": "^19", "react-dom": "^19",
"react-hook-form": "^7.53.2", "react-hook-form": "^7.53.2",
@@ -42,15 +39,14 @@
"zod": "^3.23.8" "zod": "^3.23.8"
}, },
"devDependencies": { "devDependencies": {
"@types/jest": "^29.5.14",
"@types/node": "^22.10.4", "@types/node": "^22.10.4",
"@types/react": "^19.0.4", "@types/react": "^19.0.4",
"@types/react-dom": "^19.0.2", "@types/react-dom": "^19.0.2",
"chalk": "^5.3.0",
"eslint": "^9.17", "eslint": "^9.17",
"eslint-config-next": "15.1.4", "eslint-config-next": "15.1.4",
"postcss": "^8", "postcss": "^8",
"tailwindcss": "^3.4.15", "tailwindcss": "^3.4.15",
"ts-jest": "^29.2.5",
"typescript": "^5" "typescript": "^5"
}, },
"packageManager": "pnpm@9.15.3+sha512.1f79bc245a66eb0b07c5d4d83131240774642caaa86ef7d0434ab47c0d16f66b04e21e0c086eb61e62c77efc4d7f7ec071afad3796af64892fae66509173893a" "packageManager": "pnpm@9.15.3+sha512.1f79bc245a66eb0b07c5d4d83131240774642caaa86ef7d0434ab47c0d16f66b04e21e0c086eb61e62c77efc4d7f7ec071afad3796af64892fae66509173893a"