{
  "name": "vnmf-ui",
  "version": "3.1.0-b4",
  "description": "UI KIT for Vnmf",
  "module": "dist/index.esm.js",
  "main": "dist/index.js",
  "source": "src/index.ts",
  "react-native": "rn/index.ts",
  "sideEffects": [
    "*.scss",
    "*.css"
  ],
  "types": "./types/index.d.ts",
  "keywords": [
    "vnmf",
    "vnmf-ui",
    "ui"
  ],
  "files": [
    "lib",
    "dist",
    "types",
    "rn"
  ],
  "author": "vnpaycode",
  "homepage": "https://vnmf-ui.vnpay.vn",
  "repository": {
    "type": "git",
    "url": "git@github.com:vnpaycode/vnmf-ui.git"
  },
  "license": "MIT",
  "publishConfig": {
    "tag": "next"
  },
  "scripts": {
    "dev": "yarn run dev:lib",
    "dev:lib": "tsc --project ./tsconfig.build.json --watch --incremental",
    "dev:rollup": "rollup --config ./config/rollup.config.js --watch",
    "build": "yarn run build:rollup && yarn run build:lib",
    "build:lib": "tsc --project ./tsconfig.build.json",
    "build:rollup": "rollup --config ./config/rollup.config.js",
    "lint": "eslint ./src --fix",
    "lint:style": "stylelint \"src/**/*.scss\" --syntax scss",
    "lint:style-fix": "stylelint \"src/**/*.scss\" --syntax scss --fix",
    "test": "cross-env NODE_ENV=test && jest --coverage",
    "test:ci": "yarn run build:h5 && yarn run test",
    "test:analyze": "rollup --config ./config/rollup.config.analyze.js",
    "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
    "clean": "rimraf .temp dist lib coverage"
  },
  "dependencies": {
    "classnames": "^2.2.6",
    "dayjs": "^1.7.7",
    "lodash": "^4.17.10",
    "prop-types": "^15.7.2",
    "react-native-modal": "^13.0.0"
  },
  "devDependencies": {
    "@rollup/plugin-commonjs": "^11.0.2",
    "@rollup/plugin-json": "^4.0.2",
    "@rollup/plugin-node-resolve": "^7.1.1",
    "@vnxjs/components": "~3.5.64",
    "@vnxjs/react": "~3.5.64",
    "@vnxjs/vnmf": "~3.5.64",
    "@types/classnames": "^2.2.9",
    "@types/node": "^13.11.1",
    "@types/react": "^16.9.23",
    "@types/react-dom": "^16.9.5",
    "@types/react-native": "^0.64.13",
    "camelize": "^1.0.0",
    "react": "^16.13.0",
    "react-dom": "^16.13.0",
    "react-native": "^0.64.0",
    "rollup": "^2.3.1",
    "rollup-plugin-copy": "^3.3.0",
    "rollup-plugin-typescript2": "^0.27.0",
    "rollup-plugin-visualizer": "^4.0.2",
    "typescript": "^3.8.3"
  },
  "peerDependencies": {
    "@vnxjs/components": ">=3",
    "@vnxjs/react": ">=3",
    "react": ">=16.13.0",
    "react-dom": ">=16.13.0"
  }
}
