{
  "name": "@bulmil/core",
  "version": "0.9.0",
  "repository": "git@github.com:gomah/bulmil.git",
  "author": "Gomah <hi@gomah.fr>",
  "license": "MIT",
  "files": [
    "bulmil.scss",
    "src/styles/",
    "dist/"
  ],
  "keywords": [
    "bulmil",
    "bulma",
    "css",
    "stencil",
    "stenciljs",
    "storybook",
    "angular",
    "vue",
    "react",
    "ember",
    "vanilla",
    "ui-framework",
    "custom-elements",
    "webcomponents",
    "web-components"
  ],
  "main": "dist/index.cjs.js",
  "module": "dist/index.js",
  "es2015": "dist/esm/index.js",
  "es2017": "dist/esm/index.js",
  "jsnext:main": "dist/esm/index.js",
  "types": "dist/types/index.d.ts",
  "collection": "dist/collection/collection-manifest.json",
  "collection:main": "dist/collection/index.js",
  "unpkg": "dist/bulmil/bulmil.js",
  "style": "dist/css/bulmil.min.css",
  "sass": "bulmil.scss",
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "yarn build:clean && yarn build:components && yarn build:scss && yarn build:autoprefix && yarn build:min",
    "build:autoprefix": "postcss --use autoprefixer --map false --output dist/css/bulmil.css dist/css/bulmil.css",
    "build:min": "cleancss -o dist/css/bulmil.min.css dist/css/bulmil.css",
    "build:scss": "node-sass --include-path node_modules --include-path ../../node_modules --output-style expanded --source-map true bulmil.scss dist/css/bulmil.css",
    "build:docs": "node --max_old_space_size=1024 ./node_modules/.bin/stencil build --docs",
    "build:clean": "rimraf dist",
    "build:components": "node --max_old_space_size=1024 ./node_modules/.bin/stencil build --prod",
    "start": "node --max_old_space_size=1024 ./node_modules/.bin/stencil build --dev --watch --serve",
    "release": "yarn run test && standard-version && git push --follow-tags && npm publish",
    "watch": "node --max_old_space_size=4096 ./node_modules/.bin/stencil build --watch --recursive --serve",
    "test:lint:ts": "eslint --ext .ts,.tsx --ignore-path .gitignore --ignore-path .eslintignore src/core/",
    "test:lint:scss": "stylelint 'src/**/*.scss' --syntax scss",
    "test:stencil:e2e": "node --max_old_space_size=1024 ./node_modules/.bin/stencil test --e2e",
    "test:stencil:e2e.watch": "node --max_old_space_size=1024 ./node_modules/.bin/stencil test --e2e --watchAll",
    "test:stencil:unit": "node --max_old_space_size=1024 ./node_modules/.bin/stencil test --spec",
    "test:stencil:unit:watch": "node --max_old_space_size=1024 ./node_modules/.bin/stencil test --spec --watch",
    "test:stencil:snapshots": "node --max_old_space_size=1024 ./node_modules/.bin/stencil test --e2e --screenshot",
    "test:stencil": "yarn run test:stencil:unit && yarn run test:stencil:e2e",
    "test": "yarn run test:lint:ts && yarn run test:lint:scss && yarn run test:stencil"
  },
  "devDependencies": {
    "@stencil/angular-output-target": "^0.0.5",
    "@stencil/core": "^2.0.1",
    "@stencil/eslint-plugin": "^0.3.1",
    "@stencil/postcss": "^1.0.1",
    "@stencil/react-output-target": "^0.0.9",
    "@stencil/sass": "^1.3.2",
    "@stencil/svelte-output-target": "^0.0.3",
    "@stencil/vue-output-target": "^0.0.3",
    "@types/autoprefixer": "^9.7.2",
    "@types/jest": "26.0.12",
    "@types/node": "^14.6.2",
    "@types/puppeteer": "3.0.1",
    "@typescript-eslint/eslint-plugin": "^4.0.1",
    "@typescript-eslint/parser": "^4.0.1",
    "autoprefixer": "^9.8.6",
    "babel-loader": "^8.1.0",
    "clean-css-cli": "^4.3.0",
    "css-loader": "^4.2.2",
    "eslint": "^7.8.0",
    "eslint-config-prettier": "^6.11.0",
    "eslint-plugin-prettier": "^3.1.4",
    "eslint-plugin-react": "^7.20.6",
    "jest": "26.4.2",
    "jest-cli": "26.4.2",
    "node-sass": "^4.14.1",
    "postcss-cli": "^7.1.2",
    "prettier": "^2.1.1",
    "puppeteer": "5.2.1",
    "rimraf": "^3.0.2",
    "sass-loader": "^10.0.1",
    "standard-version": "^9.0.0",
    "style-loader": "^1.2.1",
    "stylelint": "^13.7.0",
    "stylelint-a11y": "^1.2.3",
    "stylelint-config-recommended": "^3.0.0",
    "stylelint-prettier": "^1.1.2",
    "stylelint-scss": "^3.18.0",
    "workbox-build": "^5.1.3"
  },
  "dependencies": {
    "@creativebulma/bulma-badge": "^1.0.1",
    "@creativebulma/bulma-divider": "^1.1.0",
    "bulma-scss": "^0.9.0",
    "bulma-slider": "^2.0.4",
    "bulma-switch": "^2.0.0"
  },
  "gitHead": "01a2da680cafeaf8dc75c3319d44ac5fc78fc136"
}
