2022-08-01 06:52:49 +00:00
|
|
|
{
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"dev": "next dev",
|
|
|
|
"build": "next build",
|
|
|
|
"start": "next start",
|
|
|
|
"lint": "next lint"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2022-08-01 07:43:16 +00:00
|
|
|
"@mdx-js/loader": "^2.1.2",
|
|
|
|
"@mdx-js/react": "^2.1.2",
|
2022-08-08 14:32:03 +00:00
|
|
|
"@next/mdx": "^12.2.4",
|
2022-08-01 07:43:16 +00:00
|
|
|
"@quri/squiggle-components": "^0.2.24",
|
2022-08-01 06:52:49 +00:00
|
|
|
"next": "12.2.3",
|
|
|
|
"react": "18.2.0",
|
2022-08-01 07:43:16 +00:00
|
|
|
"react-dom": "18.2.0",
|
|
|
|
"rehype-mathjax": "^4.0.2",
|
|
|
|
"remark-math": "^5.1.1"
|
2022-08-01 06:52:49 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-08-08 14:32:23 +00:00
|
|
|
"@types/node": "18.6.4",
|
2022-08-01 06:52:49 +00:00
|
|
|
"@types/react": "18.0.15",
|
|
|
|
"@types/react-dom": "18.0.6",
|
|
|
|
"eslint": "8.21.0",
|
2022-08-08 14:32:14 +00:00
|
|
|
"eslint-config-next": "12.2.4",
|
2022-08-01 06:52:49 +00:00
|
|
|
"typescript": "4.7.4"
|
|
|
|
}
|
|
|
|
}
|