aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json49
1 files changed, 23 insertions, 26 deletions
diff --git a/package.json b/package.json
index bafbce6..cbbdf7a 100644
--- a/package.json
+++ b/package.json
@@ -1,36 +1,33 @@
{
- "name": "hydrorollsite",
+ "name": "hydro",
+ "version": "0.1.0",
"private": true,
- "version": "0.0.0",
- "type": "module",
"scripts": {
- "dev": "vite",
- "build": "tsc -b && vite build",
- "lint": "eslint .",
- "preview": "vite preview"
+ "dev": "next dev",
+ "build": "next build",
+ "start": "next start",
+ "lint": "next lint"
},
"dependencies": {
- "@nextui-org/react": "2.4.8",
- "fa@^4.11.0": "link:react-icons/fa@^4.11.0",
- "framer-motion": "^10.18.0",
- "react": "^18.3.1",
- "react-dom": "^18.3.1",
- "recharts": "^2.15.0",
- "si@^4.11.0": "link:react-icons/si@^4.11.0",
- "three": "^0.158.0"
+ "@nextui-org/react": "^2.6.11",
+ "framer-motion": "^12.0.5",
+ "motion": "^12.0.5",
+ "next": "15.1.6",
+ "react": "^19.0.0",
+ "react-dom": "^19.0.0",
+ "react-icons": "^5.4.0",
+ "three": "^0.172.0"
},
"devDependencies": {
- "@eslint/js": "^9.19.0",
- "@types/react": "^18.3.18",
- "@types/react-dom": "^18.3.5",
+ "@eslint/eslintrc": "^3",
+ "@types/node": "^20",
+ "@types/react": "^19",
+ "@types/react-dom": "^19",
"@types/three": "^0.172.0",
- "@vitejs/plugin-react-swc": "^3.7.2",
- "eslint": "^9.19.0",
- "eslint-plugin-react-hooks": "^5.1.0",
- "eslint-plugin-react-refresh": "^0.4.18",
- "globals": "^15.14.0",
- "typescript": "~5.6.3",
- "typescript-eslint": "^8.21.0",
- "vite": "^6.0.11"
+ "eslint": "^9",
+ "eslint-config-next": "15.1.6",
+ "postcss": "^8",
+ "tailwindcss": "^3.4.1",
+ "typescript": "^5"
}
}