mirror of
https://github.com/DefectingCat/DefectingCat.github.io
synced 2025-07-15 16:51:37 +00:00
71 lines
2.0 KiB
JSON
71 lines
2.0 KiB
JSON
{
|
|
"name": "blog",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"build:export": "next build && next export",
|
|
"postbuild": "node ./scripts/build-search.mjs",
|
|
"lint": "next lint",
|
|
"test": "jest --watch",
|
|
"test:coverage": "CI=true yarn test --env=jsdom --coverage"
|
|
},
|
|
"dependencies": {
|
|
"@chakra-ui/icons": "^1.1.1",
|
|
"@chakra-ui/react": "^1.6.10",
|
|
"@emotion/react": "^11",
|
|
"@emotion/styled": "^11",
|
|
"@giscus/react": "^1.0.1",
|
|
"@mdx-js/loader": "^1.6.22",
|
|
"@next/mdx": "^12.0.7",
|
|
"@reduxjs/toolkit": "^1.6.2",
|
|
"ahooks": "^2.10.12",
|
|
"algoliasearch": "^4.11.0",
|
|
"autoprefixer": "^10.3.7",
|
|
"date-fns": "^2.25.0",
|
|
"dotenv": "^10.0.0",
|
|
"framer-motion": "^5.0.2",
|
|
"gray-matter": "^4.0.3",
|
|
"highlight.js": "^11.3.1",
|
|
"next": "^12.0.7",
|
|
"postcss": "^8.3.11",
|
|
"react": "^18.0.0-rc.0",
|
|
"react-dom": "^18.0.0-rc.0",
|
|
"react-icons": "^4.3.1",
|
|
"react-instantsearch-dom": "^6.16.0",
|
|
"react-medium-image-zoom": "^4.3.5",
|
|
"react-redux": "^7.2.6",
|
|
"react-useanimations": "^2.0.6",
|
|
"rehype-highlight": "^5.0.0",
|
|
"rehype-raw": "^6.1.0",
|
|
"rehype-react": "^7.0.3",
|
|
"rehype-slug": "^5.0.0",
|
|
"remark": "^14.0.1",
|
|
"remark-gfm": "^3.0.1",
|
|
"remark-html": "^15.0.0",
|
|
"remark-parse": "^10.0.0",
|
|
"remark-rehype": "^10.0.1",
|
|
"remark-toc": "^8.0.1",
|
|
"strip-markdown": "^5.0.0",
|
|
"unified": "^10.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@testing-library/jest-dom": "^5.16.1",
|
|
"@testing-library/react": "^12.1.2",
|
|
"@types/mdx-js__react": "^1.5.5",
|
|
"@types/react": "17.0.31",
|
|
"@types/react-instantsearch-dom": "^6.12.0",
|
|
"@types/react-redux": "^7.1.20",
|
|
"eslint": "7.32.0",
|
|
"eslint-config-next": "11.1.2",
|
|
"eslint-config-prettier": "^8.3.0",
|
|
"identity-obj-proxy": "^3.0.0",
|
|
"jest": "^27.4.5",
|
|
"react-test-renderer": "^17.0.2",
|
|
"ts-node": "^10.4.0",
|
|
"typescript": "4.4.4"
|
|
}
|
|
}
|