create-near-app
Version:
Quickly scaffold your dApp on NEAR Blockchain
33 lines (32 loc) • 669 B
JSON
{
"name": "hello-near",
"version": "1.0.0",
"private": true,
"engines": {
"node": ">=18"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"bootstrap": "^5",
"bootstrap-icons": "^1.11.3",
"near-connect-hooks": "^1.0.2",
"next": "^15",
"react": "^18",
"react-dom": "^18"
},
"devDependencies": {
"@types/node": "^24.7.0",
"@types/react": "^19.2.2",
"@types/react-dom": "^19.2.1",
"encoding": "^0.1.13",
"eslint": "^9",
"eslint-config-next": "^15",
"pino-pretty": "^11.2.2",
"typescript": "^5.9.3"
}
}