wandifrog / wf-nextjs-boilerplate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WF Nextjs Boilerplate

Features

  • React hooks
  • TypeScript
  • Context API
  • Light and Dark mode
  • Multi language

Depedencies Version

"dependencies": {
  "@emotion/react": "^11.4.0",
  "@emotion/styled": "^11.3.0",
  "next": "^10.0.0",
  "react": "17.0.1",
  "react-dom": "17.0.1",
  "swr": "^0.5.6"
},
"devDependencies": {
  "@types/react": "^17.0.9",
  "@typescript-eslint/eslint-plugin": "^4.26.0",
  "@typescript-eslint/parser": "^4.26.0",
  "eslint": "^7.27.0",
  "eslint-plugin-jsx-a11y": "^6.4.1",
  "eslint-plugin-react": "^7.24.0",
  "eslint-plugin-react-hooks": "^4.2.0",
  "husky": "^6.0.0",
  "lint-staged": "^11.0.0",
  "standard-version": "^9.3.0",
  "typescript": "^4.3.2"
}

About


Languages

Language:TypeScript 91.6%Language:JavaScript 7.8%Language:Shell 0.6%