mirror of
https://github.com/DefectingCat/DefectingCat.github.io
synced 2025-07-15 08:41:37 +00:00
30 lines
632 B
JSON
30 lines
632 B
JSON
{
|
|
"name": "blog-v3",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@mdx-js/loader": "^2.1.0",
|
|
"@next/mdx": "^12.1.0",
|
|
"classnames": "^2.3.1",
|
|
"next": "12.1.0",
|
|
"react": "17.0.2",
|
|
"react-dom": "17.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "17.0.21",
|
|
"@types/react": "17.0.41",
|
|
"autoprefixer": "^10.4.4",
|
|
"eslint": "8.11.0",
|
|
"eslint-config-next": "12.1.0",
|
|
"postcss": "^8.4.12",
|
|
"tailwindcss": "^3.0.23",
|
|
"typescript": "4.6.2"
|
|
}
|
|
}
|