website/package.json

21 lines
447 B
JSON
Raw Normal View History

2022-11-14 20:26:33 +01:00
{
"name": "pnh-proto-website",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
2022-11-15 21:15:26 +01:00
"build": "next build -p 3001",
2022-11-14 20:26:33 +01:00
"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",
2022-11-15 21:15:26 +01:00
"react-dom": "18.2.0",
"react-horizontal-scrolling-menu": "^3.2.3",
"react-type-animation": "^2.1.2"
2022-11-14 20:26:33 +01:00
}
}