From d6ad12a6e2c363207cb321bcb94b4dddce5c2052 Mon Sep 17 00:00:00 2001 From: Rainnny7 Date: Thu, 29 Aug 2024 04:25:36 -0400 Subject: [PATCH] use turbo for dev instances --- package.json | 72 ++++++++++++++++++++++++++-------------------------- 1 file changed, 36 insertions(+), 36 deletions(-) diff --git a/package.json b/package.json index 0b49d3b..24195fe 100644 --- a/package.json +++ b/package.json @@ -1,38 +1,38 @@ { - "name": "rainnny.club", - "version": "0.1.0", - "private": true, - "scripts": { - "dev": "next dev", - "build": "next build", - "start": "next start", - "lint": "next lint" - }, - "dependencies": { - "@heroicons/react": "^2.1.5", - "@radix-ui/react-navigation-menu": "^1.2.0", - "@radix-ui/react-slot": "^1.1.0", - "@radix-ui/react-tooltip": "^1.1.2", - "class-variance-authority": "^0.7.0", - "clsx": "^2.1.1", - "framer-motion": "^11.3.30", - "lucide-react": "^0.436.0", - "moment": "^2.30.1", - "next": "14.2.3", - "next-themes": "^0.3.0", - "react": "^18", - "react-dom": "^18", - "tailwind-merge": "^2.5.2", - "tailwindcss-animate": "^1.0.7" - }, - "devDependencies": { - "typescript": "^5", - "@types/node": "^20", - "@types/react": "^18", - "@types/react-dom": "^18", - "postcss": "^8", - "tailwindcss": "^3.4.1", - "eslint": "^8", - "eslint-config-next": "14.2.3" - } + "name": "rainnny.club", + "version": "0.1.0", + "private": true, + "scripts": { + "dev": "next dev --turbo", + "build": "next build", + "start": "next start", + "lint": "next lint" + }, + "dependencies": { + "@heroicons/react": "^2.1.5", + "@radix-ui/react-navigation-menu": "^1.2.0", + "@radix-ui/react-slot": "^1.1.0", + "@radix-ui/react-tooltip": "^1.1.2", + "class-variance-authority": "^0.7.0", + "clsx": "^2.1.1", + "framer-motion": "^11.3.30", + "lucide-react": "^0.436.0", + "moment": "^2.30.1", + "next": "14.2.3", + "next-themes": "^0.3.0", + "react": "^18", + "react-dom": "^18", + "tailwind-merge": "^2.5.2", + "tailwindcss-animate": "^1.0.7" + }, + "devDependencies": { + "typescript": "^5", + "@types/node": "^20", + "@types/react": "^18", + "@types/react-dom": "^18", + "postcss": "^8", + "tailwindcss": "^3.4.1", + "eslint": "^8", + "eslint-config-next": "14.2.3" + } }