@bulmil/core
Version:

118 lines (117 loc) • 4.57 kB
JSON
{
"name": "@bulmil/core",
"version": "0.56.0",
"repository": "git@github.com:gomah/bulmil.git",
"author": "Gomah <hi@gomah.fr>",
"homepage": "https://bulmil.vercel.app/",
"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.mjs",
"es2017": "dist/esm/index.mjs",
"collection": "dist/collection/collection-manifest.json",
"collection:main": "dist/collection/index.js",
"types": "dist/types/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.8.4",
"@stencil/core": "4.15.0",
"@stencil/eslint-plugin": "0.4.0",
"@stencil/postcss": "2.1.0",
"@stencil/react-output-target": "0.5.3",
"@stencil/sass": "3.0.10",
"@stencil/svelte-output-target": "0.0.3",
"@stencil/vue-output-target": "0.8.7",
"@types/autoprefixer": "10.2.0",
"@types/jest": "27.5.2",
"@types/node": "18.14.2",
"@types/puppeteer": "5.4.7",
"@typescript-eslint/eslint-plugin": "6.7.4",
"@typescript-eslint/parser": "6.7.4",
"babel-loader": "8.3.0",
"clean-css-cli": "5.6.2",
"css-loader": "6.7.3",
"eslint": "8.35.0",
"eslint-config-prettier": "8.6.0",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-react": "7.32.2",
"jest": "27.5.1",
"jest-cli": "27.5.1",
"node-sass": "9.0.0",
"postcss": "8.4.21",
"postcss-cli": "10.1.0",
"prettier": "2.8.4",
"puppeteer": "16.2.0",
"rimraf": "4.1.2",
"sass-loader": "12.6.0",
"standard-version": "9.5.0",
"style-loader": "3.3.1",
"stylelint": "14.16.1",
"stylelint-a11y": "1.2.3",
"stylelint-config-prettier": "9.0.5",
"stylelint-config-recommended": "7.0.0",
"stylelint-config-standard-scss": "3.0.0",
"stylelint-prettier": "2.0.0",
"stylelint-scss": "4.4.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": "dda46b375c2d7e236ee09af93b30ea62dd8cfca5"
}