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-12-01 20:25:53 -05:00
|
|
|
"@emotion/react": "11.10.5",
|
|
|
|
"@emotion/styled": "11.10.5",
|
2022-12-01 20:40:47 -05:00
|
|
|
"@mui/icons-material": "5.10.16",
|
|
|
|
"@mui/material": "5.10.16",
|
2022-10-25 09:18:18 -04:00
|
|
|
"date-fns": "2.29.3",
|
|
|
|
"gray-matter": "4.0.3",
|
|
|
|
"js-yaml": "4.1.0",
|
2022-12-01 22:31:19 -05:00
|
|
|
"next": "12.3.4",
|
2022-12-01 21:39:30 -05:00
|
|
|
"next-mdx-remote": "4.2.0",
|
2022-10-25 09:18:18 -04:00
|
|
|
"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",
|
2022-11-07 10:27:58 -05:00
|
|
|
"schema-dts": "1.1.0",
|
|
|
|
"yaml": "2.1.3"
|
2022-09-30 08:59:03 -06:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-12-01 21:40:08 -05:00
|
|
|
"@babel/core": "7.20.5",
|
2022-10-25 09:18:18 -04:00
|
|
|
"@emotion/eslint-plugin": "11.10.0",
|
2022-12-01 22:31:19 -05:00
|
|
|
"@next/bundle-analyzer": "12.3.4",
|
|
|
|
"@next/eslint-plugin-next": "12.3.4",
|
2022-10-25 09:18:18 -04:00
|
|
|
"@types/js-yaml": "4.0.5",
|
2022-12-01 19:29:33 -05:00
|
|
|
"@types/node": "16.18.4",
|
2022-11-07 10:27:58 -05:00
|
|
|
"@types/prettier": "2.7.1",
|
2022-10-25 09:18:18 -04:00
|
|
|
"@types/prismjs": "1.26.0",
|
2022-12-02 10:53:49 -05:00
|
|
|
"@types/react": "18.0.26",
|
2022-12-01 20:13:31 -05:00
|
|
|
"@types/react-dom": "18.0.9",
|
2022-12-01 21:39:43 -05:00
|
|
|
"@typescript-eslint/eslint-plugin": "5.45.0",
|
|
|
|
"@typescript-eslint/parser": "5.45.0",
|
2022-10-25 09:18:18 -04:00
|
|
|
"babel-eslint": "10.1.0",
|
2022-12-02 20:22:22 -05:00
|
|
|
"eslint": "8.29.0",
|
2022-12-01 22:31:19 -05:00
|
|
|
"eslint-config-next": "12.3.4",
|
2022-10-25 09:18:18 -04:00
|
|
|
"eslint-config-prettier": "8.5.0",
|
|
|
|
"eslint-plugin-babel": "5.3.1",
|
2022-12-01 22:30:50 -05:00
|
|
|
"eslint-plugin-unicorn": "45.0.1",
|
2022-12-01 20:38:50 -05:00
|
|
|
"typescript": "4.9.3",
|
2022-12-01 21:39:55 -05:00
|
|
|
"webpack": "5.75.0"
|
2022-10-25 09:18:18 -04:00
|
|
|
}
|
2022-09-30 08:59:03 -06:00
|
|
|
}
|