package.json 1.6 KB

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