package.json 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. {
  2. "name": "wine-manager",
  3. "version": "4.4.0",
  4. "description": "none",
  5. "author": "none",
  6. "scripts": {
  7. "dev": "vue-cli-service serve",
  8. "lint": "eslint --ext .js,.vue src",
  9. "build:prod": "vue-cli-service build",
  10. "build:stage": "vue-cli-service build --mode staging",
  11. "preview": "node build/index.js --preview",
  12. "new": "plop",
  13. "svgo": "svgo -f src/icons/svg --config=src/icons/svgo.yml",
  14. "test:unit": "jest --clearCache && vue-cli-service test:unit",
  15. "test:ci": "npm run lint && npm run test:unit"
  16. },
  17. "dependencies": {
  18. "axios": "0.18.1",
  19. "clipboard": "2.0.4",
  20. "codemirror": "5.45.0",
  21. "core-js": "3.6.5",
  22. "driver.js": "0.9.5",
  23. "dropzone": "5.5.1",
  24. "echarts": "4.2.1",
  25. "element-ui": "2.13.2",
  26. "file-saver": "2.0.1",
  27. "fuse.js": "3.4.4",
  28. "js-cookie": "2.2.0",
  29. "jsencrypt": "^3.3.2",
  30. "jsonlint": "1.6.3",
  31. "jszip": "3.2.1",
  32. "moment": "^2.29.4",
  33. "normalize.css": "7.0.0",
  34. "nprogress": "0.2.0",
  35. "path-to-regexp": "2.4.0",
  36. "screenfull": "4.2.0",
  37. "script-loader": "0.7.2",
  38. "sortablejs": "1.8.4",
  39. "tui-editor": "1.3.3",
  40. "vue": "2.6.10",
  41. "vue-count-to": "1.0.13",
  42. "vue-router": "3.0.2",
  43. "vue-splitpane": "1.0.4",
  44. "vuedraggable": "2.20.0",
  45. "vuex": "3.1.0",
  46. "xlsx": "0.14.1"
  47. },
  48. "devDependencies": {
  49. "@vue/cli-plugin-babel": "4.4.4",
  50. "@vue/cli-plugin-eslint": "4.4.4",
  51. "@vue/cli-plugin-unit-jest": "4.4.4",
  52. "@vue/cli-service": "4.4.4",
  53. "@vue/test-utils": "1.0.0-beta.29",
  54. "autoprefixer": "9.5.1",
  55. "babel-eslint": "10.1.0",
  56. "babel-jest": "23.6.0",
  57. "babel-plugin-dynamic-import-node": "2.3.3",
  58. "chalk": "2.4.2",
  59. "chokidar": "2.1.5",
  60. "connect": "3.6.6",
  61. "eslint": "6.7.2",
  62. "eslint-plugin-vue": "6.2.2",
  63. "html-webpack-plugin": "3.2.0",
  64. "husky": "1.3.1",
  65. "lint-staged": "8.1.5",
  66. "mockjs": "1.0.1-beta3",
  67. "plop": "2.3.0",
  68. "runjs": "4.3.2",
  69. "sass": "1.26.2",
  70. "sass-loader": "8.0.2",
  71. "script-ext-html-webpack-plugin": "2.1.3",
  72. "serve-static": "1.13.2",
  73. "svg-sprite-loader": "4.1.3",
  74. "svgo": "1.2.0",
  75. "vue-template-compiler": "2.6.10"
  76. },
  77. "eslintConfig": {
  78. "root": true,
  79. "env": {
  80. "node": true
  81. },
  82. "extends": [
  83. "eslint:recommended"
  84. ],
  85. "parserOptions": {
  86. "parser": "@babel/eslint-parser"
  87. },
  88. "rules": {}
  89. },
  90. "browserslist": [
  91. "> 1%",
  92. "last 2 versions"
  93. ],
  94. "engines": {
  95. "node": ">=8.9",
  96. "npm": ">= 3.0.0"
  97. }
  98. }