package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. {
  2. "name": "rock_web_base",
  3. "version": "1.4.0",
  4. "description": "Idea base template based vue-admin-template",
  5. "author": "Peng <peng.y.q@hotmail.com>",
  6. "license": "MIT",
  7. "scripts": {
  8. "dev": "vue-cli-service serve",
  9. "build:prod": "vue-cli-service build",
  10. "build:stage": "vue-cli-service build --mode staging",
  11. "preview": "node build/index.js --preview",
  12. "lint": "eslint --ext .js,.vue src",
  13. "test:unit": "jest --clearCache && vue-cli-service test:unit",
  14. "test:ci": "npm run lint && npm run test:unit",
  15. "svgo": "svgo -f src/icons/svg --config=src/icons/svgo.yml"
  16. },
  17. "dependencies": {
  18. "axios": "^0.26.1",
  19. "babel-eslint": "^8.2.2",
  20. "echarts": "^4.2.1",
  21. "element-ui": "2.10.1",
  22. "flex.css": "^1.1.7",
  23. "gg-editor": "^3.0.0-beta.3",
  24. "js-cookie": "2.2.0",
  25. "js-md5": "^0.7.3",
  26. "lodash": "^4.17.20",
  27. "normalize.css": "7.0.0",
  28. "nprogress": "0.2.0",
  29. "path-to-regexp": "2.4.0",
  30. "qs.js": "^0.1.12",
  31. "quill-image-extend-module": "^1.1.2",
  32. "quill-image-resize-module": "^3.0.0",
  33. "react": "^16.11.0",
  34. "react-dom": "^16.13.0",
  35. "screenfull": "^4.2.1",
  36. "v-viewer": "^1.6.4",
  37. "vant": "^2.12.48",
  38. "vue": "2.6.10",
  39. "vue-count-to": "^1.0.13",
  40. "vue-quill-editor": "^3.0.6",
  41. "vue-router": "3.0.6",
  42. "vuex": "3.1.0",
  43. "xlsx": "^0.18.5"
  44. },
  45. "devDependencies": {
  46. "@babel/core": "7.0.0",
  47. "@babel/register": "7.0.0",
  48. "@vue/cli-plugin-babel": "3.6.0",
  49. "@vue/cli-plugin-eslint": "3.6.0",
  50. "@vue/cli-plugin-unit-jest": "^3.8.0",
  51. "@vue/cli-service": "3.6.0",
  52. "@vue/test-utils": "1.0.0-beta.29",
  53. "autoprefixer": "^9.5.1",
  54. "babel-core": "7.0.0-bridge.0",
  55. "babel-jest": "23.6.0",
  56. "babel-plugin-import": "^1.13.5",
  57. "chalk": "2.4.2",
  58. "compression-webpack-plugin": "^3.0.1",
  59. "connect": "3.6.6",
  60. "eslint": "5.15.3",
  61. "eslint-plugin-vue": "5.2.2",
  62. "html-webpack-plugin": "3.2.0",
  63. "mockjs": "1.0.1-beta3",
  64. "prettier": "^2.6.2",
  65. "runjs": "^4.3.2",
  66. "sass": "^1.53.0",
  67. "sass-loader": "^7.1.0",
  68. "script-ext-html-webpack-plugin": "2.1.3",
  69. "script-loader": "0.7.2",
  70. "serve-static": "^1.13.2",
  71. "svg-sprite-loader": "4.1.3",
  72. "svgo": "1.2.2",
  73. "vue-template-compiler": "2.6.10"
  74. },
  75. "engines": {
  76. "node": ">=8.9",
  77. "npm": ">= 3.0.0"
  78. },
  79. "browserslist": [
  80. "> 1%",
  81. "last 2 versions"
  82. ]
  83. }