{
  "name": "ufc-components",
  "version": "0.1.55",
  "description": "ufc-components",
  "repository": {
    "type": "git",
    "url": "https://github.com/wx-chevalier/fe-boilerplates"
  },
  "author": "wx-chevalier@github",
  "license": "MIT",
  "main": "dist/cjs",
  "module": "dist/es/index.js",
  "types": "dist/types",
  "files": [
    "dist"
  ],
  "keywords": [
    "webpack",
    "react"
  ],
  "scripts": {
    "build": "rm -rf ./dist && npm run build:es && npm run copy:es",
    "build-storybook": "build-storybook",
    "build:cjs": "tsc --project ./tsconfig.cjs.json",
    "build:es": "tsc --project ./tsconfig.es.json",
    "build:storybook": "build-storybook",
    "copy:cjs": "copyfiles -u 1 './src/**/*.{less,svg,css}' dist/cjs/",
    "copy:es": "copyfiles -u 1 './src/**/*.{less,svg,css}' dist/es/",
    "dev": "yarn storybook",
    "lint": "run-p lint:*",
    "lint:es": "cross-env PARSER_NO_WATCH=true eslint . --cache --ext js,md,ts,tsx -f friendly --max-warnings 10 --fix",
    "lint:style": "stylelint src/**/*.less --cache",
    "lint:tsc": "tsc -p tsconfig.json --incremental false --noEmit",
    "storybook": "start-storybook"
  },
  "peerDependencies": {
    "@ant-design/icons": "^4.0.6",
    "classnames": "^2.2.6",
    "lodash": "^4.17.15",
    "object-assign": "^4.1.1",
    "react": "17.0.1",
    "react-dom": "17.0.1",
    "ufc-apis": "*",
    "ufc-schema": "*"
  },
  "dependencies": {
    "@ant-design/compatible": "^1.0.2",
    "@ant-design/icons": "^4.1.0",
    "@charliewilco/gluejar": "^1.0.0",
    "@m-fe/address": "^0.0.1",
    "@m-fe/react-model-viewer": "^0.3.6",
    "antd": "^4.10.2",
    "bizcharts": "^4.0.17",
    "core-js": "^3.8.0",
    "howler": "^2.2.1",
    "p5": "^1.1.9",
    "react-grid-layout": "^1.1.1",
    "react-loader-spinner": "^3.1.14",
    "react-spring": "^8.0.27",
    "workerize": "^0.1.8"
  },
  "devDependencies": {
    "@types/object-assign": "^4.0.30",
    "@types/p5": "^0.9.1",
    "@types/react-grid-layout": "^1.1.1",
    "@types/react-loader-spinner": "^3.1.0",
    "copyfiles": "^2.4.1",
    "tslint": "^6.1.3"
  }
}
