{
  "name": "@bolt/bolt",
  "description": "Latest in the Bolt Design System",
  "version": "0.10.6",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/bolt-design-system/bolt"
  },
  "dependencies": {
    "@bolt/components-all": "^0.10.5",
    "@bolt/components-band": "^0.10.5",
    "@bolt/components-brightcove-player": "^0.10.5",
    "@bolt/components-button": "^0.10.5",
    "@bolt/components-card": "^0.10.5",
    "@bolt/components-critical-fonts": "^0.10.5",
    "@bolt/components-device-viewer": "^0.10.5",
    "@bolt/components-icon": "^0.10.5",
    "@bolt/components-image": "^0.10.5",
    "@bolt/components-nav-bar": "^0.10.5",
    "@bolt/components-smooth-scroll": "^0.10.5",
    "@bolt/components-sticky": "^0.10.5",
    "@bolt/components-video": "^0.10.5",
    "@bolt/core": "^0.10.3",
    "@bolt/elements-all": "^0.10.3",
    "@bolt/generic-all": "^0.9.0",
    "@bolt/objects-all": "^0.10.5",
    "@bolt/objects-ratio": "^0.10.5",
    "@bolt/settings-all": "^0.9.0",
    "@bolt/themes-all": "^0.9.0",
    "@bolt/tools-all": "^0.9.0",
    "@bolt/utilities-all": "^0.9.0"
  },
  "scripts": {
    "prepublishOnly": "npm run build",
    "build": "npm-run-all --parallel build:*",
    "build:wwwd8": "./node_modules/.bin/webpack --env.production --env.cli --config ./node_modules/@bolt/build-webpack/webpack.config.cli.js bolt=./bolt-wwwd8 --output-chunk-filename='[name]-wwwd8-[chunkhash].min.js' --output-filename='bolt-wwwd8.min.js' --output-public-path /bolt-scripts/",
    "build:bolt": "./node_modules/.bin/webpack --env.production --env.cli --config ./node_modules/@bolt/build-webpack/webpack.config.cli.js bolt=./bolt --output-chunk-filename='[name]-[chunkhash].min.js' --output-filename='bolt.min.js' --output-public-path /dist/"
  },
  "devDependencies": {
    "@bolt/build-webpack": "^0.10.5",
    "@bolt/core": "^0.10.3",
    "npm-run-all": "^4.0.2"
  },
  "publishConfig": {
    "access": "public"
  },
  "main": "bolt.js",
  "style": "bolt.scss"
}
