{
  "name": "react-viber",
  "version": "0.1.15",
  "private": false,
  "main": "dist/index.js",
  "files": [
    "dist"
  ],
  "_moduleAliases": {
    "@react-viber": "dist/"
  },
  "types": "dist/index.d.ts",
  "dependencies": {
    "axios": "^0.27.2",
    "body-parser": "^1.20.0",
    "concurrently": "^7.6.0",
    "cors": "^2.8.5",
    "dotenv": "^16.0.2",
    "express": "^4.18.1",
    "husky": "8.0.1",
    "lint-staged": "12.1.4",
    "markdown-to-txt": "^2.0.1",
    "nodemon": "^2.0.20",
    "react": "^18.2.0",
    "react-create-url": "^0.1.4",
    "react-dom": "^18.2.0",
    "typescript": "^4.8.3"
  },
  "devDependencies": {
    "@babel/preset-typescript": "^7.21.0",
    "@types/express": "4",
    "@types/jest": "^26.0.15",
    "@types/node": "^14.14.31",
    "@types/react-dom": "^18.0.6",
    "@typescript-eslint/eslint-plugin": "^5.38.1",
    "@typescript-eslint/parser": "^5.38.1",
    "eslint": "7.32.0",
    "eslint-config-next": "12.0.7",
    "eslint-config-prettier": "^6.15.0",
    "eslint-import-resolver-typescript": "2.5.0",
    "eslint-plugin-hooks-sort": "^0.1.1",
    "eslint-plugin-import": "^2.22.1",
    "eslint-plugin-no-only-tests": "^2.6.0",
    "eslint-plugin-prettier": "^3.4.0",
    "eslint-plugin-react": "^7.23.2",
    "eslint-plugin-react-hooks": "4.6.0",
    "eslint-plugin-unicorn": "^35.0.0",
    "prettier": "2.3.2",
    "prettier-plugin-organize-imports": "^1.1.1",
    "source-map-explorer": "^2.5.1",
    "stylelint": "^13.12.0",
    "stylelint-order": "^4.1.0",
    "ts-loader": "^8.0.1",
    "ts-node": "^10.9.1",
    "tsc-alias": "^1.8.6"
  },
  "scripts": {
    "build": "npx tsc && tsc-alias",
    "start": "node dist/index.js",
    "dev": "concurrently \"npx tsc --watch && tsc-alias\" \"nodemon -q dist/index.js\"",
    "stylelint": "stylelint **/*.scss",
    "stylelint:fix": "stylelint **/*.scss --fix",
    "lint": "tsc --noEmit && eslint 'src/**/*.{js,ts,tsx}'",
    "lint:fix": "tsc --noEmit && eslint --fix 'src/**/*.{js,ts,tsx}'"
  },
  "husky": {
    "hooks": {
      "pre-commit": "yarn lint"
    }
  },
  "eslintConfig": {
    "extends": [
      "react-app",
      "react-app/jest"
    ]
  },
  "author": "Mykhaylo Gerasika <mgerasika@gmail.com>",
  "browserslist": {
    "production": [
      ">0.2%",
      "not dead",
      "not op_mini all"
    ],
    "development": [
      "last 1 chrome version",
      "last 1 firefox version",
      "last 1 safari version"
    ]
  },
  "description": "nvm use 14.20.0 npm uninstall --save-dev node-sass yarn add node-sass   node-sass\": \"^4.14.0\",",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mgerasika/layout-manager.git"
  },
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/mgerasika/layout-manager/issues"
  }
}
