{
  "name": "@bulmil/core",
  "version": "0.32.1",
  "repository": "git@github.com:gomah/bulmil.git",
  "author": "Gomah <hi@gomah.fr>",
  "homepage": "https://bulmil.netlify.com/",
  "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/components/index.js",
  "es2015": "dist/components/index.js",
  "es2017": "dist/components/index.js",
  "jsnext:main": "dist/components/index.js",
  "collection": "dist/collection/collection-manifest.json",
  "collection:main": "dist/collection/index.js",
  "types": "dist/components/index.d.ts",
  "unpkg": "dist/bulmil/bulmil.js",
  "style": "dist/css/bulmil.min.css",
  "sass": "bulmil.scss",
  "publishConfig": {
    "access": "public"
  },
  "bugs": {
    "url": "https://github.com/gomah/bulmil/issues"
  },
  "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'",
    "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.4.0",
    "@stencil/core": "2.20.0",
    "@stencil/eslint-plugin": "0.4.0",
    "@stencil/postcss": "2.1.0",
    "@stencil/react-output-target": "0.3.1",
    "@stencil/sass": "2.0.1",
    "@stencil/svelte-output-target": "0.0.3",
    "@stencil/vue-output-target": "0.0.3",
    "@types/autoprefixer": "10.2.0",
    "@types/jest": "27.0.3",
    "@types/node": "18.6.3",
    "@types/puppeteer": "5.4.6",
    "@typescript-eslint/eslint-plugin": "5.41.0",
    "@typescript-eslint/parser": "5.41.0",
    "babel-loader": "8.2.5",
    "clean-css-cli": "5.6.1",
    "css-loader": "6.7.1",
    "eslint": "8.26.0",
    "eslint-config-prettier": "8.5.0",
    "eslint-plugin-prettier": "4.2.1",
    "eslint-plugin-react": "7.31.10",
    "jest": "27.0.3",
    "jest-cli": "27.4.5",
    "node-sass": "7.0.3",
    "postcss": "8.4.18",
    "postcss-cli": "10.0.0",
    "prettier": "2.7.1",
    "puppeteer": "16.2.0",
    "rimraf": "3.0.2",
    "sass-loader": "12.6.0",
    "standard-version": "9.5.0",
    "style-loader": "3.3.1",
    "stylelint": "14.13.0",
    "stylelint-a11y": "1.2.3",
    "stylelint-config-prettier": "9.0.3",
    "stylelint-config-recommended": "7.0.0",
    "stylelint-config-standard-scss": "3.0.0",
    "stylelint-prettier": "2.0.0",
    "stylelint-scss": "4.3.0",
    "workbox-build": "6.5.4"
  },
  "dependencies": {
    "@creativebulma/bulma-badge": "1.0.1",
    "@creativebulma/bulma-divider": "1.1.0",
    "bulma-scss": "0.9.4",
    "bulma-slider": "2.0.4",
    "bulma-switch": "2.0.4"
  },
  "gitHead": "f244a3d76a9ee2723a1837fd468b0e6fb010149a"
}
