Created
June 12, 2022 04:20
-
-
Save fishyer/1d1bff9ab89f8ab82766064dfb51bdb3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "my-blog", | |
"private": true, | |
"scripts": { | |
"dev": "next dev", | |
"build": "next build", | |
"start": "next start", | |
"lint": "next lint" | |
}, | |
"dependencies": { | |
"@ant-design/icons": "^4.7.0", | |
"@mdx-js/loader": "^2.0.0", | |
"@next/mdx": "^12.1.0", | |
"@uiw/react-md-editor": "3.6.0", | |
"antd": "^4.20.6", | |
"axios": "^0.27.2", | |
"classnames": "^2.3.1", | |
"date-fns": "^2.28.0", | |
"iron-session": "^6.1.3", | |
"js-base64": "^3.7.2", | |
"markdown-to-jsx": "^7.1.7", | |
"markdown-to-txt": "^2.0.1", | |
"md5": "^2.3.0", | |
"mobx": "^6.6.0", | |
"mobx-react-lite": "^3.4.0", | |
"mockjs": "^1.1.0", | |
"mysql2": "^2.3.3", | |
"next": "^12.1.6", | |
"next-cookie": "^2.8.0", | |
"next-remove-imports": "^1.0.6", | |
"react": "17.0.2", | |
"react-dom": "17.0.2", | |
"reflect-metadata": "^0.1.13", | |
"typeorm": "^0.3.6" | |
}, | |
"devDependencies": { | |
"@babel/core": "^7.18.2", | |
"@babel/plugin-proposal-class-properties": "^7.17.12", | |
"@babel/plugin-proposal-decorators": "^7.18.2", | |
"@types/md5": "^2.3.2", | |
"@types/mockjs": "^1.0.6", | |
"@types/node": "^17.0.21", | |
"@types/react": "17.0.39", | |
"babel-plugin-transform-typescript-metadata": "^0.3.2", | |
"eslint": "^8.9.0", | |
"eslint-config-next": "12.0.10", | |
"sass": "^1.52.1", | |
"stylelint": "^14.5.0", | |
"stylelint-config-standard-scss": "^3.0.0", | |
"typescript": "4.5.5" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment