Files
yongyuancv.cn/package.json
2022-04-06 11:21:16 +08:00

33 lines
748 B
JSON

{
"name": "yongyuancv.cn",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.8.2",
"@emotion/styled": "^11.8.1",
"@mdx-js/loader": "^2.1.1",
"@mdx-js/react": "^2.1.1",
"@mui/icons-material": "^5.5.1",
"@mui/lab": "^5.0.0-alpha.75",
"@mui/material": "^5.5.3",
"@next/mdx": "^12.1.4",
"chart.js": "^3.7.1",
"next": "12.1.2",
"react": "17.0.2",
"react-chartjs-2": "^4.0.1",
"react-dom": "17.0.2",
"remark": "^14.0.2",
"remark-mdx": "^2.1.1"
},
"devDependencies": {
"eslint": "8.12.0",
"eslint-config-next": "12.1.2"
}
}