package.json 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142
  1. {
  2. "name": "@riophae/vue-treeselect",
  3. "version": "0.4.0",
  4. "description": "A multi-select component with nested options support for Vue.js",
  5. "author": "Riophae Lee <riophaelee@gmail.com>",
  6. "license": "MIT",
  7. "homepage": "https://vue-treeselect.js.org/",
  8. "repository": "riophae/vue-treeselect",
  9. "main": "dist/vue-treeselect.cjs.js",
  10. "unpkg": "dist/vue-treeselect.umd.min.js",
  11. "css": "dist/vue-treeselect.min.css",
  12. "files": [
  13. "src",
  14. "dist"
  15. ],
  16. "scripts": {
  17. "dev": "node build/dev-server.js",
  18. "build-library": "node build/build-library.js",
  19. "build-docs": "rimraf gh-pages && mkdir gh-pages && node build/build-docs.js",
  20. "gh-pages": "npm run build-docs && gh-pages --dist gh-pages --branch gh-pages --dotfiles",
  21. "cleanup-cov": "rimraf test/unit/coverage",
  22. "unit": "npm run cleanup-cov && karma start test/unit/karma.conf.js --watch",
  23. "testonly": "npm run cleanup-cov && karma start test/unit/karma.config.js --single-run",
  24. "test": "npm run testonly",
  25. "pretest": "npm run lint",
  26. "lint:js": "eslint --ext .js --ext .vue --cache --cache-location node_modules/.cache/eslint --rule 'no-console: 2' .",
  27. "lint:css": "stylelint '**/*.less'",
  28. "lint": "npm run lint:js && npm run lint:css",
  29. "verify-builds": "size-limit && node build/verify-builds.js",
  30. "finish": "npm test && npm run build-library && npm run verify-builds"
  31. },
  32. "pre-commit": "lint",
  33. "dependencies": {
  34. "@babel/runtime": "^7.3.1",
  35. "babel-helper-vue-jsx-merge-props": "^2.0.3",
  36. "easings-css": "^1.0.0",
  37. "fuzzysearch": "^1.0.3",
  38. "is-promise": "^2.1.0",
  39. "lodash": "^4.0.0",
  40. "material-colors": "^1.2.6",
  41. "watch-size": "^2.0.0"
  42. },
  43. "devDependencies": {
  44. "@babel/core": "^7.0.0",
  45. "@babel/plugin-syntax-jsx": "^7.0.0",
  46. "@babel/plugin-transform-runtime": "^7.0.0",
  47. "@babel/preset-env": "^7.3.1",
  48. "@size-limit/preset-big-lib": "^2.0.2",
  49. "@vue/test-utils": "1.0.0-beta.16",
  50. "autoprefixer": "^9.4.6",
  51. "babel-eslint": "^10.0.1",
  52. "babel-loader": "^8.0.0",
  53. "babel-plugin-istanbul": "^5.0.1",
  54. "babel-plugin-transform-vue-jsx": "^4.0.1",
  55. "cache-loader": "^4.0.1",
  56. "chalk": "^2.3.2",
  57. "codecov": "^3.0.0",
  58. "connect-history-api-fallback": "^1.5.0",
  59. "copy-webpack-plugin": "^5.0.3",
  60. "css-loader": "^3.0.0",
  61. "entities": "^2.0.0",
  62. "eslint": "^6.1.0",
  63. "eslint-config-riophae": "^0.9.1",
  64. "eslint-friendly-formatter": "^4.0.0",
  65. "eslint-import-resolver-webpack": "^0.11.0",
  66. "eslint-loader": "^3.0.0",
  67. "eslint-plugin-import": "^2.15.0",
  68. "eslint-plugin-react": "^7.10.0",
  69. "eslint-plugin-unicorn": "^11.0.2",
  70. "eslint-plugin-vue": "^5.1.0",
  71. "eventsource-polyfill": "^0.9.6",
  72. "express": "^4.16.3",
  73. "friendly-errors-webpack-plugin": "^1.7.0",
  74. "gh-pages": "^2.0.0",
  75. "html-webpack-plugin": "^3.1.0",
  76. "jasmine-core": "^3.1.0",
  77. "jstransformer-markdown-it": "^2.0.0",
  78. "karma": "^4.0.0",
  79. "karma-chrome-launcher": "^3.0.0",
  80. "karma-coverage": "^2.0.1",
  81. "karma-jasmine": "^2.0.0",
  82. "karma-jasmine-matchers": "^4.0.1",
  83. "karma-sourcemap-loader": "^0.3.7",
  84. "karma-spec-reporter": "0.0.32",
  85. "karma-webpack": "^4.0.2",
  86. "less": "^3.0.1",
  87. "less-loader": "^5.0.0",
  88. "mini-css-extract-plugin": "^0.8.0",
  89. "open": "^6.2.0",
  90. "optimize-css-assets-webpack-plugin": "^5.0.0",
  91. "ora": "^4.0.1",
  92. "postcss-loader": "^3.0.0",
  93. "pre-commit": "^1.2.2",
  94. "pug": "^2.0.0",
  95. "pug-loader": "^2.4.0",
  96. "puppeteer": "^1.19.0",
  97. "raw-loader": "^3.0.0",
  98. "regenerator-runtime": "^0.13.1",
  99. "rimraf": "^3.0.0",
  100. "run-series": "^1.1.8",
  101. "script-loader": "^0.7.2",
  102. "shallow-equal": "^1.0.0",
  103. "shelljs": "^0.8.1",
  104. "string.prototype.repeat": "^0.2.0",
  105. "strip-indent": "^3.0.0",
  106. "stylelint": "^11.0.0",
  107. "stylelint-config-xo-space": "^0.13.0",
  108. "terser-webpack-plugin": "^2.1.0",
  109. "url-loader": "^2.0.1",
  110. "vodal": "^2.3.3",
  111. "vue": "^2.2.0",
  112. "vue-loader": "^15.6.0",
  113. "vue-style-loader": "^4.0.2",
  114. "vue-template-compiler": "^2.4.4",
  115. "vuex": "^3.0.1",
  116. "webpack": "^4.6.0",
  117. "webpack-bundle-analyzer": "^3.0.2",
  118. "webpack-cdn-plugin": "^3.1.4",
  119. "webpack-dev-middleware": "^3.1.0",
  120. "webpack-hot-middleware": "^2.18.0",
  121. "webpack-merge": "^4.1.0",
  122. "webpack-node-externals": "^1.7.2",
  123. "yaku": "^0.19.3"
  124. },
  125. "peerDependencies": {
  126. "vue": "^2.2.0"
  127. },
  128. "keywords": [
  129. "vue",
  130. "component",
  131. "tree",
  132. "treeview",
  133. "select",
  134. "dropdown",
  135. "treeselect",
  136. "multiselect",
  137. "form",
  138. "control",
  139. "input",
  140. "ui"
  141. ]
  142. }