2022-08-01 06:52:49 +00:00
|
|
|
{
|
|
|
|
"private": true,
|
2022-09-09 09:38:21 +00:00
|
|
|
"version": "0.0.1",
|
2022-08-01 06:52:49 +00:00
|
|
|
"scripts": {
|
|
|
|
"dev": "next dev",
|
|
|
|
"build": "next build",
|
|
|
|
"start": "next start",
|
|
|
|
"lint": "next lint"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2022-09-09 07:42:03 +00:00
|
|
|
"@mdx-js/loader": "^2.1.3",
|
2022-08-29 14:32:35 +00:00
|
|
|
"@mdx-js/react": "^2.1.3",
|
2022-09-09 07:53:35 +00:00
|
|
|
"@next/mdx": "^12.3.0",
|
2022-09-09 07:45:57 +00:00
|
|
|
"@quri/squiggle-components": "^0.4.1",
|
2022-10-01 14:06:58 +00:00
|
|
|
"next": "12.3.1",
|
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-09-09 07:46:09 +00:00
|
|
|
"@types/react": "18.0.18",
|
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-09-09 07:57:50 +00:00
|
|
|
"eslint-config-next": "12.3.0",
|
2022-09-09 07:53:20 +00:00
|
|
|
"typescript": "4.8.3"
|
2022-08-01 06:52:49 +00:00
|
|
|
}
|
|
|
|
}
|