bulmil
Version:

111 lines (110 loc) • 4.34 kB
JSON
{
"name": "bulmil",
"version": "0.7.3",
"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.js",
"module": "dist/index.mjs",
"es2015": "dist/esm/index.mjs.js",
"es2017": "dist/esm/index.mjs.js",
"jsnext:main": "dist/esm/index.mjs",
"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",
"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": "^1.17.3",
"@stencil/eslint-plugin": "^0.3.1",
"@stencil/postcss": "^1.0.1",
"@stencil/react-output-target": "^0.0.9",
"@stencil/sass": "^1.3.2",
"@stencil/vue-output-target": "^0.0.3",
"@types/autoprefixer": "^9.7.2",
"@types/jest": "26.0.10",
"@types/node": "^14.6.0",
"@types/puppeteer": "3.0.1",
"@typescript-eslint/eslint-plugin": "^3.9.1",
"@typescript-eslint/parser": "^3.9.1",
"autoprefixer": "^9.8.6",
"babel-loader": "^8.1.0",
"clean-css-cli": "^4.3.0",
"css-loader": "^4.2.1",
"eslint": "^7.7.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.20.6",
"jest": "26.4.1",
"jest-cli": "26.4.1",
"node-sass": "^4.14.1",
"postcss-cli": "^7.1.1",
"prettier": "^2.0.5",
"puppeteer": "5.2.1",
"rimraf": "^3.0.2",
"sass-loader": "^9.0.3",
"standard-version": "^9.0.0",
"style-loader": "^1.2.1",
"stylelint": "^13.6.1",
"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",
"bulma-divider": "^0.2.0",
"bulma-scss": "^0.9.0",
"bulma-slider": "^2.0.4",
"bulma-switch": "^2.0.0"
},
"gitHead": "b5d88c45752b0150daefefa1f6902a1df544f657"
}