dreipol/vue-ui

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "@dreipol/vue-ui",
  "version": "3.0.0",
  "description": "",
  "main": "index.js",
  "scripts": {
    "lint": "npx eslint --ext .js,.vue --max-warnings 0 ./src *.config.js",
    "coveralls": "cat ./coverage/report-lcov/lcov.info | coveralls",
    "ci-test-lint": "npx eslint --ext .js,.vue -f junit --max-warnings 0 ./src *.config.js > reports/eslint.xml",
    "build": "npx webpack --config webpack.config.js",
    "prepublishOnly": "npm run build && npm test",
    "test": "npm run lint && BABEL_ENV=test karma start karma.config.js",
    "debug": "BABEL_ENV=test karma start karma.config.js --single-run 0 --browsers Chrome"
  },
  "files": [
    "src"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dreipol/vue-ui.git"
  },
  "keywords": [
    "vue"
  ],
  "author": "Rouven Bühlmann <rouven.buehlmann@dreipol.ch> (http://dreipol.ch)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/dreipol/vue-ui/issues"
  },
  "homepage": "https://github.com/dreipol/vue-ui#readme",
  "devDependencies": {
    "@babel/core": "^7.12.16",
    "@babel/plugin-proposal-export-namespace-from": "^7.12.13",
    "@babel/plugin-proposal-object-rest-spread": "^7.12.13",
    "@babel/preset-env": "^7.12.16",
    "@dreipol/pandora": "^0.5.1",
    "@vue/babel-helper-vue-jsx-merge-props": "^1.2.1",
    "@vue/babel-plugin-transform-vue-jsx": "^1.2.1",
    "@vue/test-utils": "^1.1.3",
    "babel-eslint": "^10.0.3",
    "babel-helper-vue-jsx-merge-props": "^2.0.3",
    "babel-loader": "^8.2.2",
    "babel-plugin-istanbul": "^6.0.0",
    "babel-plugin-syntax-jsx": "^6.18.0",
    "babel-plugin-transform-vue-jsx": "^3.7.0",
    "babel-preset-env": "^1.7.0",
    "chai": "^4.3.0",
    "coveralls": "^3.1.0",
    "eslint": "^7.19.0",
    "eslint-config-airbnb-base": "^14.2.1",
    "eslint-config-prettier": "^8.1.0",
    "eslint-plugin-fp": "^2.3.0",
    "eslint-plugin-import": "^2.22.1",
    "eslint-plugin-prettier": "^3.3.1",
    "eslint-plugin-vue": "^7.7.0",
    "karma": "^4.4.1",
    "karma-chrome-launcher": "^3.1.0",
    "karma-coverage": "^2.0.3",
    "karma-mocha": "^1.3.0",
    "karma-webpack": "^4.0.2",
    "mocha": "^7.2.0",
    "postcss": "^7.0.35",
    "prettier": "^2.2.1",
    "sinon": "^8.1.1",
    "sinon-chai": "^3.5.0",
    "vue-loader": "^15.9.6",
    "vue-template-compiler": "^2.6.12",
    "webpack": "^4.46.0",
    "webpack-cli": "^3.3.12"
  },
  "dependencies": {
    "vue": "^2.6.12",
    "vuex": "^3.6.2",
    "bianco": "^1.1.0",
    "headroom.js": "^0.9.4",
    "lodash": "^4.17.20",
    "swiper": "^6.4.14"
  }
}