website/package.json

21 lines
439 B
JSON

{
"name": "pnh-proto-website",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"eslint": "8.27.0",
"eslint-config-next": "13.0.3",
"next": "13.0.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-horizontal-scrolling-menu": "^3.2.3",
"react-type-animation": "^2.1.2"
}
}