package.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. {
  2. "name": "@winsea-product/winsea-product-operation-front",
  3. "version": "1.3.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. "sortablejs": "^1.10.1",
  54. "tinymce": "^5.2.0",
  55. "vue": "2.6.10",
  56. "vue-router": "3.0.2",
  57. "vuex": "3.1.0"
  58. },
  59. "devDependencies": {
  60. "@babel/core": "7.0.0",
  61. "@babel/register": "^7.6.0",
  62. "@vue/cli-plugin-babel": "^3.11.0",
  63. "@vue/cli-service": "3.5.3",
  64. "babel-eslint": "10.0.1",
  65. "eslint": "^5.16.0",
  66. "eslint-plugin-vue": "5.2.2",
  67. "html-webpack-plugin": "^4.2.1",
  68. "lint-staged": "8.1.5",
  69. "node-sass": "^4.9.0",
  70. "sass-loader": "^7.1.0",
  71. "svg-sprite-loader": "^4.1.6",
  72. "vue-template-compiler": "2.6.10"
  73. },
  74. "engines": {
  75. "node": ">=8.9",
  76. "npm": ">= 3.0.0"
  77. },
  78. "browserslist": [
  79. "> 1%",
  80. "last 2 versions",
  81. "not ie <= 8"
  82. ],
  83. "files": [
  84. "dist"
  85. ],
  86. "publishConfig": {
  87. "registry": "http://47.101.10.107:8081/repository/npm-hossted/"
  88. }
  89. }