{
  "name": "@autobest-ui/california",
  "version": "3.2.4",
  "private": false,
  "module": "esm/index.js",
  "main": "lib/index.js",
  "scripts": {
    "clean": "rimraf lib esm",
    "build": "yarn clean && ./node_modules/.bin/gulp build",
    "lint:style": "npx stylelint src/**/*.{css,scss} --allow-empty-input",
    "lint:ts": "tsc --noEmit",
    "lint:js": "yarn lint:ts && eslint src --ext .js,.jsx,.ts,.tsx",
    "lint": "yarn lint:js && yarn lint:style"
  },
  "files": [
    "lib",
    "esm"
  ],
  "sideEffects": [
    "*.css",
    "./**/style/*.ts",
    "./**/style/*.js",
    "*.scss"
  ],
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "devDependencies": {
    "@babel/plugin-proposal-export-default-from": "7.16.7",
    "gulp": "4.0.2",
    "gulp-babel": "8.0.0",
    "gulp-clean-css": "4.3.0",
    "gulp-concat": "2.6.1",
    "gulp-sass": "5.1.0",
    "gulp-typescript": "5.0.1",
    "gulp-url-loader": "0.1.0",
    "merge2": "1.3.0"
  },
  "peerDependencies": {
    "react": "16.8.6",
    "react-dom": "16.8.6"
  },
  "gitHead": "ba5b59d341708ed336fe406e098722d61df51902"
}
