UNPKG

create-near-app

Version:

Quickly scaffold your dApp on NEAR Blockchain

34 lines (33 loc) 800 B
{ "name": "hello-near", "private": true, "version": "1.0.0", "scripts": { "dev": "vite", "build": "vite build", "lint": "eslint .", "preview": "vite preview" }, "dependencies": { "bootstrap": "^5", "bootstrap-icons": "^1.11.3", "near-connect-hooks": "^1.0.2", "react": "^19", "react-dom": "^19", "react-router": "^7" }, "devDependencies": { "@eslint/js": "^9.17.0", "@types/react": "^19", "@types/react-dom": "^19", "@vitejs/plugin-react": "^4.3.4", "eslint": "^9.17.0", "eslint-plugin-react": "^7.37.2", "eslint-plugin-react-hooks": "^5.0.0", "eslint-plugin-react-refresh": "^0.4.16", "globals": "^15.14.0", "typescript": "^5.9.3", "vite": "^6.3.5", "vite-plugin-node-polyfills": "0.23.0" } }