元气智驾官网后台前端页面
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

66 regels
1.6 KiB

  1. {
  2. "name": "admin-manage",
  3. "version": "1.0.0",
  4. "description": "后台管理系统",
  5. "author": "",
  6. "scripts": {
  7. "dev": "vue-cli-service serve",
  8. "pro": "vue-cli-service build",
  9. "int": "vue-cli-service build --mode int",
  10. "lint": "eslint --ext .js,.vue src"
  11. },
  12. "dependencies": {
  13. "axios": "0.18.1",
  14. "clipboard": "^2.0.8",
  15. "core-js": "3.6.5",
  16. "element-ui": "2.13.2",
  17. "js-cookie": "2.2.0",
  18. "moment": "^2.30.1",
  19. "normalize.css": "7.0.0",
  20. "nprogress": "0.2.0",
  21. "path-to-regexp": "2.4.0",
  22. "vue": "2.6.10",
  23. "vue-router": "3.0.6",
  24. "vue-ueditor-wrap": "^2.5.6",
  25. "vuex": "3.1.0"
  26. },
  27. "devDependencies": {
  28. "@vue/cli-plugin-babel": "4.4.4",
  29. "@vue/cli-plugin-eslint": "4.4.4",
  30. "@vue/cli-plugin-unit-jest": "4.4.4",
  31. "@vue/cli-service": "4.4.4",
  32. "@vue/test-utils": "1.0.0-beta.29",
  33. "autoprefixer": "9.5.1",
  34. "babel-eslint": "10.0.1",
  35. "babel-jest": "23.6.0",
  36. "babel-plugin-dynamic-import-node": "2.3.3",
  37. "babel-plugin-transform-remove-console": "^6.9.4",
  38. "chalk": "2.4.2",
  39. "connect": "3.6.6",
  40. "eslint": "^6.7.2",
  41. "eslint-plugin-vue": "6.2.2",
  42. "html-webpack-plugin": "3.2.0",
  43. "husky": "^4.3.8",
  44. "runjs": "4.3.2",
  45. "sass": "1.26.8",
  46. "sass-loader": "8.0.2",
  47. "script-ext-html-webpack-plugin": "2.1.3",
  48. "serve-static": "1.13.2",
  49. "vue-template-compiler": "2.6.10"
  50. },
  51. "browserslist": [
  52. "> 1%",
  53. "last 2 versions"
  54. ],
  55. "engines": {
  56. "node": ">=8.9",
  57. "npm": ">= 3.0.0"
  58. },
  59. "husky": {
  60. "hooks": {
  61. "pre-commit": "npm run lint"
  62. }
  63. },
  64. "license": "MIT"
  65. }