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",
|
2022-08-29 14:32:35 +00:00
|
|
|
"@mdx-js/react": "^2.1.3",
|
2022-08-22 14:26:47 +00:00
|
|
|
"@next/mdx": "^12.2.5",
|
2022-08-22 15:02:58 +00:00
|
|
|
"@quri/squiggle-components": "^0.3.1",
|
2022-08-22 14:27:18 +00:00
|
|
|
"next": "12.2.5",
|
2022-08-01 06:52:49 +00:00
|
|
|
"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-09-09 07:39:46 +00:00
|
|
|
"@types/node": "18.7.16",
|
2022-08-22 15:03:59 +00:00
|
|
|
"@types/react": "18.0.17",
|
2022-08-01 06:52:49 +00:00
|
|
|
"@types/react-dom": "18.0.6",
|
2022-09-09 07:35:39 +00:00
|
|
|
"eslint": "8.23.0",
|
2022-08-08 14:32:14 +00:00
|
|
|
"eslint-config-next": "12.2.4",
|
2022-08-29 14:32:47 +00:00
|
|
|
"typescript": "4.8.2"
|
2022-08-01 06:52:49 +00:00
|
|
|
}
|
|
|
|
}
|