create-w3-app
Version:
Create ethereum dApps with w3 stack
88 lines (87 loc) • 2.43 kB
JSON
{
"name": "create-w3-app",
"version": "0.7.1",
"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": "^1.4.2",
"@clack/prompts": "^1.6.0",
"@ianvs/prettier-plugin-sort-imports": "^4.7.1",
"chalk": "5.6.2",
"commander": "^15.0.0",
"eslint-plugin-import-x": "^4.17.0",
"execa": "^9.6.1",
"fs-extra": "^11.3.5",
"gradient-string": "^3.0.0",
"ora": "9.0.0",
"sort-package-json": "^4.0.0",
"typescript-eslint": "^8.62.0"
},
"devDependencies": {
"@changesets/cli": "^2.31.0",
"@privy-io/react-auth": "^3.3.0",
"@rainbow-me/rainbowkit": "^2.2.8",
"@tailwindcss/postcss": "^4.1.14",
"@tanstack/react-query": "^5.90.2",
"@types/fs-extra": "^11.0.4",
"@types/gradient-string": "^1.1.6",
"@types/node": "^26.0.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^0.545.0",
"next": "^15.5.4",
"next-auth": "^4.24.14",
"prettier": "^3.8.4",
"prettier-plugin-tailwindcss": "^0.6.14",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"superjson": "^2.2.6",
"tailwind-merge": "^3.3.1",
"tailwindcss": "^4.1.14",
"tsup": "^8.5.1",
"tw-animate-css": "^1.4.0",
"type-fest": "^5.7.0",
"typescript": "^5.9.3",
"viem": "^2.38.0",
"wagmi": "^2.18.0",
"zod": "^4.4.3"
},
"packageManager": "pnpm@9.1.2+sha1.907f57a52517de34399d66401bf220a549e47b57"
}