Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
224 changes: 112 additions & 112 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,114 +1,114 @@
{
"name": "lucky-snail-blog",
"description": "基于 Next.js + tailwindcss + framer motion + contentlayer + github actions + github issues 的个人博客",
"keywords": [
"luckySnail",
"nextjs",
"tailwindcss",
"framer motion",
"contentlayer",
"github actions",
"github issues",
"blog"
],
"version": "0.1.0",
"private": true,
"scripts": {
"prepare": "husky install",
"pre-commit": "lint-staged",
"dev": "next dev",
"build": "next build",
"start": "next start -p 3003",
"start:static": "serve -s out -l 3003",
"lint": "eslint --ext .ts,.js,.jsx,.tsx --fix . ",
"lint-staged": "lint-staged",
"sync-post": "node ./scripts/sync-post.js",
"generate-rss": "node ./scripts/generate-rss.js",
"serve": "serve -s out"
},
"dependencies": {
"@emotion/is-prop-valid": "^1.3.1",
"@radix-ui/react-aspect-ratio": "^1.1.0",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@radix-ui/react-hover-card": "^1.1.1",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-navigation-menu": "^1.2.0",
"@radix-ui/react-popover": "^1.1.1",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-switch": "^1.1.0",
"@radix-ui/react-toast": "^1.2.1",
"@radix-ui/react-tooltip": "^1.1.2",
"@splinetool/react-spline": "^4.0.0",
"class-variance-authority": "^0.7.0",
"client-only": "^0.0.1",
"clsx": "^2.1.1",
"contentlayer": "^0.3.4",
"dayjs": "^1.11.12",
"dotenv": "^16.4.5",
"framer-motion": "^11.3.2",
"fs-extra": "^11.2.0",
"github-api": "^3.4.0",
"gray-matter": "^4.0.3",
"lucide-react": "^0.408.0",
"next": "14.2.4",
"next-contentlayer": "^0.3.4",
"next-themes": "^0.3.0",
"next-view-transitions": "^0.3.0",
"node-cron": "^3.0.3",
"react": "^18",
"react-dom": "^18",
"react-medium-image-zoom": "^5.2.8",
"react-wrap-balancer": "^1.1.1",
"reading-time": "^1.5.0",
"rehype-autolink-headings": "^7.1.0",
"rehype-prism-plus": "^2.0.0",
"rehype-slug": "^6.0.0",
"remark-gfm": "3.0.1",
"rss": "^1.2.2",
"server-only": "^0.0.1",
"sharp": "^0.33.4",
"sonner": "^1.5.0",
"tailwind-merge": "^2.4.0",
"tailwindcss-animate": "^1.0.7",
"tocbot": "^4.28.2",
"zod": "^3.23.8"
},
"devDependencies": {
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.13",
"@types/node": "^20.11.26",
"@types/react": "18.2.65",
"@types/react-dom": "^18.2.21",
"@types/rss": "^0.0.32",
"@typescript-eslint/eslint-plugin": "^7.15.0",
"@typescript-eslint/parser": "^7.15.0",
"eslint": "^8.57.0",
"eslint-config-next": "14.2.4",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"globby": "^14.0.2",
"husky": "^8.0.3",
"lint-staged": "^15.2.7",
"postcss": "^8",
"prettier": "^3.3.2",
"remark-rehype": "^11.1.0",
"tailwindcss": "^3.4.1",
"typescript": "^5",
"unified": "^11.0.5"
},
"overrides": {
"next-contentlayer": {
"next": "$next"
}
},
"lint-staged": {
"*.{js,jsx,ts,tsx}": [
"eslint --fix",
"prettier --write"
]
}
"name": "lucky-snail-blog",
"description": "基于 Next.js + tailwindcss + framer motion + contentlayer + github actions + github issues 的个人博客",
"keywords": [
"luckySnail",
"nextjs",
"tailwindcss",
"framer motion",
"contentlayer",
"github actions",
"github issues",
"blog"
],
"version": "0.1.0",
"private": true,
"scripts": {
"prepare": "husky install",
"pre-commit": "lint-staged",
"dev": "next dev",
"build": "next build",
"start": "next start -p 3003",
"start:static": "serve -s out -l 3003",
"lint": "eslint --ext .ts,.js,.jsx,.tsx --fix . ",
"lint-staged": "lint-staged",
"sync-post": "node ./scripts/sync-post.js",
"generate-rss": "node ./scripts/generate-rss.js",
"serve": "serve -s out"
},
"dependencies": {
"@emotion/is-prop-valid": "^1.3.1",
"@radix-ui/react-aspect-ratio": "^1.1.0",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@radix-ui/react-hover-card": "^1.1.1",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-navigation-menu": "^1.2.0",
"@radix-ui/react-popover": "^1.1.1",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-switch": "^1.1.0",
"@radix-ui/react-toast": "^1.2.1",
"@radix-ui/react-tooltip": "^1.1.2",
"@splinetool/react-spline": "^4.0.0",
"class-variance-authority": "^0.7.0",
"client-only": "^0.0.1",
"clsx": "^2.1.1",
"contentlayer": "^0.3.4",
"dayjs": "^1.11.12",
"dotenv": "^16.4.5",
"framer-motion": "^11.3.2",
"fs-extra": "^11.2.0",
"github-api": "^3.4.0",
"gray-matter": "^4.0.3",
"lucide-react": "^0.408.0",
"next": "14.2.35",
"next-contentlayer": "^0.3.4",
"next-themes": "^0.3.0",
"next-view-transitions": "^0.3.0",
"node-cron": "^3.0.3",
"react": "^18",
"react-dom": "^18",
"react-medium-image-zoom": "^5.2.8",
"react-wrap-balancer": "^1.1.1",
"reading-time": "^1.5.0",
"rehype-autolink-headings": "^7.1.0",
"rehype-prism-plus": "^2.0.0",
"rehype-slug": "^6.0.0",
"remark-gfm": "3.0.1",
"rss": "^1.2.2",
"server-only": "^0.0.1",
"sharp": "^0.33.4",
"sonner": "^1.5.0",
"tailwind-merge": "^2.4.0",
"tailwindcss-animate": "^1.0.7",
"tocbot": "^4.28.2",
"zod": "^3.23.8"
},
"devDependencies": {
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.13",
"@types/node": "^20.11.26",
"@types/react": "18.2.65",
"@types/react-dom": "^18.2.21",
"@types/rss": "^0.0.32",
"@typescript-eslint/eslint-plugin": "^7.15.0",
"@typescript-eslint/parser": "^7.15.0",
"eslint": "^8.57.0",
"eslint-config-next": "14.2.4",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"globby": "^14.0.2",
"husky": "^8.0.3",
"lint-staged": "^15.2.7",
"postcss": "^8",
"prettier": "^3.3.2",
"remark-rehype": "^11.1.0",
"tailwindcss": "^3.4.1",
"typescript": "^5",
"unified": "^11.0.5"
},
"overrides": {
"next-contentlayer": {
"next": "$next"
}
},
"lint-staged": {
"*.{js,jsx,ts,tsx}": [
"eslint --fix",
"prettier --write"
]
}
}
Loading