Skip to content
Snippets Groups Projects
package.json 586 B
Newer Older
Alexander Schoch's avatar
Alexander Schoch committed
{
  "name": "thealt-website",
  "version": "0.1.0",
  "private": true,
  "scripts": {
    "dev": "next dev",
    "build": "next build",
    "start": "next start",
    "lint": "next lint"
  },
  "dependencies": {
    "@apollo/client": "^3.8.1",
    "@mantine/notifications": "^5.10.5",
    "eslint": "8.48.0",
    "eslint-config-next": "13.4.19",
    "html-react-parser": "^4.2.1",
    "jsonwebtoken": "^9.0.1",
    "next": "13.4.19",
    "next-auth": "^4.23.1",
    "next-i18next": "^14.0.0",
    "react": "18.2.0",
    "react-dom": "18.2.0",
    "vseth-canine-ui": "^1.1.0-rc.1"
  }
}