package.json 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163
  1. {
  2. "_from": "iview@^3.1.5",
  3. "_id": "iview@3.5.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-CEDHdAXxpGciMV+m1jdMDs0UVqzk/AaFhCDtSGcKDLidXRMOG2TgCZhtEHhI4mf3lchKEUFO/BcXtHAfBNuy7Q==",
  6. "_location": "/iview",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "iview@^3.1.5",
  12. "name": "iview",
  13. "escapedName": "iview",
  14. "rawSpec": "^3.1.5",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.1.5"
  17. },
  18. "_requiredBy": [
  19. "/tree-table-vue"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/iview/-/iview-3.5.4.tgz",
  22. "_shasum": "d516b92e73b617f2dc7f45831f99059d69932f82",
  23. "_spec": "iview@^3.1.5",
  24. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\tree-table-vue",
  25. "author": {
  26. "name": "Aresn"
  27. },
  28. "browserslist": [
  29. "last 3 Chrome versions",
  30. "last 3 Firefox versions",
  31. "Safari >= 10",
  32. "Explorer >= 11",
  33. "Edge >= 12",
  34. "iOS >= 10",
  35. "Android >= 6"
  36. ],
  37. "bugs": {
  38. "url": "https://github.com/iview/iview/issues"
  39. },
  40. "bundleDependencies": false,
  41. "dependencies": {
  42. "async-validator": "^1.12.2",
  43. "deepmerge": "^2.2.1",
  44. "element-resize-detector": "^1.2.0",
  45. "js-calendar": "^1.2.3",
  46. "lodash.throttle": "^4.1.1",
  47. "popper.js": "^1.14.6",
  48. "tinycolor2": "^1.4.1",
  49. "v-click-outside-x": "^4.0.19"
  50. },
  51. "deprecated": false,
  52. "description": "A high quality UI components Library with Vue.js",
  53. "devDependencies": {
  54. "autoprefixer-loader": "^3.2.0",
  55. "babel-cli": "^6.26.0",
  56. "babel-core": "^6.26.0",
  57. "babel-helper-vue-jsx-merge-props": "^2.0.3",
  58. "babel-loader": "^7.1.5",
  59. "babel-plugin-dynamic-import-node": "^1.2.0",
  60. "babel-plugin-syntax-jsx": "^6.18.0",
  61. "babel-plugin-transform-class-properties": "^6.24.1",
  62. "babel-plugin-transform-es5-property-mutators": "^6.24.1",
  63. "babel-plugin-transform-object-rest-spread": "^6.26.0",
  64. "babel-plugin-transform-runtime": "^6.23.0",
  65. "babel-plugin-transform-vue-jsx": "^3.7.0",
  66. "babel-preset-env": "^1.6.1",
  67. "babel-preset-stage-3": "^6.24.1",
  68. "babel-runtime": "^6.26.0",
  69. "chai": "^4.2.0",
  70. "compression-webpack-plugin": "^1.1.12",
  71. "copy-webpack-plugin": "^4.6.0",
  72. "cross-env": "^5.2.0",
  73. "css-loader": "^0.28.10",
  74. "eslint": "^3.19.0",
  75. "eslint-plugin-vue": "^2.1.0",
  76. "extract-text-webpack-plugin": "^2.1.2",
  77. "file-loader": "^1.1.11",
  78. "friendly-errors-webpack-plugin": "^1.6.1",
  79. "gulp": "^3.9.1",
  80. "gulp-autoprefixer": "^5.0.0",
  81. "gulp-clean-css": "^3.10.0",
  82. "gulp-less": "^4.0.1",
  83. "gulp-rename": "^1.4.0",
  84. "html-loader": "^0.5.5",
  85. "html-webpack-plugin": "^3.0.6",
  86. "karma": "^2.0.5",
  87. "karma-chrome-launcher": "^2.2.0",
  88. "karma-coverage": "^1.1.1",
  89. "karma-mocha": "^1.3.0",
  90. "karma-sinon-chai": "^1.3.3",
  91. "karma-sourcemap-loader": "^0.3.7",
  92. "karma-spec-reporter": "^0.0.32",
  93. "karma-webpack": "^2.0.13",
  94. "less": "^2.7.3",
  95. "less-loader": "^4.0.6",
  96. "lolex": "^2.7.5",
  97. "mocha": "^5.0.4",
  98. "sinon": "^4.4.2",
  99. "sinon-chai": "^3.3.0",
  100. "style-loader": "^0.20.2",
  101. "tslint": "^5.14.0",
  102. "typescript": "^3.3.4000",
  103. "uglifyjs-webpack-plugin": "^1.3.0",
  104. "url-loader": "^1.1.2",
  105. "vue": "^2.6.10",
  106. "vue-hot-reload-api": "^2.3.1",
  107. "vue-html-loader": "^1.2.4",
  108. "vue-loader": "^14.2.1",
  109. "vue-router": "^3.0.2",
  110. "vue-style-loader": "^4.1.2",
  111. "vue-template-compiler": "^2.6.10",
  112. "webpack": "^3.11.0",
  113. "webpack-dev-server": "^2.11.3",
  114. "webpack-merge": "^3.0.0"
  115. },
  116. "engines": {
  117. "node": ">=8.9.1",
  118. "npm": ">=5.5.1",
  119. "yarn": ">=1.3.2"
  120. },
  121. "files": [
  122. "dist",
  123. "src",
  124. "types"
  125. ],
  126. "homepage": "http://iview.talkingdata.com",
  127. "keywords": [
  128. "iview",
  129. "vue",
  130. "vue.js",
  131. "component",
  132. "components",
  133. "ui",
  134. "framework"
  135. ],
  136. "license": "MIT",
  137. "main": "dist/iview.js",
  138. "name": "iview",
  139. "peerDependencies": {
  140. "vue": "^2.5.2"
  141. },
  142. "repository": {
  143. "type": "git",
  144. "url": "git+https://github.com/iview/iview.git"
  145. },
  146. "scripts": {
  147. "dev": "webpack-dev-server --content-base test/ --open --inline --hot --compress --history-api-fallback --port 8081 --config build/webpack.dev.config.js",
  148. "dev:s": "webpack-dev-server --content-base test/ --open --inline --hot --compress --history-api-fallback --port 8081 --host 0.0.0.0 --config build/webpack.dev.config.js",
  149. "dist": "npm run dist:style && npm run dist:dev && npm run dist:prod && npm run dist:locale",
  150. "dist:dev": "webpack --config build/webpack.dist.dev.config.js",
  151. "dist:locale": "webpack --config build/webpack.dist.locale.config.js",
  152. "dist:prod": "webpack --config build/webpack.dist.prod.config.js",
  153. "dist:style": "gulp --gulpfile build/build-style.js",
  154. "lint": "eslint --fix --ext .js,.vue src",
  155. "prepare": "npm run dist",
  156. "test": "npm run lint && npm run tslint && npm run unit",
  157. "tslint": "tslint --type-check --fix --project .",
  158. "unit": "cross-env BABEL_ENV=test karma start test/unit/karma.conf.js --single-run"
  159. },
  160. "title": "iView",
  161. "typings": "types/index.d.ts",
  162. "version": "3.5.4"
  163. }