UNPKG

@bulmil/core

Version:

![bulmil](https://user-images.githubusercontent.com/2362138/65766959-c721a080-e16f-11e9-9fb9-45a5a2ad0391.jpg)

119 lines (118 loc) 4.64 kB
{ "name": "@bulmil/core", "version": "0.26.0", "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.13.0", "@stencil/eslint-plugin": "^0.3.1", "@stencil/postcss": "^2.1.0", "@stencil/react-output-target": "^0.2.1", "@stencil/sass": "^1.5.2", "@stencil/svelte-output-target": "^0.0.3", "@stencil/vue-output-target": "^0.0.3", "@types/autoprefixer": "^10.2.0", "@types/jest": "27.4.0", "@types/node": "^14.14.41", "@types/puppeteer": "5.4.4", "@typescript-eslint/eslint-plugin": "^5.10.1", "@typescript-eslint/parser": "^5.10.1", "babel-loader": "^8.2.3", "clean-css-cli": "^5.5.2", "css-loader": "^6.5.1", "eslint": "^8.8.0", "eslint-config-prettier": "^8.3.0", "eslint-plugin-prettier": "^4.0.0", "eslint-plugin-react": "^7.28.0", "jest": "27.4.7", "jest-cli": "27.4.7", "node-sass": "^7.0.1", "postcss": "^8.4.5", "postcss-cli": "^9.1.0", "prettier": "^2.5.1", "puppeteer": "13.1.2", "rimraf": "^3.0.2", "sass-loader": "^12.4.0", "standard-version": "^9.3.2", "style-loader": "^3.3.1", "stylelint": "^14.3.0", "stylelint-a11y": "^1.2.3", "stylelint-config-prettier": "^9.0.3", "stylelint-config-recommended": "^6.0.0", "stylelint-config-standard-scss": "^3.0.0", "stylelint-prettier": "^2.0.0", "stylelint-scss": "^4.1.0", "workbox-build": "^6.4.2" }, "dependencies": { "@creativebulma/bulma-badge": "1.0.1", "@creativebulma/bulma-divider": "1.1.0", "bulma-scss": "0.9.3", "bulma-slider": "2.0.4", "bulma-switch": "2.0.4" }, "gitHead": "c08b02518821679638dc8ba662b46910b219a94f" }