{
  "name": "vue-baraja-js",
  "version": "1.0.8",
  "description": "A plugin for spreading items in a card-like fashion.",
  "main": "src/vue-baraja.js",
  "scripts": {
    "build": "babel src -s -D -d dist",
    "lint": "eslint --ignore-path .gitignore demo src",
    "prepack": "npm run build",
    "webpack": "webpack-cli ./demo/index.js --config demo/webpack.config.js --output-path demo/assets",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nuxy/vue-baraja-js.git"
  },
  "keywords": [
    "javascript",
    "vue",
    "vue-component",
    "animation",
    "cards"
  ],
  "bugs": {
    "url": "https://github.com/nuxy/vue-baraja-js/issues"
  },
  "homepage": "https://github.com/nuxy/vue-baraja-js#readme",
  "author": "Marc S. Brooks <devel@mbrooks.info> (https://mbrooks.info)",
  "license": "MIT",
  "dependencies": {
    "baraja-js": "^1.3.3",
    "vue": "^3.5.30"
  },
  "devDependencies": {
    "@babel/cli": "^7.28.6",
    "@babel/core": "^7.29.0",
    "@babel/eslint-parser": "^7.28.6",
    "@babel/plugin-proposal-class-properties": "^7.17.12",
    "@babel/plugin-proposal-decorators": "^7.29.0",
    "@babel/plugin-syntax-dynamic-import": "^7.8.3",
    "@babel/preset-env": "^7.29.0",
    "@babel/register": "^7.28.6",
    "@node-minify/clean-css": "^4.0.5",
    "@node-minify/cli": "^6.2.0",
    "@node-minify/uglify-js": "^4.0.5",
    "babel-loader": "^8.4.1",
    "css-loader": "^6.10.0",
    "eslint": "^8.57.1",
    "mini-css-extract-plugin": "^1.6.2",
    "webpack": "^5.105.4",
    "webpack-cli": "^5.1.4"
  },
  "overrides": {
    "braces": "3.0.3",
    "got": "^12.0.0"
  }
}
