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",
|
2022-06-28 21:43:51 +00:00
|
|
|
"@sentry/nextjs": "^7.3.1",
|
2022-02-07 10:39:30 +00:00
|
|
|
"@steffo/bluelib-react": "^4.4.3",
|
2022-06-28 21:43:51 +00:00
|
|
|
"katex": "^0.16.0",
|
|
|
|
"next": "^12.2.0",
|
|
|
|
"react": "^18.2.0",
|
|
|
|
"react-dom": "^18.2.0",
|
2022-02-03 18:47:06 +00:00
|
|
|
"strip-indent": "^4.0.0"
|
2022-02-02 04:36:02 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-06-28 21:43:51 +00:00
|
|
|
"@types/node": "^18.0.0",
|
|
|
|
"@types/react": "^18.0.14",
|
|
|
|
"eslint": "^8.18.0",
|
|
|
|
"eslint-config-next": "^12.2.0",
|
|
|
|
"typescript": "^4.7.4"
|
2022-02-02 04:36:02 +00:00
|
|
|
}
|
|
|
|
}
|