Files
yongyuancv.cn/package.json
2024-03-14 16:13:21 +08:00

33 lines
755 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.11.4",
"@emotion/styled": "^11.11.0",
"@mdx-js/loader": "^3.0.1",
"@mdx-js/react": "^3.0.1",
"@mui/icons-material": "^5.15.13",
"@mui/lab": "^5.0.0-alpha.168",
"@mui/material": "^5.15.13",
"@next/mdx": "^14.1.3",
"chart.js": "^4.4.2",
"next": "14.1.3",
"react": "18.2.0",
"react-chartjs-2": "^5.2.0",
"react-dom": "18.2.0",
"remark": "^15.0.1",
"remark-mdx": "^3.0.1"
},
"devDependencies": {
"eslint": "8.57.0",
"eslint-config-next": "14.1.3"
}
}