UNPKG

@biz-storefront/bizy

Version:

Bizy-Bizcommerce component library

58 lines (57 loc) 1.99 kB
{ "name": "@biz-storefront/bizy", "private": false, "version": "2.0.86-alpha.0", "sideEffects": false, "description": "Bizy-Bizcommerce component library", "main": "index.js", "module": "./src/index.js", "scripts": { "css": "stylus --watch styl/*.styl -o css", "js": "rollup --config --watch", "lint:css": "stylelint css", "test:unit": "mocha -r chai/register-expect -r esm spec/unit/*.js", "test:components": "mocha -r jsdom-global/register -r spec/vue-register.js -r chai/register-expect -r esm --recursive spec/components/**/*.spec.js", "test:integration": "karma start karma.conf.js", "test:integration:headless": "karma start karma.conf.js --single-run --browsers ChromeHeadlessSand", "test": "yarn run test:unit && yarn run test:components", "build": "rollup --config --environment INCLUDE_DEPS,BUILD:production && stylus styl/*.styl -o css", "docs": "vuepress-jsdoc --source ./src --dist ./docs --title bizy", "docs:export": "vuepress build docs" }, "keywords": [ "biz" ], "author": "gabriel.oliveira@bizcommerce.com.br", "license": "ISC", "devDependencies": { "@rollup/plugin-commonjs": "^17.1.0", "@rollup/plugin-node-resolve": "^11.1.1", "@vue/test-utils": "^2.0.0-rc.0", "chai": "^4.2.0", "esm": "^3.0.84", "jsdom": "^11.11.0", "jsdom-global": "^3.0.2", "karma": "^3.1.1", "karma-chrome-launcher": "^2.2.0", "karma-commonjs": "^1.0.0", "karma-coverage": "^1.1.2", "karma-mocha": "^1.3.0", "karma-sinon-chai": "^2.0.2", "karma-spec-reporter": "0.0.32", "mocha": "^8.2.1", "node-fetch": "^2.3.0", "rollup": "^2.10.9", "sinon": "^6.3.5", "sinon-chai": "^3.2.0", "stylelint": "^9.8.0", "stylelint-rscss": "^0.4.0", "stylus": "^0.54.5", "vuepress-jsdoc": "^1.6.0" }, "dependencies": { "@biz-storefront/hdt-scheme": "^1.1.0", "vue": "^3.0.5" }, "gitHead": "aae40be56d98176dab210eef0edbc8cf49fa4fb2" }