From 81ab15f02370ce7dcfbfbcb423c6fbfe8bae437e Mon Sep 17 00:00:00 2001 From: Bram Suurd <78373894+BramSuurdje@users.noreply.github.com> Date: Wed, 7 Aug 2024 22:35:34 +0200 Subject: [PATCH] refactor: Update package.json with new project name, version, license, author, and type --- package.json | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 74a7083..3f6c655 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,13 @@ { - "name": "my-app", - "version": "0.1.0", + "name": "proxmox-helper-scripts-website", + "version": "1.0.0", + "license": "MIT", "private": true, + "author": { + "name": "Bram Suurd", + "url": "https://github.com/BramSuurdje" + }, + "type": "module", "scripts": { "dev": "next dev", "build": "next build", @@ -35,8 +41,7 @@ "sharp": "^0.33.4", "simple-icons": "^13.4.0", "sonner": "^1.5.0", - "tailwind-merge": "^2.3.0", - "tailwindcss-animate": "^1.0.7" + "tailwind-merge": "^2.3.0" }, "devDependencies": { "@types/node": "^20", @@ -50,9 +55,10 @@ "eslint-plugin-react-hooks": "^4.6.2", "postcss": "^8", "prettier": "^3.2.5", - "prettier-plugin-tailwindcss": "^0.5.14", + "prettier-plugin-tailwindcss": "^0.6.5", "tailwindcss": "^3.4.1", + "tailwindcss-animate": "^1.0.7", "tailwindcss-animated": "^1.0.1", "typescript": "^5" } -} +} \ No newline at end of file