2023-12-25 17:21:39 +08:00
|
|
|
{
|
|
|
|
|
"name": "nextjs-lexical-blog",
|
|
|
|
|
"version": "0.1.0",
|
|
|
|
|
"private": true,
|
|
|
|
|
"author": {
|
|
|
|
|
"name": "edward zhang",
|
|
|
|
|
"email": "terminals@outlook.com",
|
|
|
|
|
"url": "https://blog.terminals.run"
|
|
|
|
|
},
|
|
|
|
|
"bugs": {
|
|
|
|
|
"email": "terminals@outlook.com",
|
|
|
|
|
"url": "https://github.com/PrinOrange/nextjs-lexical-blog/issues"
|
|
|
|
|
},
|
|
|
|
|
"scripts": {
|
|
|
|
|
"dev": "next dev",
|
|
|
|
|
"dev:turbo": "npx turbo dev",
|
|
|
|
|
"build:turbo": "npx turbo build lint",
|
|
|
|
|
"build": "next build",
|
|
|
|
|
"start": "next start",
|
|
|
|
|
"format": "npx prettier . --write",
|
|
|
|
|
"lint": "next lint",
|
|
|
|
|
"prepare": "husky install",
|
2024-01-01 17:43:09 +08:00
|
|
|
"newpost": "node ./scripts/newpost.mjs",
|
|
|
|
|
"archive": "node ./scripts/archive.mjs"
|
2023-12-25 17:21:39 +08:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@giscus/react": "^2.3.0",
|
|
|
|
|
"@mdx-js/loader": "^3.0.0",
|
|
|
|
|
"@mdx-js/react": "^3.0.0",
|
|
|
|
|
"@next/mdx": "^14.0.1",
|
2024-01-06 16:01:59 +08:00
|
|
|
"@node-rs/jieba": "^1.8.1",
|
2023-12-25 17:21:39 +08:00
|
|
|
"@radix-ui/react-dialog": "^1.0.5",
|
|
|
|
|
"@radix-ui/react-separator": "^1.0.3",
|
|
|
|
|
"@radix-ui/react-slot": "^1.0.2",
|
|
|
|
|
"@radix-ui/react-toast": "^1.1.5",
|
|
|
|
|
"@vercel/analytics": "^1.1.1",
|
|
|
|
|
"@vercel/speed-insights": "^1.0.2",
|
|
|
|
|
"autoprefixer": "10.4.16",
|
2024-01-06 11:47:18 +08:00
|
|
|
"axios": "^1.6.4",
|
2023-12-25 17:21:39 +08:00
|
|
|
"class-variance-authority": "^0.7.0",
|
|
|
|
|
"clsx": "^2.0.0",
|
|
|
|
|
"cmdk": "^0.2.0",
|
|
|
|
|
"colors": "^1.4.0",
|
|
|
|
|
"eslint": "8.53.0",
|
|
|
|
|
"eslint-config-next": "14.0.1",
|
2024-01-04 11:41:03 +08:00
|
|
|
"jsdom": "^23.0.1",
|
2023-12-25 17:21:39 +08:00
|
|
|
"katex": "^0.16.9",
|
|
|
|
|
"lodash": "^4.17.21",
|
|
|
|
|
"lucide-react": "^0.292.0",
|
2024-01-06 11:47:18 +08:00
|
|
|
"minisearch": "^6.3.0",
|
2023-12-25 17:21:39 +08:00
|
|
|
"nanoid": "^5.0.3",
|
|
|
|
|
"next": "14.0.1",
|
|
|
|
|
"next-mdx-remote": "^4.4.1",
|
|
|
|
|
"next-seo": "^6.4.0",
|
|
|
|
|
"next-share": "^0.27.0",
|
|
|
|
|
"next-themes": "^0.2.1",
|
|
|
|
|
"postcss": "8.4.31",
|
2023-12-30 14:59:27 +08:00
|
|
|
"prism": "^1.0.0",
|
2023-12-25 17:21:39 +08:00
|
|
|
"prismjs": "^1.29.0",
|
|
|
|
|
"qrcode.react": "^3.1.0",
|
|
|
|
|
"react": "18.2.0",
|
|
|
|
|
"react-copy-to-clipboard": "^5.1.0",
|
|
|
|
|
"react-dom": "18.2.0",
|
|
|
|
|
"react-icons": "^4.11.0",
|
2024-01-06 11:47:18 +08:00
|
|
|
"react-query": "^3.39.3",
|
2024-01-04 12:30:24 +08:00
|
|
|
"react-swipeable": "^7.0.1",
|
2023-12-25 17:21:39 +08:00
|
|
|
"rehype-autolink-headings": "^7.1.0",
|
|
|
|
|
"rehype-katex": "^6.0.3",
|
|
|
|
|
"rehype-mathjax": "^5.0.0",
|
|
|
|
|
"rehype-preset-minify": "^7.0.0",
|
2023-12-30 14:45:55 +08:00
|
|
|
"rehype-raw": "^7.0.0",
|
2023-12-25 17:21:39 +08:00
|
|
|
"rehype-slug": "5.1",
|
|
|
|
|
"remark-external-links": "^9.0.1",
|
|
|
|
|
"remark-gfm": "^3.0.1",
|
|
|
|
|
"remark-math": "^5.1.1",
|
|
|
|
|
"remark-prism": "^1.3.6",
|
|
|
|
|
"tailwind-merge": "^2.0.0",
|
2023-12-30 14:59:27 +08:00
|
|
|
"tailwindcss": "^3.4.0",
|
2023-12-25 17:21:39 +08:00
|
|
|
"tailwindcss-animate": "^1.0.7",
|
2024-01-04 12:30:24 +08:00
|
|
|
"typescript": "5.2.2",
|
|
|
|
|
"zustand": "^4.4.7"
|
2023-12-25 17:21:39 +08:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@tailwindcss/typography": "^0.5.10",
|
|
|
|
|
"@types/jsdom": "^21.1.5",
|
|
|
|
|
"@types/mdx": "^2.0.10",
|
|
|
|
|
"@types/node": "^20.9.2",
|
|
|
|
|
"@types/react": "^18.2.37",
|
|
|
|
|
"@types/react-copy-to-clipboard": "^5.0.7",
|
|
|
|
|
"@types/react-dom": "^18.2.15",
|
|
|
|
|
"@types/remark-prism": "^1.3.7",
|
2024-01-01 17:43:09 +08:00
|
|
|
"archiver": "^6.0.1",
|
2023-12-25 17:21:39 +08:00
|
|
|
"feed": "^4.2.2",
|
|
|
|
|
"husky": "^8.0.3",
|
|
|
|
|
"inquirer": "^9.2.12",
|
|
|
|
|
"prettier": "^3.0.3",
|
|
|
|
|
"prettier-plugin-organize-imports": "^3.2.4",
|
|
|
|
|
"prettier-plugin-tailwindcss": "^0.5.7",
|
2024-01-01 17:43:09 +08:00
|
|
|
"tar": "^6.2.0",
|
2023-12-25 17:21:39 +08:00
|
|
|
"turbo": "^1.11.0",
|
|
|
|
|
"webpack-obfuscator": "^3.5.1"
|
|
|
|
|
}
|
|
|
|
|
}
|