package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. {
  2. "_args": [
  3. [
  4. "vue-ydui@1.2.6",
  5. "E:\\item\\newItem\\admin"
  6. ]
  7. ],
  8. "_from": "vue-ydui@1.2.6",
  9. "_id": "vue-ydui@1.2.6",
  10. "_inBundle": false,
  11. "_integrity": "sha1-GQZItGcjkXAEpMJKe+/TzWnWQ1U=",
  12. "_location": "/vue-ydui",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "vue-ydui@1.2.6",
  18. "name": "vue-ydui",
  19. "escapedName": "vue-ydui",
  20. "rawSpec": "1.2.6",
  21. "saveSpec": null,
  22. "fetchSpec": "1.2.6"
  23. },
  24. "_requiredBy": [
  25. "/"
  26. ],
  27. "_resolved": "https://registry.npm.taobao.org/vue-ydui/download/vue-ydui-1.2.6.tgz",
  28. "_spec": "1.2.6",
  29. "_where": "E:\\item\\newItem\\admin",
  30. "author": {
  31. "name": "ydcss.com"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/ydcss/vue-ydui/issues"
  35. },
  36. "description": "A mobile components Library with Vue2.js.",
  37. "devDependencies": {
  38. "autoprefixer": "^6.6.1",
  39. "axios": "^0.18.0",
  40. "babel-core": "^6.21.0",
  41. "babel-loader": "^6.2.10",
  42. "babel-preset-es2015": "^6.18.0",
  43. "css-loader": "^0.26.1",
  44. "extract-text-webpack-plugin": "^1.0.1",
  45. "file-loader": "^0.10.1",
  46. "gulp": "^3.9.1",
  47. "gulp-clean-css": "^2.3.2",
  48. "gulp-less": "^3.3.0",
  49. "gulp-rename": "^1.2.2",
  50. "gulp-uglify": "^2.0.1",
  51. "json-loader": "^0.5.4",
  52. "less": "^2.7.2",
  53. "less-loader": "^2.2.3",
  54. "postcss": "^5.2.14",
  55. "string-replace-webpack-plugin": "^0.1.3",
  56. "style-loader": "^0.13.1",
  57. "vue": "^2.5.2",
  58. "vue-loader": "^10.0.2",
  59. "vue-router": "^2.1.1",
  60. "vue-template-compiler": "^2.5.2",
  61. "webpack": "^1.14.0",
  62. "webpack-dev-server": "1.16.3",
  63. "webpack-merge": "^2.4.0",
  64. "ydui-district": "^1.0.0",
  65. "ydui-rem2px": "^1.0.1"
  66. },
  67. "files": [
  68. "dist"
  69. ],
  70. "homepage": "http://vue.ydui.org",
  71. "keywords": [
  72. "YDUI Touch",
  73. "ui",
  74. "ydui",
  75. "vue",
  76. "vue.js",
  77. "vue2.js",
  78. "component",
  79. "components",
  80. "framework",
  81. "vue2 ui",
  82. "vue2 components",
  83. "mobile",
  84. "mobile ui"
  85. ],
  86. "license": "MIT",
  87. "main": "dist/ydui.rem.js",
  88. "name": "vue-ydui",
  89. "repository": {
  90. "type": "git",
  91. "url": "git+https://github.com/ydcss/vue-ydui.git"
  92. },
  93. "scripts": {
  94. "build": "npm run build:rem:components && npm run build:px:components && npm run build:prod && gulp --gulpfile build/build.prod.js",
  95. "build:prod": "webpack --config build/webpack.dist.prod.conf.js",
  96. "build:px:components": "webpack --config build/webpack.dist.components.px.conf.js",
  97. "build:rem:components": "webpack --config build/webpack.dist.components.rem.conf.js",
  98. "dev": "webpack-dev-server --content-base example/ --port 4321 --inline --hot --host 0.0.0.0 --config build/webpack.dev.conf.js"
  99. },
  100. "style": "dist/ydui.rem.css",
  101. "version": "1.2.6"
  102. }