package.json 4.7 KB

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