lkmeet-build-config v0.1.0
adapter
capsule://quake0day/[email protected]
Bundles all development and build configuration files for a Next.js project, including ESLint, Prettier, TypeScript, package dependencies, and environment variable examples. This capsule provides a standardized setup for developing and building a LiveKit-enabled Next.js application.
Owns
- Package dependencies and scripts
- Next.js configuration
- TypeScript configuration
- Linting and formatting rules
- Environment variable examples
Does not own
- Application code
- Static assets
AI orientation
This capsule defines the project's development and build environment. Ensure all configurations (ESLint, Prettier, TypeScript) are consistent and up-to-date. `package.json` should list necessary dependencies for LiveKit and Next.js. `next.config.js` might need adjustments for specific deployment environments.
Provides
env:Development Environment— Standardized development and build environment configuration.
Invariants (must always hold)
- All build and linting scripts must be functional.
- TypeScript compilation must succeed without errors.
- Dependencies must be correctly specified and resolvable.
Source files (10)
Click any file to view its content; the path on the right shows where the file lands when this capsule is installed.
src/.env.example→.env.examplesrc/.eslintrc.json→.eslintrc.jsonsrc/.gitignore→.gitignoresrc/.prettierignore→.prettierignoresrc/.prettierrc→.prettierrcsrc/next-env.d.ts→next-env.d.tssrc/next.config.js→next.config.jssrc/package.json→package.jsonsrc/renovate.json→renovate.jsonsrc/tsconfig.json→tsconfig.json
Plus capsule.yaml and
install.json.