midorimici/fairy-chess-online

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "fairy-chess-online",
  "private": true,
  "scripts": {
    "dev": "next dev",
    "build": "next build",
    "start": "next start",
    "lint": "next lint",
    "i18n": "i18nexus pull",
    "storybook": "start-storybook -p 6006",
    "build-storybook": "build-storybook",
    "test": "jest --coverage"
  },
  "dependencies": {
    "@chakra-ui/react": "^2.3.2",
    "@emotion/react": "^11.10.4",
    "@emotion/styled": "^11.10.4",
    "@mui/icons-material": "^5.6.2",
    "@mui/material": "^5.6.4",
    "firebase": "^9.6.3",
    "framer-motion": "^7.3.2",
    "graphql": "^16.2.0",
    "graphql-request": "^3.7.0",
    "next": "^12.3.0",
    "next-i18next": "^12.0.1",
    "react": "^18.2.0",
    "react-dom": "^18.2.0"
  },
  "devDependencies": {
    "@babel/core": "^7.16.7",
    "@next/eslint-plugin-next": "^12.3.0",
    "@storybook/addon-actions": "^6.5.10",
    "@storybook/addon-essentials": "^6.5.10",
    "@storybook/addon-links": "^6.5.10",
    "@storybook/builder-webpack5": "^6.5.10",
    "@storybook/manager-webpack5": "^6.5.10",
    "@storybook/react": "^6.5.10",
    "@testing-library/jest-dom": "^5.16.1",
    "@testing-library/react": "^13.4.0",
    "@types/node": "17.0.8",
    "@types/react": "^18.0.19",
    "@typescript-eslint/eslint-plugin": "^5.9.0",
    "@typescript-eslint/parser": "^5.9.0",
    "babel-loader": "^8.2.3",
    "eslint": "8.6.0",
    "eslint-config-airbnb": "^19.0.4",
    "eslint-config-next": "^12.3.0",
    "eslint-config-prettier": "^8.3.0",
    "eslint-plugin-import": "^2.25.4",
    "eslint-plugin-jsx-a11y": "^6.5.1",
    "eslint-plugin-react": "^7.31.8",
    "eslint-plugin-react-hooks": "^4.6.0",
    "eslint-plugin-storybook": "^0.5.5",
    "i18nexus-cli": "^2.0.2",
    "jest": "^27.4.7",
    "storybook-react-i18next": "^1.1.2",
    "tsconfig-paths-webpack-plugin": "^3.5.2",
    "typescript": "4.5.4",
    "webpack": "5"
  },
  "eslintIgnore": [
    "jest.config.js",
    "jest.setup.js",
    "next-i18next.config.js",
    "next.config.js"
  ]
}