mirror of
https://github.com/DefectingCat/DefectingCat.github.io
synced 2025-07-15 08:41:37 +00:00
update dependecies
fix readme image disappeared
This commit is contained in:
@ -1,4 +1,4 @@
|
|||||||
<img src="./assets/images/img/64.png" style="width: 128px; height: 128px;" alt=''/>
|
<img src="./public/images/img/64.png" style="width: 128px; height: 128px;" alt=''/>
|
||||||
|
|
||||||
## 小破站
|
## 小破站
|
||||||
|
|
||||||
|
@ -3,10 +3,6 @@ import { projects, selfHosts } from 'components/pages/projects/content';
|
|||||||
import PojectCardSkeleton from 'components/pages/projects/project-card-skeleton';
|
import PojectCardSkeleton from 'components/pages/projects/project-card-skeleton';
|
||||||
import { Metadata } from 'next';
|
import { Metadata } from 'next';
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
|
||||||
title: 'RUA - Projects',
|
|
||||||
};
|
|
||||||
|
|
||||||
const Loading = () => {
|
const Loading = () => {
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
|
52
package.json
52
package.json
@ -16,65 +16,65 @@
|
|||||||
"prepare": "husky install"
|
"prepare": "husky install"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@catppuccin/highlightjs": "^0.1.3",
|
"@catppuccin/highlightjs": "^0.1.4",
|
||||||
"@catppuccin/tailwindcss": "^0.1.6",
|
"@catppuccin/tailwindcss": "^0.1.6",
|
||||||
"@catppuccin/palette": "^0.2.0",
|
"@catppuccin/palette": "^0.2.0",
|
||||||
"@codesandbox/sandpack-react": "^2.9.0",
|
"@codesandbox/sandpack-react": "^2.10.0",
|
||||||
"@docsearch/css": "^3.5.2",
|
"@docsearch/css": "^3.5.2",
|
||||||
"@docsearch/react": "^3.5.2",
|
"@docsearch/react": "^3.5.2",
|
||||||
"@giscus/react": "^2.3.0",
|
"@giscus/react": "^2.4.0",
|
||||||
"@react-spring/three": "^9.7.3",
|
"@react-spring/three": "^9.7.3",
|
||||||
"@react-three/drei": "^9.88.11",
|
"@react-three/drei": "^9.92.5",
|
||||||
"@react-three/fiber": "^8.15.10",
|
"@react-three/fiber": "^8.15.12",
|
||||||
"@tweenjs/tween.js": "^21.0.0",
|
"@tweenjs/tween.js": "^21.0.0",
|
||||||
"algoliasearch": "^4.20.0",
|
"algoliasearch": "^4.22.0",
|
||||||
"dayjs": "^1.11.10",
|
"dayjs": "^1.11.10",
|
||||||
"next": "14.0.1",
|
"next": "14.0.4",
|
||||||
"next-mdx-remote": "^4.4.1",
|
"next-mdx-remote": "^4.4.1",
|
||||||
"next-themes": "^0.2.1",
|
"next-themes": "^0.2.1",
|
||||||
"octokit": "^3.1.2",
|
"octokit": "^3.1.2",
|
||||||
"react": "^18.2.0",
|
"react": "^18.2.0",
|
||||||
"react-dom": "^18.2.0",
|
"react-dom": "^18.2.0",
|
||||||
"react-icons": "^4.11.0",
|
"react-icons": "^4.12.0",
|
||||||
"rehype-highlight": "^6.0.0",
|
"rehype-highlight": "^6.0.0",
|
||||||
"rehype-react": "^7.2.0",
|
"rehype-react": "^7.2.0",
|
||||||
"rehype-slug": "^5.1.0",
|
"rehype-slug": "^6.0.0",
|
||||||
"remark-frontmatter": "^4.0.1",
|
"remark-frontmatter": "^5.0.0",
|
||||||
"remark-gfm": "^3.0.1",
|
"remark-gfm": "^3.0.1",
|
||||||
"remark-parse": "^10.0.2",
|
"remark-parse": "^10.0.2",
|
||||||
"remark-rehype": "^10.1.0",
|
"remark-rehype": "^10.1.0",
|
||||||
"sharp": "^0.32.6",
|
"sharp": "^0.33.1",
|
||||||
"three": "^0.158.0",
|
"three": "^0.159.0",
|
||||||
"unified": "^10.1.2",
|
"unified": "^10.1.2",
|
||||||
"zustand": "^4.4.6"
|
"zustand": "^4.4.7"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@next/bundle-analyzer": "^14.0.1",
|
"@next/bundle-analyzer": "^14.0.4",
|
||||||
"@testing-library/jest-dom": "^6.1.4",
|
"@testing-library/jest-dom": "^6.1.5",
|
||||||
"@testing-library/react": "^14.0.0",
|
"@testing-library/react": "^14.1.2",
|
||||||
"@types/jest": "^29.5.7",
|
"@types/jest": "^29.5.11",
|
||||||
"@types/node": "20.8.10",
|
"@types/node": "20.10.5",
|
||||||
"@types/react": "18.2.36",
|
"@types/react": "18.2.45",
|
||||||
"@types/three": "^0.158.1",
|
"@types/three": "^0.159.0",
|
||||||
"autoprefixer": "^10.4.16",
|
"autoprefixer": "^10.4.16",
|
||||||
"clsx": "^2.0.0",
|
"clsx": "^2.0.0",
|
||||||
"cross-env": "^7.0.3",
|
"cross-env": "^7.0.3",
|
||||||
"dotenv": "^16.3.1",
|
"dotenv": "^16.3.1",
|
||||||
"encoding": "^0.1.13",
|
"encoding": "^0.1.13",
|
||||||
"eslint": "8.53.0",
|
"eslint": "8.56.0",
|
||||||
"eslint-config-next": "14.0.1",
|
"eslint-config-next": "14.0.4",
|
||||||
"file-loader": "^6.2.0",
|
"file-loader": "^6.2.0",
|
||||||
"gray-matter": "^4.0.3",
|
"gray-matter": "^4.0.3",
|
||||||
"husky": "^8.0.3",
|
"husky": "^8.0.3",
|
||||||
"jest": "^29.7.0",
|
"jest": "^29.7.0",
|
||||||
"jest-environment-jsdom": "^29.7.0",
|
"jest-environment-jsdom": "^29.7.0",
|
||||||
"leva": "^0.9.35",
|
"leva": "^0.9.35",
|
||||||
"postcss": "^8.4.31",
|
"postcss": "^8.4.32",
|
||||||
"prettier": "^3.0.3",
|
"prettier": "^3.1.1",
|
||||||
"raw-loader": "^4.0.2",
|
"raw-loader": "^4.0.2",
|
||||||
"sass": "^1.69.5",
|
"sass": "^1.69.5",
|
||||||
"tailwindcss": "^3.3.5",
|
"tailwindcss": "^3.4.0",
|
||||||
"typescript": "5.2.2",
|
"typescript": "5.3.3",
|
||||||
"url-loader": "^4.1.1"
|
"url-loader": "^4.1.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
1746
pnpm-lock.yaml
generated
1746
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user