package.json 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  1. {
  2. "_from": "@smallwei/avue@2.6.18",
  3. "_id": "@smallwei/avue@2.6.18",
  4. "_inBundle": false,
  5. "_integrity": "sha512-O6wtIO7LOcsQ9BHGLujKgyL6zNJYuuWoqMTdyitwicUGFNB30NEaeAeuHjZ/0JiNO3WbKKk9MFIret4ecdIX5A==",
  6. "_location": "/@smallwei/avue",
  7. "_phantomChildren": {
  8. "follow-redirects": "1.5.10",
  9. "is-buffer": "2.0.5"
  10. },
  11. "_requested": {
  12. "type": "version",
  13. "registry": true,
  14. "raw": "@smallwei/avue@2.6.18",
  15. "name": "@smallwei/avue",
  16. "escapedName": "@smallwei%2favue",
  17. "scope": "@smallwei",
  18. "rawSpec": "2.6.18",
  19. "saveSpec": null,
  20. "fetchSpec": "2.6.18"
  21. },
  22. "_requiredBy": [
  23. "/"
  24. ],
  25. "_resolved": "https://registry.npmjs.org/@smallwei/avue/-/avue-2.6.18.tgz",
  26. "_shasum": "24cdf2f61533856a570a8c0652cc2cd0516ef6d7",
  27. "_spec": "@smallwei/avue@2.6.18",
  28. "_where": "D:\\jiayue\\pig-ui",
  29. "author": {
  30. "name": "smallwei"
  31. },
  32. "bugs": {
  33. "url": "https://gitee.com/smallweigit/avue/issues"
  34. },
  35. "bundleDependencies": false,
  36. "dependencies": {
  37. "async-validator": "^1.10.0",
  38. "axios": "^0.18.0",
  39. "countup.js": "^1.9.3",
  40. "dayjs": "^1.7.8",
  41. "deepmerge": "^3.1.0",
  42. "element-ui": "^2.11.0",
  43. "nprogress": "^0.2.0",
  44. "vue": "^2.5.17",
  45. "vuedraggable": "^2.17.0"
  46. },
  47. "deprecated": false,
  48. "description": "A Magic Configurable Web Framework",
  49. "devDependencies": {
  50. "babel-cli": "^6.14.0",
  51. "babel-core": "^6.14.0",
  52. "babel-loader": "^7.1.2",
  53. "babel-plugin-add-module-exports": "^0.2.1",
  54. "babel-plugin-module-resolver": "^2.2.0",
  55. "babel-plugin-syntax-jsx": "^6.8.0",
  56. "babel-preset-es2015": "^6.24.1",
  57. "chai": "^3.5.0",
  58. "cp-cli": "^1.1.2",
  59. "cross-env": "^3.1.3",
  60. "eslint": "4.14.0",
  61. "eslint-config-elemefe": "0.1.1",
  62. "eslint-loader": "^1.9.0",
  63. "eslint-plugin-html": "^4.0.1",
  64. "eslint-plugin-json": "^1.2.0",
  65. "gulp": "^3.9.1",
  66. "gulp-autoprefixer": "^4.0.0",
  67. "gulp-cssmin": "^0.1.7",
  68. "gulp-postcss": "^6.1.1",
  69. "gulp-sass": "^3.1.0",
  70. "karma": "^1.3.0",
  71. "karma-chrome-launcher": "^2.2.0",
  72. "karma-coverage": "^1.1.1",
  73. "karma-mocha": "^1.2.0",
  74. "karma-sinon-chai": "^1.2.4",
  75. "karma-sourcemap-loader": "^0.3.7",
  76. "karma-spec-reporter": "0.0.26",
  77. "karma-webpack": "^3.0.0",
  78. "mocha": "^3.1.1",
  79. "progress-bar-webpack-plugin": "^1.11.0",
  80. "sinon": "^1.17.6",
  81. "sinon-chai": "^2.8.0",
  82. "vue-loader": "^13.3.0",
  83. "vue-template-compiler": "^2.5.2",
  84. "vue-template-es2015-compiler": "^1.6.0",
  85. "webpack": "3.7.1",
  86. "webpack-bundle-analyzer": "^3.0.3",
  87. "webpack-merge": "^4.1.4"
  88. },
  89. "files": [
  90. "lib",
  91. "README.md",
  92. "LICENSE"
  93. ],
  94. "homepage": "https://gitee.com/smallweigit/avue/blob/master/README.md",
  95. "jsdelivr": "lib/avue.min.js",
  96. "keywords": [
  97. "vue",
  98. "element-ui",
  99. "ant-design-vue",
  100. "avue"
  101. ],
  102. "license": "MIT",
  103. "main": "lib/avue.min.js",
  104. "name": "@smallwei/avue",
  105. "repository": {
  106. "type": "git",
  107. "url": "git+https://gitee.com/smallweigit/avue.git"
  108. },
  109. "scripts": {
  110. "analyz": "NODE_ENV=production npm_config_report=true npm run build",
  111. "bootstrap": "yarn --registry https://registry.npm.taobao.org || npm install --registry https://registry.npm.taobao.org ",
  112. "build": "cross-env TARGET=prod UINAME=element-ui gulp build",
  113. "build:all": "npm run build && npm run build:vant && npm run build:antd",
  114. "build:antd": "cross-env TARGET=prod-antd UINAME=antd gulp build",
  115. "build:vant": "cross-env TARGET=prod-vant UINAME=vant gulp build",
  116. "dev": "cross-env TARGET=dev UINAME=element-ui gulp watch",
  117. "dev:antd": "cross-env TARGET=dev-antd UINAME=antd gulp watch",
  118. "dev:vant": "cross-env TARGET=dev-vant UINAME=vant gulp watch"
  119. },
  120. "unpkg": "lib/avue.min.js",
  121. "version": "2.6.18"
  122. }