32 lines
846 B
JSON
32 lines
846 B
JSON
{
|
|
"name": "next-explorer",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "PORT=4000 next dev --turbopack",
|
|
"build": "next build --turbopack",
|
|
"start": "next start",
|
|
"lint": "eslint",
|
|
"deploy-prod": "git push --set-upstream explorer.specnext.dev deploy",
|
|
"deploy-test": "git push --set-upstream test.explorer.specnext.dev test"
|
|
},
|
|
"dependencies": {
|
|
"bootstrap": "^5.3.8",
|
|
"next": "~15.5.7",
|
|
"react": "19.1.0",
|
|
"react-bootstrap": "^2.10.10",
|
|
"react-bootstrap-icons": "^1.11.6",
|
|
"react-dom": "19.1.0",
|
|
"typescript": "^5.9.3"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/eslintrc": "^3.3.3",
|
|
"@types/node": "^20.19.25",
|
|
"@types/react": "^19.2.7",
|
|
"@types/react-dom": "^19.2.3",
|
|
"eslint": "^9.39.1",
|
|
"eslint-config-next": "15.5.4",
|
|
"sass": "^1.94.2"
|
|
}
|
|
}
|