BREAKING CHANGE: start over for react + three project

This commit is contained in:
2025-05-21 17:39:12 +02:00
parent 1ee616ce7e
commit 94305aacbf
81 changed files with 1443 additions and 5728 deletions

View File

@@ -1,51 +1,35 @@
{
"name": "pihkaal.me",
"version": "0.1.0",
"description": "My personal website",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"uncache": "rm -f node_modules/.cache/assets",
"build": "rm -f node_modules/.cache/assets && vite build && tsc",
"dev": "vite",
"lint": "eslint src --cache --fix --max-warnings 0",
"build": "tsc -b && vite build",
"lint": "eslint --cache .",
"preview": "vite preview",
"format": "prettier --cache --write ."
"format": "prettier --write --cache ."
},
"dependencies": {
"clsx": "2.1.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"tailwind-merge": "2.2.1"
"@react-three/drei": "^10.0.8",
"@react-three/fiber": "^9.1.2",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"three": "^0.176.0"
},
"devDependencies": {
"@octokit/rest": "21.0.0",
"@types/eslint": "8.56.1",
"@types/node": "18.19.6",
"@types/react": "18.2.47",
"@types/react-dom": "18.2.18",
"@types/showdown": "^2.0.6",
"@typescript-eslint/eslint-plugin": "6.18.1",
"@typescript-eslint/parser": "6.18.1",
"@vitejs/plugin-react-swc": "3.5.0",
"autoprefixer": "10.4.16",
"dotenv": "16.4.5",
"eslint": "8.56.0",
"eslint-config-next": "14.0.4",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-react-refresh": "0.4.5",
"postcss": "8.4.33",
"prettier": "3.1.1",
"prettier-plugin-tailwindcss": "0.5.11",
"sass": "1.70.0",
"showdown": "^2.1.0",
"tailwindcss": "3.4.1",
"typescript": "5.3.3",
"vite": "5.0.12",
"vite-tsconfig-paths": "4.3.1",
"zod": "3.23.8"
},
"ct3aMetadata": {
"initVersion": "7.25.1"
"@eslint/js": "^9.25.0",
"@types/react": "^19.1.2",
"@types/react-dom": "^19.1.2",
"@types/three": "^0.176.0",
"@vitejs/plugin-react-swc": "^3.9.0",
"eslint": "^9.25.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.19",
"globals": "^16.0.0",
"prettier": "^3.5.3",
"typescript": "~5.8.3",
"typescript-eslint": "^8.30.1",
"vite": "^6.3.5"
}
}