{
  "name": "@txdfe/at-colors",
  "version": "1.0.12",
  "description": "Color palettes generator of AT",
  "main": "lib/index.js",
  "module": "lib/index.js",
  "files": [
    "lib"
  ],
  "scripts": {
    "tsc": "tsc",
    "build": "webpack --config ./webpack.config.js --env production"
  },
  "keywords": [
    "Color Generator",
    "AT"
  ],
  "author": "zuoqi <zuoqi.zzq@alibaba-inc.com>",
  "license": "ISC",
  "dependencies": {
    "react-color": "^2.18.1",
    "tinycolor2": "^1.4.1"
  },
  "devDependencies": {
    "@babel/core": "^7.10.1",
    "@babel/preset-env": "^7.10.1",
    "@types/tinycolor2": "^1.4.2",
    "babel-loader": "^8.1.0",
    "babel-plugin-add-module-exports": "^1.0.2",
    "babel-plugin-syntax-dynamic-import": "^6.18.0",
    "eslint": "^7.1.0",
    "eslint-config-prettier": "^6.11.0",
    "eslint-plugin-prettier": "^3.1.3",
    "prettier": "^2.0.5",
    "ts-loader": "^7.0.5",
    "typescript": "^3.9.3",
    "webpack": "^4.43.0",
    "webpack-cli": "^3.3.11"
  }
}
