{
  "name": "@shesha/module-his",
  "description": "Boilerplate for writing React Libraries bundled with Rollup.js to commonJs and ES6 Modules and React Storybook",
  "author": "Boxfusion Team",
  "version": "0.0.45",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://dev.azure.com/boxfusion/Shesha%20Web%20v3.0/_git/shesha-module-his"
  },
  "homepage": "https://github.com/Boxfusion/shesha-module-boilerplate.git",
  "main": "dist/index.js",
  "module": "dist/index.es.js",
  "jsnext:main": "dist/index.es.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "engines": {
    "node": ">=12",
    "npm": ">=6"
  },
  "scripts": {
    "start": "set NODE_ENV=development BABEL_ENV=development styleguidist server --open",
    "styleguide:build": "set NODE_ENV=production BABEL_ENV=production styleguidist build",
    "build": "rimraf dist && set NODE_ENV=production BABEL_ENV=production npm run build:less && rollup -c",
    "build:watch": "npm run build:less && rollup -c -w",
    "build:less": "node less-bundle.js",
    "lint": "yarn check-types && yarn eslint && yarn stylelint",
    "lint:fix": "yarn eslint:fix && yarn stylelint:fix",
    "eslint": "eslint . --ext .js,.jsx,.tsx,.ts",
    "eslint:fix": "eslint . --ext .js,.jsx,.tsx,.ts --fix",
    "stylelint": "stylelint \"**/*.{css,scss,sass}\"",
    "stylelint:fix": "stylelint \"**/*.{css,scss,sass}\" --fix",
    "check-types": "tsc",
    "prepare": "yarn build",
    "release": "npm publish",
    "predeploy": "yarn styleguide:build",
    "deploy": "gh-pages -d styleguide",
    "storybook": "storybook dev -p 6008",
    "build-storybook": "storybook build"
  },
  "peerDependencies": {
    "lodash": "^4.17.21",
    "react": "^18.2.0",
    "react-dom": "^18.2.0"
  },
  "devDependencies": {
    "@ant-design/icons": "^5.1.0",
    "@babel/core": "^7.15.0",
    "@babel/plugin-proposal-class-properties": "^7.14.5",
    "@babel/plugin-syntax-dynamic-import": "^7.8.3",
    "@babel/plugin-transform-runtime": "^7.15.8",
    "@babel/preset-env": "^7.15.0",
    "@babel/preset-react": "^7.14.5",
    "@babel/preset-typescript": "^7.15.0",
    "@rollup/plugin-commonjs": "^24.0.1",
    "@rollup/plugin-json": "^6.0.0",
    "@rollup/plugin-multi-entry": "^6.0.0",
    "@rollup/plugin-node-resolve": "^15.0.1",
    "@rollup/plugin-terser": "^0.4.0",
    "@rollup/plugin-typescript": "^11.0.0",
    "@shesha/reactjs": "^4.31.4",
    "@storybook/addon-actions": "^7.0.12",
    "@storybook/addon-essentials": "^7.0.12",
    "@storybook/addon-links": "^7.0.12",
    "@storybook/react": "^7.0.12",
    "@storybook/react-webpack5": "^7.0.12",
    "@svgr/rollup": "^7.0.0",
    "@svgr/webpack": "^8.0.1",
    "@types/classnames": "^2.3.1",
    "@types/lodash": "^4.14.176",
    "@types/react": "^18.2.6",
    "@types/react-dom": "^18.2.4",
    "@types/redux-actions": "^2.3.1",
    "@types/styled-components": "^5.1.9",
    "antd": "^4.24.7",
    "babel-eslint": "^10.1.0",
    "babel-loader": "^8.2.2",
    "babel-plugin-module-resolver": "^5.0.0",
    "css-loader": "^6.2.0",
    "dotenv": "^14.3.2",
    "dotenv-webpack": "^7.0.3",
    "eslint": "^8.9.0",
    "gh-pages": "^3.2.3",
    "husky": "^7.0.4",
    "i": "^0.3.7",
    "identity-obj-proxy": "^3.0.0",
    "less": "^4.1.2",
    "less-bundle": "^0.1.2",
    "less-loader": "^10.2.0",
    "lodash": "^4.17.21",
    "next": "12.2.2",
    "npm": "^8.1.1",
    "prettier": "^2.3.2",
    "process": "^0.11.10",
    "react": "^18.2.0",
    "react-app-polyfill": "^2.0.0",
    "react-docgen-typescript": "^2.1.0",
    "react-dom": "^18.2.0",
    "react-styleguidist": "13.0.0",
    "react-transition-group": "^4.4.2",
    "redux-actions": "^2.6.5",
    "regenerator-runtime": "^0.13.9",
    "rimraf": "^3.0.2",
    "rollup": "^3.20.2",
    "rollup-plugin-local-resolve": "^1.0.7",
    "rollup-plugin-peer-deps-external": "^2.2.4",
    "rollup-plugin-postcss": "^4.0.2",
    "rollup-plugin-url": "^3.0.1",
    "sass-loader": "^12.1.0",
    "storybook": "^7.0.12",
    "style-loader": "^3.2.1",
    "styled-components": "^5.2.1",
    "stylelint": "^13.13.1",
    "tsconfig-paths-webpack-plugin": "^4.0.1",
    "url-loader": "^4.1.1",
    "webpack": "^5.59.1"
  },
  "dependencies": {
    "axios": "^0.21.4",
    "typescript": "^5.0.4",
    "yarn": "^1.22.19"
  }
}
