mirror of
https://github.com/Steffo99/unisteffo.git
synced 2024-11-21 15:34:21 +00:00
27 lines
617 B
JSON
27 lines
617 B
JSON
{
|
|
"name": "appuntiweb-omega",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@matejmazur/react-katex": "^3.1.3",
|
|
"@sentry/nextjs": "^7.3.1",
|
|
"@steffo/bluelib-react": "^4.4.3",
|
|
"katex": "^0.16.0",
|
|
"next": "^12.2.0",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"strip-indent": "^4.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^18.0.0",
|
|
"@types/react": "^18.0.14",
|
|
"eslint": "^8.18.0",
|
|
"eslint-config-next": "^12.2.0",
|
|
"typescript": "^4.7.4"
|
|
}
|
|
}
|