create-w3-app
Version:
Create ethereum dApps with w3 stack
87 lines (86 loc) • 2.35 kB
JSON
{
"name": "create-w3-app",
"version": "0.4.4",
"description": "Create ethereum dApps with w3 stack",
"repository": {
"type": "git",
"url": "https://github.com/gopiinho/create-w3-app.git"
},
"keywords": [
"create-w3-app",
"next.js",
"w3-app",
"tailwind",
"shadcn/ui",
"privy",
"rainbowkit",
"wagmi",
"viem",
"typescript"
],
"engines": {
"node": ">=18.17.0"
},
"license": "MIT",
"type": "module",
"exports": "./dist/index.js",
"bin": {
"create-w3-app": "./dist/index.js"
},
"scripts": {
"typecheck": "tsc",
"build": "tsup",
"dev": "tsup --watch",
"start": "node dist/index.js",
"clean": "rm -rf dist node_modules",
"lint": "eslint .",
"format": "prettier '**/*.{cjs,mjs,ts,tsx,md,json}' --ignore-path ../.gitignore --ignore-unknown --no-error-on-unmatched-pattern --write",
"release": "changeset version",
"pub:beta": "pnpm build && npm publish --tag beta",
"pub:next": "pnpm build && npm publish --tag next",
"pub:release": "pnpm build && npm publish"
},
"dependencies": {
"@clack/core": "^0.3.4",
"@clack/prompts": "^0.6.3",
"@ianvs/prettier-plugin-sort-imports": "^4.2.1",
"chalk": "5.2.0",
"commander": "^10.0.1",
"eslint-plugin-import-x": "^4.15.1",
"execa": "^7.2.0",
"fs-extra": "^11.2.0",
"gradient-string": "^2.0.2",
"ora": "6.3.1",
"sort-package-json": "^2.10.0",
"typescript-eslint": "^8.33.1"
},
"devDependencies": {
"@changesets/cli": "^2.29.4",
"@privy-io/react-auth": "^1.0.0",
"@rainbow-me/rainbowkit": "^1.0.0",
"@tailwindcss/postcss": "^4.0.15",
"@tanstack/react-query": "^5.69.0",
"@types/fs-extra": "^11.0.4",
"@types/gradient-string": "^1.1.6",
"@types/node": "^20.14.10",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^0.515.0",
"next": "^15.2.3",
"next-auth": "^4.24.7",
"prettier": "^3.5.3",
"prettier-plugin-tailwindcss": "^0.6.11",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"superjson": "^2.2.1",
"tailwindcss": "^4.0.15",
"tailwind-merge": "^3.3.1",
"tw-animate-css": "^1.3.4",
"tsup": "^6.7.0",
"type-fest": "^3.13.1",
"typescript": "^5.8.2",
"viem": "^2.31.0",
"wagmi": "^2.15.6",
"zod": "^3.24.2"
}
}