{
  "name": "@stencila/style-stencila",
  "version": "0.30.0",
  "description": "Custom designed theme for Stencila components",
  "keywords": [
    "Stencila",
    "design",
    "theme"
  ],
  "author": "Stencila <hello@stenci.la>",
  "homepage": "https://stenci.la",
  "license": "Apache-2.0",
  "main": "dist/index-stencila.css",
  "style": "./dist/index-stencila.css",
  "targets": {
    "main": false
  },
  "directories": {
    "src": "src"
  },
  "files": [
    "dist"
  ],
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/stencila/style.git"
  },
  "scripts": {
    "build": "parcel build 'src/**/*.css' --no-optimize",
    "build:watch": "parcel watch 'src/**/*.css'"
  },
  "bugs": {
    "url": "https://github.com/stencila/style/issues"
  },
  "browserslist": [
    "defaults",
    "not IE 11",
    "not IE_Mob 11"
  ],
  "dependencies": {
    "@stencila/brand": "0.7.31"
  },
  "devDependencies": {
    "cssnano": "5.1.5",
    "parcel": "2.3.2",
    "tailwindcss": "3.0.23"
  },
  "gitHead": "10c6757399864f037250a93365b8a87d035312a9"
}
