mirror of
https://github.com/chaitin/SafeLine.git
synced 2026-01-31 22:04:02 +08:00
42 lines
1.1 KiB
JSON
42 lines
1.1 KiB
JSON
{
|
|
"name": "blog",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint",
|
|
"icon": "node ./script/downLoadIcon.js"
|
|
},
|
|
"dependencies": {
|
|
"@emotion/react": "^11.10.6",
|
|
"@emotion/styled": "^11.10.6",
|
|
"@jsdevtools/rehype-toc": "^3.0.2",
|
|
"@mui/icons-material": "^5.11.16",
|
|
"@mui/lab": "5.0.0-alpha.128",
|
|
"@mui/material": "^5.12.0",
|
|
"@types/node": "18.15.11",
|
|
"@types/react": "18.0.35",
|
|
"@types/react-dom": "18.0.11",
|
|
"ahooks": "^3.7.6",
|
|
"axios": "^1.3.6",
|
|
"countup.js": "2.6.2",
|
|
"eslint": "8.38.0",
|
|
"eslint-config-next": "13.3.0",
|
|
"github-slugger": "^2.0.0",
|
|
"gray-matter": "^4.0.3",
|
|
"highlight.js": "11.8.0",
|
|
"next": "13.3.0",
|
|
"next-mdx-remote": "^4.4.1",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"react-responsive-carousel": "^3.2.23",
|
|
"remark-external-links": "^9.0.1",
|
|
"remark-gfm": "^3.0.1",
|
|
"remark-prism": "^1.3.6",
|
|
"remark-slug": "^7.0.1",
|
|
"typescript": "5.0.4"
|
|
}
|
|
}
|