25 lines
572 B
JSON
25 lines
572 B
JSON
{
|
|
"name": "vantage-site",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"next": "16.2.9",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.14.11",
|
|
"@types/react": "^18.3.3",
|
|
"@types/react-dom": "^18.3.0",
|
|
"typescript": "^5.5.3",
|
|
"eslint": "^9.0.0",
|
|
"eslint-config-next": "16.2.9"
|
|
}
|
|
}
|