diff options
| author | 2025-01-26 23:29:23 +0800 | |
|---|---|---|
| committer | 2025-01-26 23:29:23 +0800 | |
| commit | a97b7a38f4a652e7b24e101ef34e4f37b8c3094e (patch) | |
| tree | c387ca55aa6977499b03346ab46e63a0f7c09b36 /package.json | |
| parent | d4d7fac39528b978b742420a3cb4e91cea6f5834 (diff) | |
| parent | cd8aab3a511091ce378ff7ebcaa42bf979f00882 (diff) | |
| download | HydroRollSite-main.tar.gz HydroRollSite-main.zip | |
Refactor: Rewrite Site
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 56 |
1 files changed, 24 insertions, 32 deletions
diff --git a/package.json b/package.json index 11c3020..cbbdf7a 100644 --- a/package.json +++ b/package.json @@ -1,41 +1,33 @@ { - "name": "HydroRollSite", - "version": "1.0.0", + "name": "hydro", + "version": "0.1.0", "private": true, - "author": { - "name": "HydroRoll-Team" - }, "scripts": { - "dev": "vite", - "build": "vue-tsc --noEmit --skipLibCheck && vite build", - "preview": "vite preview", - "lint": "eslint . --fix --ignore-path .gitignore" + "dev": "next dev", + "build": "next build", + "start": "next start", + "lint": "next lint" }, "dependencies": { - "@kangc/v-md-editor": "^2.3.18", - "@mdi/font": "7.0.96", - "axios": "^1.7.4", - "core-js": "^3.29.0", - "element-plus": "^2.5.6", - "md-editor-v3": "^4.9.0", - "pinia": "^2.0.0", - "roboto-fontface": "*", - "vue": "^3.2.0", - "vue-router": "^4.0.0", - "vuetify": "^3.0.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": { - "@babel/types": "^7.21.4", - "@types/node": "^18.15.0", - "@vitejs/plugin-vue": "^4.0.0", - "@vue/eslint-config-typescript": "^11.0.0", - "eslint": "^8.37.0", - "eslint-plugin-vue": "^9.3.0", - "sass": "^1.60.0", - "typescript": "^5.0.0", - "unplugin-fonts": "^1.0.3", - "vite": "^4.5.3", - "vite-plugin-vuetify": "^1.0.0", - "vue-tsc": "^1.2.0" + "@eslint/eslintrc": "^3", + "@types/node": "^20", + "@types/react": "^19", + "@types/react-dom": "^19", + "@types/three": "^0.172.0", + "eslint": "^9", + "eslint-config-next": "15.1.6", + "postcss": "^8", + "tailwindcss": "^3.4.1", + "typescript": "^5" } } |
