static-cms/website/package.json

53 lines
1.4 KiB
JSON
Raw Normal View History

{
"name": "website",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "11.10.5",
"@emotion/styled": "11.10.5",
"@mui/icons-material": "5.10.16",
"@mui/material": "5.10.16",
"date-fns": "2.29.3",
"gray-matter": "4.0.3",
"js-yaml": "4.1.0",
"next": "12.3.4",
"next-mdx-remote": "4.2.0",
"next-pwa": "5.6.0",
"prismjs": "1.29.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-schemaorg": "2.0.0",
"remark-gfm": "3.0.1",
"schema-dts": "1.1.0",
"yaml": "2.1.3"
},
"devDependencies": {
"@babel/core": "7.20.5",
"@emotion/eslint-plugin": "11.10.0",
"@next/bundle-analyzer": "12.3.4",
"@next/eslint-plugin-next": "12.3.4",
"@types/js-yaml": "4.0.5",
"@types/node": "16.18.4",
"@types/prettier": "2.7.1",
"@types/prismjs": "1.26.0",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.9",
"@typescript-eslint/eslint-plugin": "5.45.0",
"@typescript-eslint/parser": "5.45.0",
"babel-eslint": "10.1.0",
"eslint": "8.29.0",
"eslint-config-next": "12.3.4",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-babel": "5.3.1",
"eslint-plugin-unicorn": "45.0.1",
"typescript": "4.9.3",
"webpack": "5.75.0"
}
}