.changeset/config.json | |
|
|
.codeclimate.yml | |
|
|
.eslintignore | |
|
|
.gitattributes | |
|
|
.github/FUNDING.yml | |
|
|
.github/actions/yarn-nm-install/action.yml | |
|
|
.github/scripts/install-codecov.sh | |
|
|
.github/workflows/ci-example-apps.yml | |
|
|
.github/workflows/ci-monorepo-integrity.yml | |
|
|
.github/workflows/ci.yml | |
|
|
.github/workflows/clean-up-pr-caches.yml | |
|
|
.github/workflows/codesee-arch-diagram.yml | |
|
|
.github/workflows/release-or-pr-version.yml | |
|
|
.gitignore | |
|
|
.husky/commit-msg | |
|
|
.husky/pre-commit | |
|
|
.ncurc.yml | |
|
|
.nvmrc | |
|
|
.prettierignore | |
|
|
.prettierrc.js | 19 | A 0 mins |
|
.syncpackrc.cjs | |
|
|
.tokeignore | |
|
|
.yarn/releases/yarn-4.0.0-rc.46.cjs | |
|
|
.yarnrc.yml | |
|
|
CHANGELOG.md | |
|
|
CODE_OF_CONDUCT.md | |
|
|
CONTRIBUTING.md | |
|
|
LICENSE | |
|
|
README.md | |
|
|
codecov.yml | |
|
|
constraints.pro | |
|
|
examples/nextjs-cjs/.eslintrc.js | 25 | A 0 mins |
|
examples/nextjs-cjs/.gitignore | |
|
|
examples/nextjs-cjs/CHANGELOG.md | |
|
|
examples/nextjs-cjs/README.md | |
|
|
examples/nextjs-cjs/next.config.mjs | |
|
|
examples/nextjs-cjs/package.json | |
|
|
examples/nextjs-cjs/public/favicon.ico | |
|
|
examples/nextjs-cjs/public/vercel.svg | |
|
|
examples/nextjs-cjs/src/pages/_app.tsx | 6 | A 0 mins |
|
examples/nextjs-cjs/src/pages/api/hello.ts | 10 | A 0 mins |
|
examples/nextjs-cjs/src/pages/index.tsx | 37 | A 0 mins |
|
examples/nextjs-cjs/styles/Home.module.css | |
|
|
examples/nextjs-cjs/styles/globals.css | |
|
|
examples/nextjs-cjs/tsconfig.json | |
|
|
examples/nextjs-cjs/tsconfig.no-paths.json | |
|
|
examples/nextjs-esm/.eslintrc.cjs | |
|
|
examples/nextjs-esm/.gitignore | |
|
|
examples/nextjs-esm/CHANGELOG.md | |
|
|
examples/nextjs-esm/README.md | |
|
|