create-nttb
Version:
An opinionated Next.js, TypeScript, and Tailwind boilerplate using Atomic Design Methodology for presentation components.
108 lines (107 loc) • 2.3 kB
JSON
{
"name": "create-nttb",
"version": "4.4.12",
"description": "An opinionated Next.js, TypeScript, and Tailwind boilerplate using Atomic Design Methodology for presentation components.",
"license": "ISC",
"readme": "README.md",
"engines": {
"node": ">=20.0.0",
"npm": ">=10.0.0"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"build:cli": "npx tsc -p tsconfig.cli.json",
"start": "next start",
"format": "prettier --write .",
"test": "jest --roots ./src",
"test:cli": "jest --roots ./bin"
},
"dependencies": {
"axios": "1.13.2",
"next": "16.1.1",
"react": "19.2.3",
"react-dom": "19.2.3"
},
"devDependencies": {
"@tailwindcss/postcss": "4.1.18",
"@types/jest": "30.0.0",
"@types/node": "24.10.8",
"@types/react": "19.2.8",
"@types/react-dom": "19.2.3",
"jest": "30.2.0",
"prettier": "3.8.0",
"tailwindcss": "4.1.18",
"ts-jest": "29.4.6",
"typescript": "5.9.3"
},
"bin": {
"create-nttb": "./dist/create.js"
},
"files": [
"dist",
"README.md",
"LICENSE",
"package.json"
],
"homepage": "https://github.com/SamNewhouse/create-nttb",
"repository": {
"type": "git",
"url": "https://github.com/SamNewhouse/create-nttb.git"
},
"bugs": {
"url": "https://github.com/SamNewhouse/create-nttb/issues"
},
"author": {
"name": "Sam Newhouse",
"url": "https://github.com/SamNewhouse"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/SamNewhouse"
},
"overrides": {
"glob": "13.0.0"
},
"keywords": [
"create-nttb",
"nextjs",
"react",
"reactjs",
"typescript",
"javascript",
"tailwindcss",
"boilerplate",
"starter",
"starter-kit",
"template",
"atomic-design",
"cli",
"frontend",
"ssr",
"ssg",
"scaffolding",
"fullstack",
"modern-js",
"component-library",
"webdev",
"ecosystem",
"open-source",
"production-ready",
"rapid-development",
"developer-experience",
"opinionated",
"best-practices",
"monorepo",
"structure",
"optimised",
"code-quality",
"scalability",
"customization",
"integration",
"hooks",
"vercel",
"create",
"easy"
]
}