2022-09-30 08:59:03 -06:00
|
|
|
{
|
2022-10-25 09:18:18 -04:00
|
|
|
"name": "website",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"private": true,
|
2022-09-30 08:59:03 -06:00
|
|
|
"scripts": {
|
2022-10-25 09:18:18 -04:00
|
|
|
"dev": "next dev",
|
|
|
|
"build": "next build",
|
|
|
|
"start": "next start",
|
|
|
|
"lint": "next lint"
|
2022-09-30 08:59:03 -06:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2022-10-25 09:18:18 -04:00
|
|
|
"@emotion/react": "11.10.4",
|
|
|
|
"@emotion/styled": "11.10.4",
|
|
|
|
"@mui/icons-material": "5.10.9",
|
|
|
|
"@mui/material": "5.10.10",
|
|
|
|
"date-fns": "2.29.3",
|
|
|
|
"gray-matter": "4.0.3",
|
|
|
|
"js-yaml": "4.1.0",
|
|
|
|
"next": "12.3.1",
|
|
|
|
"next-mdx-remote": "4.1.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"
|
2022-09-30 08:59:03 -06:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-10-25 09:18:18 -04:00
|
|
|
"@babel/core": "7.19.6",
|
|
|
|
"@emotion/eslint-plugin": "11.10.0",
|
|
|
|
"@next/bundle-analyzer": "12.3.1",
|
2022-10-25 09:37:14 -04:00
|
|
|
"@next/eslint-plugin-next": "12.3.1",
|
2022-10-25 09:18:18 -04:00
|
|
|
"@types/js-yaml": "4.0.5",
|
|
|
|
"@types/node": "18.11.3",
|
|
|
|
"@types/prismjs": "1.26.0",
|
|
|
|
"@types/react": "18.0.21",
|
|
|
|
"@types/react-dom": "18.0.6",
|
|
|
|
"@typescript-eslint/eslint-plugin": "5.40.1",
|
|
|
|
"@typescript-eslint/parser": "5.40.1",
|
|
|
|
"babel-eslint": "10.1.0",
|
|
|
|
"eslint": "8.25.0",
|
|
|
|
"eslint-config-next": "12.3.1",
|
|
|
|
"eslint-config-prettier": "8.5.0",
|
|
|
|
"eslint-plugin-babel": "5.3.1",
|
|
|
|
"eslint-plugin-unicorn": "44.0.2",
|
|
|
|
"prettier": "2.7.1",
|
2022-10-25 09:37:14 -04:00
|
|
|
"typescript": "4.8.4",
|
|
|
|
"webpack": "5.74.0"
|
2022-10-25 09:18:18 -04:00
|
|
|
}
|
2022-09-30 08:59:03 -06:00
|
|
|
}
|