{
  "name": "fundamental-vue",
  "version": "0.18.3",
  "description": "SAP Fiori Fundamentals, implemented in Vue.js",
  "author": "SAP SE",
  "scripts": {
    "test:e2e": "start-server-and-test 'serve:demo' http://localhost:10000 'cross-env FD_E2E=true vue-cli-service test:e2e --url http://localhost:10000'",
    "test:e2e:dev": "start-server-and-test 'serve:demo:dev' http://localhost:10000 'cross-env FD_E2E=true vue-cli-service test:e2e --url http://localhost:10000'",
    "build": "rimraf -r dist && cross-env NODE_ENV=production yarn build:bili && cross-env NODE_ENV=production yarn build:src",
    "build:src": "cp -r src dist/src",
    "build:bili": "bili --bundle-node-modules --file-name FundamentalVue.[format].js --format cjs --format umd-min --format es --module-name FundamentalVue --env.NODE_ENV production -d dist",
    "serve:demo": "cd demo && cross-env FD_E2E=true vue-cli-service serve index.js --port 10000 --mode production",
    "serve:demo:dev": "cd demo && cross-env FD_E2E=true vue-cli-service serve index.js --port 10000 --mode development",
    "serve": "rimraf node_modules/.cache && cross-env FDD_PRERENDER='false' BASE_URL='/' vue-cli-service serve src/docs/index.js",
    "generate-api": "node src/tools",
    "test": "cross-env BASE_URL='/' vue-cli-service test:unit",
    "lint": "vue-cli-service lint --no-fix --max-warnings 0 --max-errors 0 src demo loaders tests",
    "_build:docs": "cross-env NODE_ENV=production FDD_PRERENDER=false vue-cli-service build src/docs/index.js --mode production --dest docs/dist",
    "build:docs": "cross-env BASE_URL=/ yarn _build:docs",
    "build:docs:netlify": "yarn build:docs",
    "build:docs:ghpages": "cross-env BASE_URL=/fundamental-vue/ yarn _build:docs",
    "deploy:docs": "yarn build:docs:ghpages && gh-pages -d docs/dist",
    "release": "./scripts/publish-release.sh",
    "release:create": "create-release",
    "std-version": "standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"",
    "test:watch": "vue-cli-service test:unit --watch"
  },
  "main": "dist/FundamentalVue.cjs.js",
  "module": "dist/FundamentalVue.esm.js",
  "unpkg": "dist/FundamentalVue.umd.js",
  "jsdelivr": "dist/FundamentalVue.umd.js",
  "files": [
    "LICENSE.txt",
    "README.md",
    "CHANGELOG.md",
    "dist",
    "src"
  ],
  "dependencies": {
    "@ckienle/k-pop": "^0.7.0",
    "@linusborg/vue-simple-portal": "^0.1.3",
    "focus-trap": "^5.0.1",
    "lodash.debounce": "^4.0.8",
    "popper.js": "^1.15.0"
  },
  "devDependencies": {
    "@babel/cli": "^7.4.4",
    "@babel/core": "^7.0.0-0",
    "@toycode/markdown-it-class": "^1.1.0",
    "@types/jest": "^24.0.13",
    "@types/webpack": "^4.4.34",
    "@vue/cli-plugin-babel": "^3.8.0",
    "@vue/cli-plugin-eslint": "^4.0.5",
    "@vue/cli-plugin-unit-jest": "^3.8.0",
    "@vue/cli-service": "^3.8.0",
    "@vue/component-compiler": "^4.0.0",
    "@vue/eslint-config-prettier": "^5.0.0",
    "@vue/test-utils": "1.0.0-beta.29",
    "@vuese/cli": "^2.4.2",
    "@vuese/markdown-render": "^2.2.9",
    "@vuese/parser": "^2.1.8",
    "add": "^2.0.6",
    "babel-core": "7.0.0-bridge.0",
    "babel-eslint": "^10.0.1",
    "babel-jest": "^24.8.0",
    "bili": "^4.8.0",
    "codesandbox": "^2.1.9",
    "core-js": "^2.6.5",
    "cross-env": "^6.0.3",
    "css-loader": "^3.1.0",
    "d3": "^5.9.7",
    "escape-html": "^1.0.3",
    "eslint": "^5.16.0",
    "eslint-plugin-cypress": "^2.6.0",
    "eslint-plugin-prettier": "^3.1.0",
    "eslint-plugin-vue": "^5.2.2",
    "fundamental-styles": "0.1.0",
    "gh-pages": "^2.0.1",
    "github-assistant": "^0.3.0",
    "globby": "^10.0.1",
    "gray-matter": "^4.0.2",
    "html-loader": "^0.5.5",
    "klaw-sync": "^6.0.0",
    "loader-utils": "^1.2.3",
    "markdown-it-container": "^2.0.0",
    "postcss": "^7.0.17",
    "prerender-spa-plugin": "^3.4.0",
    "prettier": "^1.18.2",
    "prismjs": "^1.16.0",
    "raw-loader": "^3.0.0",
    "rimraf": "^3.0.0",
    "rollup": "^1.12.5",
    "rollup-plugin-commonjs": "^10.0.0",
    "rollup-plugin-node-resolve": "^5.0.0",
    "rollup-plugin-vue": "^5.0.0",
    "saber-markdown": "^0.1.0",
    "sass-loader": "^8.0.0",
    "standard-version": "^7.0.0",
    "start-server-and-test": "^1.9.1",
    "validate-element-name": "^2.1.1",
    "vue": "^2.6.10",
    "vue-clipboard2": "^0.3.0",
    "vue-loader": "^15.7.1",
    "vue-router": "^3.0.6",
    "vue-template-compiler": "^2.6.10",
    "vue-virtual-scroller": "^1.0.0-rc.2",
    "webpack": "^4.36.1",
    "webpack-chain": "^6.0.0",
    "webpack-cli": "^3.3.5",
    "yarn": "^1.17.3"
  },
  "peerDependencies": {
    "fundamental-styles": "0.1.0",
    "vue": "^2.6.10"
  },
  "bugs": {
    "url": "https://github.com/SAP/fundamental-vue/issues"
  },
  "homepage": "https://sap.github.io/fundamental-vue",
  "keywords": [
    "vue",
    "sap",
    "fiori",
    "typescript",
    "javascript"
  ],
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "git+git@github.com:SAP/fundamental-vue.git"
  },
  "sideEffects": [
    "src/docs/**",
    "./**/*.scss",
    "./**/*.css",
    "./**/*.sass"
  ]
}
