UNPKG

minikit-limpo-template

Version:

A minimal Next.js app starter template with WorldCoin MiniKit authentication integration

56 lines (55 loc) 1.32 kB
{ "name": "minikit-limpo-template", "version": "0.1.0", "description": "A minimal Next.js app starter template with WorldCoin MiniKit authentication integration", "main": "index.js", "repository": { "type": "git", "url": "https://github.com/yourusername/minikit-limpo-template" }, "keywords": [ "worldcoin", "minikit", "next.js", "starter", "template", "authentication", "wallet", "i18n", "tailwindcss" ], "author": "Your Name", "license": "MIT", "bin": "./bin/cli.js", "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint" }, "dependencies": { "@heroicons/react": "^2.0.18", "@worldcoin/minikit-js": "^1.1.0", "i18next": "^23.5.1", "i18next-browser-languagedetector": "^7.1.0", "next": "^14.0.3", "next-i18next": "^14.0.3", "react": "^18.2.0", "react-dom": "^18.2.0", "react-i18next": "^13.2.2" }, "engines": { "node": ">=16.0.0" }, "devDependencies": { "@types/node": "^20.10.3", "@types/react": "^18.2.42", "@types/react-dom": "^18.2.17", "autoprefixer": "^10.4.16", "eslint": "^8.55.0", "eslint-config-next": "^14.0.3", "postcss": "^8.4.32", "tailwindcss": "^3.3.6", "typescript": "^5.3.2" } }