{
  "name": "@simpleryo/syw-uikit",
  "version": "0.6.12",
  "description": "This README would normally document whatever steps are necessary to get your application up and running.",
  "main": "lib/syw-uikit.js",
  "module": "src/js/syw-uikit.js",
  "scss": "dist/scss/syw-uikit.scss",
  "scripts": {
    "clean": "rimraf ./dist ./lib",
    "lint": "eslint --ext .jsx --ext .js src/ test/",
    "lint:fix": "yarn lint --fix",
    "start": "cross-env NODE_ENV=production node server.js",
    "start:dev": "cross-env NODE_ENV=development node server.js",
    "prebuild": "yarn run clean",
    "build": "cross-env NODE_ENV=production yarn run build:web && yarn run build:lib && yarn run build:server",
    "build:web": "webpack --config webpack.config.prod.js",
    "build:lib": "babel ./src/js --out-dir ./lib --copy-files",
    "build:server": "babel --ignore ./src/js ./src --out-dir ./dist --copy-files"
  },
  "repository": "@simpleryo/web-components",
  "author": "SimplerYo",
  "license": "MIT",
  "dependencies": {
    "antd": "3.10.7",
    "bootstrap-sass": "^3.3.7",
    "@simpleryo/react-datepicker": "1.4.1-beta-3",
    "@simpleryo/syw-utils": "*",
    "react-markdown": "3.3.0",
    "react-slick": "^0.20.0",
    "react-syntax-highlighter": "^5.7.0",
    "slick-carousel": "^1.8.1",
    "copy-to-clipboard": "3.0.8",
    "signature_pad": "3.0.0-beta.1",
    "blueimp-canvas-to-blob": "3.14.0"
  }
}
