{
  "name": "bell-ui",
  "version": "0.33.0",
  "main": "dist/bell-ui.js",
  "types": "dist/bell-ui.d.ts",
  "description": "bell ui",
  "entry": "index.js",
  "scripts": {
    "start": "webpack-dev-server --config build/webpack.dev.config.js",
    "style": "stylus -w src/index.styl -o dist/bell-ui.css",
    "dts": "./node_modules/.bin/dts-bundle-generator -o dist/bell-ui.d.ts types/index.d.ts",
    "build": "webpack --config build/wepack.prod.config.js && npm run dts",
    "rollup-source": "cross-env NODE_ENV=development node_modules/.bin/rollup -c ./rollup.config.js",
    "rollup-min": "cross-env NODE_ENV=production NODE_MINIFY=true node_modules/.bin/rollup -c ./rollup.config.js",
    "rollup-build": "npm run rollup-source && npm run rollup-min"
  },
  "author": "",
  "repository": {
    "type": "git",
    "url": "git+https://github.com:divawth/bell-ui.git"
  },
  "license": "MIT",
  "readme": "README",
  "dependencies": {
    "yox": "1.0.0-alpha.408"
  },
  "devDependencies": {
    "add": "^2.0.6",
    "autoprefixer": "9.6.0",
    "clean-webpack-plugin": "2.0.2",
    "cross-env": "5.2.0",
    "css-loader": "3.0.0",
    "cssnano": "4.1.11",
    "dts-bundle-generator": "3.1.0",
    "file-loader": "4.0.0",
    "mini-css-extract-plugin": "0.7.0",
    "open-browser-webpack-plugin": "0.0.5",
    "optimize-css-assets-webpack-plugin": "5.0.3",
    "postcss-loader": "3.0.0",
    "rollup": "1.10.1",
    "rollup-plugin-buble": "0.19.6",
    "rollup-plugin-filesize": "6.1.0",
    "rollup-plugin-replace": "2.2.0",
    "rollup-plugin-terser": "5.0.0",
    "rollup-plugin-typescript": "1.0.1",
    "rollup-plugin-yox-template": "^0.8.8",
    "source-map": "0.7.3",
    "style-loader": "0.23.1",
    "stylus": "0.54.5",
    "stylus-loader": "3.0.2",
    "ts-loader": "6.0.2",
    "tslib": "1.10.0",
    "typescript": "3.5.2",
    "webpack": "4.34.0",
    "webpack-cli": "3.3.4",
    "webpack-dev-server": "3.7.1",
    "webpack-merge": "4.2.1",
    "webpack-replace-loader": "1.3.0",
    "yox-template-loader": "^0.11.8"
  }
}
