package.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "name": "baozhida-chain-verify-online",
  3. "version": "0.1.0",
  4. "private": true,
  5. "scripts": {
  6. "serve": "vue-cli-service serve",
  7. "build": "vue-cli-service build",
  8. "lint": "vue-cli-service lint"
  9. },
  10. "dependencies": {
  11. "axios": "^1.2.1",
  12. "core-js": "^3.8.3",
  13. "downloadjs": "^1.4.7",
  14. "element-ui": "^2.15.12",
  15. "js-file-download": "^0.4.12",
  16. "js-md5": "^0.7.3",
  17. "node-sass": "^8.0.0",
  18. "qiniu-js": "^3.4.0",
  19. "qs": "^6.11.0",
  20. "sass-loader": "^13.2.0",
  21. "style-loader": "^3.3.1",
  22. "vue": "^2.6.14",
  23. "vue-elementui-skeleton": "^1.0.2",
  24. "vue-pdf": "^4.3.0",
  25. "vue-router": "^3.2.0",
  26. "vuex": "^3.6.2",
  27. "vuex-persistedstate": "^4.1.0"
  28. },
  29. "devDependencies": {
  30. "@babel/core": "^7.12.16",
  31. "@babel/eslint-parser": "^7.12.16",
  32. "@vue/cli-plugin-babel": "~5.0.0",
  33. "@vue/cli-plugin-eslint": "~5.0.0",
  34. "@vue/cli-service": "~5.0.0",
  35. "eslint": "^7.32.0",
  36. "eslint-plugin-vue": "^8.0.3",
  37. "vue-template-compiler": "^2.6.14"
  38. },
  39. "eslintConfig": {
  40. "root": true,
  41. "env": {
  42. "node": true
  43. },
  44. "extends": [
  45. "plugin:vue/essential",
  46. "eslint:recommended"
  47. ],
  48. "parserOptions": {
  49. "parser": "@babel/eslint-parser"
  50. },
  51. "rules": {}
  52. },
  53. "browserslist": [
  54. "> 1%",
  55. "last 2 versions",
  56. "not dead"
  57. ],
  58. "description": "## Project setup ``` npm install ```",
  59. "main": "babel.config.js",
  60. "repository": {
  61. "type": "git",
  62. "url": "git@gitee.com:yangjian0701/baozhida-chain-verify-online.git"
  63. },
  64. "author": "",
  65. "license": "ISC"
  66. }