Spaces:
Running
Running
{ | |
"name": "next-js-boilerplate", | |
"version": "1.1.0", | |
"author": "Ixartz (https://github.com/ixartz)", | |
"scripts": { | |
"dev:spotlight": "spotlight-sidecar", | |
"dev:next": "next dev", | |
"dev": "run-p dev:*", | |
"build": "next build", | |
"start": "next start", | |
"build-stats": "cross-env ANALYZE=true npm run build", | |
"clean": "rimraf .next out coverage", | |
"lint": "eslint .", | |
"lint:fix": "eslint . --fix", | |
"check-types": "tsc --noEmit --pretty", | |
"test": "vitest run", | |
"test:e2e": "playwright test", | |
"commit": "cz", | |
"db:generate": "drizzle-kit generate", | |
"db:migrate": "dotenv -c production -- drizzle-kit migrate", | |
"db:studio": "dotenv -c production -- drizzle-kit studio", | |
"storybook": "storybook dev -p 6006", | |
"storybook:build": "storybook build", | |
"storybook:serve": "http-server storybook-static --port 6006 --silent", | |
"serve-storybook": "run-s storybook:*", | |
"test-storybook:ci": "start-server-and-test serve-storybook http://127.0.0.1:6006 test-storybook", | |
"prepare": "husky" | |
}, | |
"dependencies": { | |
"@arcjet/next": "^1.0.0-alpha.34", | |
"@clerk/localizations": "^3.9.0", | |
"@clerk/nextjs": "^6.9.0", | |
"@electric-sql/pglite": "^0.2.15", | |
"@hookform/resolvers": "^3.9.1", | |
"@logtail/pino": "^0.5.2", | |
"@sentry/nextjs": "^8.43.0", | |
"@spotlightjs/spotlight": "^2.7.0", | |
"@t3-oss/env-nextjs": "^0.11.1", | |
"class-variance-authority": "^0.7.1", | |
"clsx": "^2.1.1", | |
"drizzle-orm": "^0.38.0", | |
"lucide-react": "^0.474.0", | |
"next": "^15.1.0", | |
"next-intl": "^3.26.0", | |
"pg": "^8.13.1", | |
"pino": "^9.5.0", | |
"pino-pretty": "^13.0.0", | |
"react": "19.0.0", | |
"react-dom": "19.0.0", | |
"react-hook-form": "^7.54.0", | |
"tailwind-merge": "^2.6.0", | |
"usehooks-ts": "^3.1.1", | |
"zod": "^3.24.0" | |
}, | |
"devDependencies": { | |
"@antfu/eslint-config": "^3.11.2", | |
"@commitlint/cli": "^19.6.0", | |
"@commitlint/config-conventional": "^19.6.0", | |
"@commitlint/cz-commitlint": "^19.5.0", | |
"@eslint-react/eslint-plugin": "^1.19.0", | |
"@faker-js/faker": "^9.3.0", | |
"@next/bundle-analyzer": "^15.1.0", | |
"@next/eslint-plugin-next": "^15.1.0", | |
"@percy/cli": "1.30.4", | |
"@percy/playwright": "^1.0.7", | |
"@playwright/test": "^1.49.1", | |
"@semantic-release/changelog": "^6.0.3", | |
"@semantic-release/git": "^10.0.1", | |
"@storybook/addon-essentials": "^8.4.7", | |
"@storybook/addon-interactions": "^8.4.7", | |
"@storybook/addon-links": "^8.4.7", | |
"@storybook/addon-onboarding": "^8.4.7", | |
"@storybook/blocks": "^8.4.7", | |
"@storybook/nextjs": "^8.4.7", | |
"@storybook/react": "^8.4.7", | |
"@storybook/test": "^8.4.7", | |
"@storybook/test-runner": "^0.20.1", | |
"@testing-library/dom": "^10.4.0", | |
"@testing-library/jest-dom": "^6.6.3", | |
"@testing-library/react": "^16.1.0", | |
"@types/node": "^22.10.1", | |
"@types/pg": "^8.11.10", | |
"@types/react": "^19.0.1", | |
"@vitejs/plugin-react": "^4.3.4", | |
"@vitest/coverage-v8": "^2.1.8", | |
"@vitest/expect": "^2.1.8", | |
"autoprefixer": "^10.4.20", | |
"checkly": "^4.15.0", | |
"commitizen": "^4.3.1", | |
"cross-env": "^7.0.3", | |
"cssnano": "^7.0.6", | |
"dotenv-cli": "^7.4.4", | |
"drizzle-kit": "^0.30.0", | |
"eslint": "^9.16.0", | |
"eslint-plugin-format": "^0.1.3", | |
"eslint-plugin-jest-dom": "^5.5.0", | |
"eslint-plugin-jsx-a11y": "^6.10.2", | |
"eslint-plugin-playwright": "^2.1.0", | |
"eslint-plugin-react-hooks": "^5.1.0", | |
"eslint-plugin-react-refresh": "^0.4.16", | |
"eslint-plugin-tailwindcss": "^3.17.5", | |
"eslint-plugin-testing-library": "^7.1.1", | |
"http-server": "^14.1.1", | |
"husky": "^9.1.7", | |
"jsdom": "^25.0.1", | |
"lint-staged": "^15.2.11", | |
"npm-run-all": "^4.1.5", | |
"postcss": "^8.4.49", | |
"rimraf": "^6.0.1", | |
"semantic-release": "^24.2.0", | |
"start-server-and-test": "^2.0.8", | |
"storybook": "^8.4.7", | |
"tailwindcss": "^3.4.16", | |
"typescript": "^5.7.2", | |
"vite-tsconfig-paths": "^5.1.4", | |
"vitest": "^2.1.8", | |
"vitest-fail-on-console": "^0.7.1" | |
}, | |
"config": { | |
"commitizen": { | |
"path": "@commitlint/cz-commitlint" | |
} | |
}, | |
"release": { | |
"branches": [ | |
"main" | |
], | |
"plugins": [ | |
[ | |
"@semantic-release/commit-analyzer", | |
{ | |
"preset": "conventionalcommits" | |
} | |
], | |
"@semantic-release/release-notes-generator", | |
"@semantic-release/changelog", | |
[ | |
"@semantic-release/npm", | |
{ | |
"npmPublish": false | |
} | |
], | |
"@semantic-release/git", | |
"@semantic-release/github" | |
] | |
} | |
} | |