UNPKG

@harang-jennie/nextjs-starter

Version:

A Next.js starter kit App Router template with React v18 + Yarn berry + TypeScript + ESLint + Jest + Cypress + Github Actions

87 lines (86 loc) 2.7 kB
{ "name": "@harang-jennie/nextjs-starter", "version": "2.6.0", "description": "A Next.js starter kit App Router template with React v18 + Yarn berry + TypeScript + ESLint + Jest + Cypress + Github Actions", "license": "MIT", "author": "Harang", "keywords": [ "react", "next-starter-kit", "next-starter", "nextjs", "jest", "eslint", "react-testing-library", "cypress", "yarn-berry", "github-actions", "typescript", "swc", "nextjs-template", "nextjs-v13-app-router" ], "bin": "bin/cli.js", "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "eslint '**/*.{js,jsx,ts,tsx}' --fix", "test:unit": "jest", "test:watch": "jest --watch", "test:watchAll": "jest --watchAll", "test:coverage": "yarn test:unit --coverage", "cypress:open": "cypress open", "cypress:run": "cypress run", "test:e2e": "start-server-and-test dev http://localhost:3000 cypress:run" }, "repository": { "type": "git", "url": "https://github.com/mbti-nf-team/nextjs-starter.git" }, "bugs": { "url": "https://github.com/mbti-nf-team/nextjs-starter/issues" }, "homepage": "https://github.com/mbti-nf-team/nextjs-starter#readme", "dependencies": { "next": "^15.1.2", "react": "^19.0.0", "react-dom": "^19.0.0" }, "devDependencies": { "@next/eslint-plugin-next": "^15.1.2", "@testing-library/dom": "^10.4.0", "@testing-library/jest-dom": "^6.5.0", "@testing-library/react": "^16.1.0", "@types/jest": "^29.5.9", "@types/node": "^20.12.11", "@types/react": "^19.0.2", "@types/react-dom": "^19.0.2", "@types/react-test-renderer": "^19.0.0", "@types/semantic-release": "^20", "@typescript-eslint/eslint-plugin": "^7.8.0", "@typescript-eslint/parser": "^7.8.0", "cypress": "^13.15.0", "eslint": "^8.56.0", "eslint-config-airbnb": "^19.0.4", "eslint-config-airbnb-typescript": "^18.0.0", "eslint-import-resolver-alias": "^1.1.2", "eslint-import-resolver-typescript": "^3.6.1", "eslint-plugin-cypress": "^3.5.0", "eslint-plugin-import": "^2.29.0", "eslint-plugin-jest": "^28.5.0", "eslint-plugin-jsx-a11y": "^6.8.0", "eslint-plugin-react": "^7.34.1", "eslint-plugin-react-hooks": "^4.3.0", "eslint-plugin-simple-import-sort": "^12.1.1", "eslint-plugin-testing-library": "^7.1.1", "eslint-plugin-unused-imports": "^4.1.4", "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0", "sass": "^1.77.1", "semantic-release": "^20.1.0", "start-server-and-test": "^2.0.8", "typescript": "^5.3.2" }, "packageManager": "yarn@4.6.0" }