package.json 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. {
  2. "name": "@winsea-product/winsea-product-enterprise-front",
  3. "version": "1.4.10",
  4. "description": "运营后台前端",
  5. "author": "赢海科技",
  6. "scripts": {
  7. "dev": "vue-cli-service serve",
  8. "build:prod": "vue-cli-service build",
  9. "build:test": "vue-cli-service build --mode test",
  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": "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. "new": "plop"
  17. },
  18. "husky": {
  19. "hooks": {
  20. "pre-commit": "lint-staged"
  21. }
  22. },
  23. "lint-staged": {
  24. "src/**/*.{js,vue}": [
  25. "eslint --fix",
  26. "git add"
  27. ]
  28. },
  29. "keywords": [
  30. "vue",
  31. "admin",
  32. "dashboard",
  33. "element-ui",
  34. "boilerplate",
  35. "admin-template",
  36. "management-system"
  37. ],
  38. "repository": {
  39. "type": "git",
  40. "url": "git+https://github.com/PanJiaChen/vue-element-admin.git"
  41. },
  42. "bugs": {
  43. "url": "https://github.com/PanJiaChen/vue-element-admin/issues"
  44. },
  45. "dependencies": {
  46. "ali-oss": "^6.1.1",
  47. "axios": "^0.19.0",
  48. "element-ui": "2.12.0",
  49. "js-cookie": "^2.2.1",
  50. "lodash": "^4.17.15",
  51. "normalize.css": "7.0.0",
  52. "nprogress": "0.2.0",
  53. "script-ext-html-webpack-plugin": "^2.1.4",
  54. "sortablejs": "^1.10.1",
  55. "tinymce": "^5.2.0",
  56. "vue": "2.6.10",
  57. "vue-i18n": "^8.17.5",
  58. "vue-router": "3.0.2",
  59. "vuex": "3.1.0"
  60. },
  61. "devDependencies": {
  62. "@babel/core": "7.0.0",
  63. "@babel/register": "^7.6.0",
  64. "@vue/cli-plugin-babel": "^3.11.0",
  65. "@vue/cli-service": "3.5.3",
  66. "babel-eslint": "10.0.1",
  67. "eslint": "^5.16.0",
  68. "eslint-plugin-vue": "5.2.2",
  69. "html-webpack-plugin": "^4.2.1",
  70. "lint-staged": "8.1.5",
  71. "node-sass": "^4.14.1",
  72. "sass-loader": "^7.1.0",
  73. "svg-sprite-loader": "^4.1.6",
  74. "vue-template-compiler": "2.6.10"
  75. },
  76. "engines": {
  77. "node": ">=8.9",
  78. "npm": ">= 3.0.0"
  79. },
  80. "browserslist": [
  81. "> 1%",
  82. "last 2 versions",
  83. "not ie <= 8"
  84. ],
  85. "files": [
  86. "dist"
  87. ],
  88. "publishConfig": {
  89. "registry": "http://47.101.10.107:8081/repository/npm-hossted/"
  90. }
  91. }