2022-02-02 04:36:02 +00:00
|
|
|
{
|
|
|
|
"name": "appuntiweb-omega",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"dev": "next dev",
|
|
|
|
"build": "next build",
|
|
|
|
"start": "next start",
|
|
|
|
"lint": "next lint"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2022-02-03 03:26:51 +00:00
|
|
|
"@matejmazur/react-katex": "^3.1.3",
|
|
|
|
"@steffo/bluelib-react": "^4.3.0",
|
|
|
|
"katex": "^0.15.2",
|
2022-02-02 04:36:02 +00:00
|
|
|
"next": "12.0.10",
|
|
|
|
"react": "17.0.2",
|
2022-02-03 18:47:06 +00:00
|
|
|
"react-dom": "17.0.2",
|
|
|
|
"strip-indent": "^4.0.0"
|
2022-02-02 04:36:02 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@types/node": "17.0.14",
|
|
|
|
"@types/react": "17.0.38",
|
|
|
|
"eslint": "8.8.0",
|
|
|
|
"eslint-config-next": "12.0.10",
|
|
|
|
"typescript": "4.5.5"
|
|
|
|
}
|
|
|
|
}
|