{
  "name": "@undecaf/vue-material-locales",
  "version": "0.2.2",
  "description": "Locales for the Vue Material datepicker",
  "keywords": [
    "vue",
    "material",
    "datepicker",
    "date",
    "i18n",
    "locale",
    "date-fns"
  ],
  "author": "F. Kasper <fkasper@modus-operandi.at>",
  "license": "MIT",
  "main": "dist/index.ssr.js",
  "module": "dist/index.esm.js",
  "unpkg": "dist/index.min.js",
  "style": "dist/index.css",
  "repository": {
    "type": "git",
    "url": "https://github.com/undecaf/vue-material-locales"
  },
  "files": [
    "dist/*"
  ],
  "scripts": {
    "prebuild": "rimraf dist/index.* && node build/convert.js",
    "build": "NODE_ENV=production rollup --config rollup.config.js",
    "postbuild": "node terser.js dist/index.*.js",
    "prebuild:example": "rimraf docs/example",
    "build:example": "vue-cli-service build --dest docs/example",
    "serve": "vue-cli-service serve",
    "lint": "eslint '{src,tests}/**/*.{js,vue}'",
    "lint:fix": "npm run lint -- --fix",
    "test:unit": "karma start",
    "test:unit:debug": "karma start --browsers Chromium --no-single-run",
    "test:e2e": "testcafe"
  },
  "dependencies": {},
  "devDependencies": {
    "@rollup/plugin-buble": "^0.21.3",
    "@rollup/plugin-commonjs": "^15.0.0",
    "@rollup/plugin-node-resolve": "^9.0.0",
    "@rollup/plugin-replace": "^2.3.3",
    "@vue/cli": "^4.4.6",
    "@vue/cli-service": "~4.4.6",
    "@vue/test-utils": "^1.0.3",
    "axios": "^0.21.1",
    "babel-eslint": "^10.1.0",
    "chai": "^4.2.0",
    "date-fns": "^2.16.1",
    "eslint": "^6.0.0",
    "eslint-plugin-html": "^6.0.3",
    "eslint-plugin-import": "^2.22.0",
    "eslint-plugin-vue": "^6.2.2",
    "karma": "^5.1.1",
    "karma-chai": "^0.1.0",
    "karma-chrome-launcher": "^3.1.0",
    "karma-firefox-launcher": "^1.3.0",
    "karma-mocha": "^2.0.1",
    "karma-mocha-reporter": "^2.2.5",
    "karma-sourcemap-loader": "^0.3.8",
    "karma-webpack": "^4.0.2",
    "material-icons-font": "^2.1.0",
    "mocha": "^8.1.1",
    "rimraf": "^3.0.2",
    "rollup": "^2.6.1",
    "rollup-plugin-css-only": "^2.1.0",
    "rollup-plugin-license": "^2.2.0",
    "rollup-plugin-vue": "^5.0.0",
    "source-map-loader": "^1.1.0",
    "testcafe": "^1.9.1",
    "typeface-roboto": "0.0.75",
    "vue": "^2.6.11",
    "vue-material": "^1.0.0-beta-15",
    "vue-template-compiler": "^2.6.11"
  },
  "peerDependencies": {
    "vue": "^2.6.1",
    "vue-material": ">1.0.0-beta"
  }
}
