{
  "name": "spirhal",
  "version": "4.5.0",
  "description": "",
  "main": "dist/index.js",
  "directories": {
    "doc": "docs"
  },
  "scripts": {
    "lint": "eslint --ext .tsx,.ts,.js,.jsx src && tsc --noEmit",
    "build": "webpack --mode=development",
    "build:prod": "tsc --project tsconfig.build.json && webpack --mode=production && npm run copy:assets",
    "build:watch": "webpack --watch --mode=development",
    "copy:assets": "cpx 'src/images/**' 'dist/images'",
    "ci-publish": "ci-publish"
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://framagit.org/Murloc6/Spirhal.git"
  },
  "author": "",
  "license": "ISC",
  "devDependencies": {
    "@semantic-release/git": "^10.0.1",
    "@semantic-release/gitlab": "^9.5.1",
    "@semantic-release/npm": "^9.0.1",
    "@types/react": "^18.0.26",
    "@types/react-dom": "^18.0.9",
    "@types/styled-components": "^5.1.26",
    "@typescript-eslint/eslint-plugin": "^5.46.1",
    "@typescript-eslint/parser": "^5.46.1",
    "babel-preset-react-app": "^10.0.1",
    "ci-publish": "^1.3.1",
    "cpx": "^1.5.0",
    "css-loader": "^6.7.3",
    "eslint": "^8.29.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-config-standard": "^17.0.0",
    "eslint-plugin-import": "^2.26.0",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-prettier": "^4.2.1",
    "eslint-plugin-promise": "^6.1.1",
    "eslint-plugin-react": "^7.31.11",
    "eslint-plugin-standard": "^4.1.0",
    "postcss-loader": "^7.0.2",
    "postcss-nested": "^6.0.0",
    "postcss-preset-env": "^7.8.3",
    "prettier": "^2.8.1",
    "prettier-eslint": "^15.0.1",
    "react-app-polyfill": "^3.0.0",
    "semantic-release": "^19.0.5",
    "source-map-loader": "^4.0.1",
    "style-loader": "^3.3.1",
    "svg-url-loader": "^8.0.0",
    "ts-loader": "^9.4.2",
    "typescript": "^4.9.4",
    "url-loader": "^4.1.1",
    "webpack": "^5.75.0",
    "webpack-cli": "^5.0.1",
    "webpack-dev-server": "^4.11.1"
  },
  "dependencies": {
    "@emotion/react": "^11.11.1",
    "@emotion/styled": "^11.11.0",
    "@fontsource/roboto": "^5.0.8",
    "@mui/icons-material": "^5.14.15",
    "@mui/lab": "^5.0.0-alpha.153",
    "@mui/material": "^5.14.15",
    "i18n-iso-countries": "^7.5.0",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "styled-components": "^5.3.6"
  },
  "prettier": {
    "printWidth": 120
  },
  "husky": {
    "hooks": {
      "pre-commit": "precise-commits"
    }
  },
  "babel": {
    "presets": [
      "react-app"
    ]
  }
}
