{
  "name": "vue-cheetah-grid",
  "version": "2.1.0",
  "description": "Cheetah Grid for Vue.js",
  "main": "lib/index.js",
  "unpkg": "dist/vueCheetahGrid.js",
  "typings": "types/vue3.d.ts",
  "files": [
    "dist",
    "lib",
    "vetur",
    "types"
  ],
  "scripts": {
    "test": "cross-env BABEL_ENV=test npm run karma -- start --single-run --browsers Chrome_travis_ci",
    "test:once": "cross-env BABEL_ENV=test npm run karma -- start --no-auto-watch --single-run",
    "test:watch": "cross-env BABEL_ENV=test npm run karma -- start",
    "build": "npm run build:webpack && npm run build:gen",
    "watch": "npm run webpack -- --watch --mode development",
    "lint": "npm run eslint && npm run stylelint",
    "eslint": "eslint . --ext .js,.vue",
    "eslint:fix": "eslint . --fix  --ext .js,.vue",
    "stylelint": "stylelint \"**/*.css\" \"**/*.vue\"",
    "stylelint:fix": "stylelint \"**/*.css\" \"**/*.vue\" --fix",
    "build:ci": "npm run build:webpack && npm run build:gen",
    "build:webpack": "npm run webpack -- --mode production",
    "build:gen": "node ./scripts/gen.js",
    "webpack": "node --openssl-legacy-provider ./node_modules/webpack/bin/webpack.js",
    "karma": "node --openssl-legacy-provider ./node_modules/karma/bin/karma"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/future-architect/cheetah-grid.git"
  },
  "keywords": [
    "vue",
    "vuejs",
    "grid",
    "data-table",
    "cheetah-grid"
  ],
  "author": {
    "name": "yosuke ota",
    "email": "otameshiyo23@gmail.com",
    "url": "https://www.npmjs.com/~ota-meshi"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/future-architect/cheetah-grid/issues"
  },
  "homepage": "https://github.com/future-architect/cheetah-grid/tree/master/packages/vue-cheetah-grid",
  "dependencies": {
    "cheetah-grid": "^2.1.0"
  },
  "devDependencies": {
    "@babel/core": "^7.28.0",
    "@babel/plugin-proposal-decorators": "^7.28.0",
    "@babel/plugin-proposal-function-sent": "^7.27.1",
    "@babel/plugin-proposal-throw-expressions": "^7.27.1",
    "@babel/plugin-syntax-dynamic-import": "^7.8.3",
    "@babel/plugin-syntax-import-meta": "^7.10.4",
    "@babel/plugin-transform-object-assign": "^7.27.1",
    "@babel/plugin-transform-runtime": "^7.28.0",
    "@babel/preset-env": "^7.28.0",
    "@babel/runtime": "^7.28.2",
    "@vue/test-utils": "^2.4.6",
    "@vuedoc/md": "^1.6.0",
    "babel-loader": "^8.0.4",
    "babel-plugin-istanbul": "^5.1.0",
    "chai": "^4.2.0",
    "cross-env": "^5.2.0",
    "css-loader": "^4.2.1",
    "cssnano": "^4.1.10",
    "delay-cli": "^1.1.0",
    "eslint": "^7.11.0",
    "eslint-config-standard": "^14.1.1",
    "eslint-config-vue-preset": "^0.3.1",
    "eslint-loader": "^4.0.2",
    "eslint-plugin-import": "^2.22.1",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-promise": "^4.2.1",
    "eslint-plugin-standard": "^4.0.1",
    "eslint-plugin-vue": "^7.1.0",
    "karma": "^5.1.1",
    "karma-chai": "^0.1.0",
    "karma-chrome-launcher": "^3.1.0",
    "karma-coverage": "^2.0.3",
    "karma-ie-launcher": "^1.0.0",
    "karma-mocha": "^2.0.1",
    "karma-sourcemap-loader": "^0.3.8",
    "karma-spec-reporter": "^0.0.32",
    "karma-webpack": "^4.0.2",
    "mocha": "^7.2.0",
    "postcss-loader": "^3.0.0",
    "promise-polyfills": "^7.0.4",
    "sinon": "^9.0.3",
    "sinon-chai": "^3.5.0",
    "style-loader": "^1.2.1",
    "stylelint": "^13.6.1",
    "stylelint-config-standard": "^20.0.0",
    "vue": "^3.5.18",
    "vue-loader": "^17.4.2",
    "webpack": "^4.44.1",
    "webpack-cli": "^3.3.12"
  },
  "peerDependencies": {
    "vue": "^3.0.0"
  }
}
