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.

58 lines
1.6 KiB

6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
  1. {
  2. "name": "server",
  3. "version": "1.0.0",
  4. "main": "index.js",
  5. "scripts": {
  6. "start": "cross-env HOT_RELOAD=1 DEBUG=1 webpack-dev-server",
  7. "build": "webpack",
  8. "lint.js": "eslint --max-warnings=0 '{components,pages}/**/*.{js,vue}'",
  9. "lint.pug": "pug-lint components/",
  10. "lint.pug.vue": "pug-lint-vue components/",
  11. "lint": "run-s lint.js lint.pug lint.pug.vue",
  12. "test": "echo \"Error: no test specified\" && exit 1"
  13. },
  14. "author": "",
  15. "license": "ISC",
  16. "dependencies": {
  17. "axios": "^0.19.0",
  18. "axios-mock-adapter": "^1.17.0",
  19. "buefy": "^0.8.2",
  20. "chart.js": "^2.7.2",
  21. "highlight.js": "^9.12.0",
  22. "lodash.isempty": "^4.4.0",
  23. "marked": "^0.7.0",
  24. "swiper": "^4.3.3",
  25. "vue": "^2.6.10",
  26. "vue-chartjs": "^3.4.0",
  27. "vue-debounce": "^1.1.0",
  28. "vue-json-pretty": "^1.6.0",
  29. "vue-loader": "^15.2.4",
  30. "vue-shortkey": "^3.1.6",
  31. "vue-swatches": "^1.0.3"
  32. },
  33. "devDependencies": {
  34. "babel-eslint": "^10.0.1",
  35. "cross-env": "^5.2.0",
  36. "css-loader": "^2.1.1",
  37. "eslint": "^5.3.0",
  38. "eslint-config-airbnb-base": "^13.0.0",
  39. "eslint-plugin-import": "^2.13.0",
  40. "eslint-plugin-vue": "^5.2.2",
  41. "npm-run-all": "^4.1.5",
  42. "pug": "^2.0.3",
  43. "pug-lint": "^2.5.0",
  44. "pug-lint-config-clock": "^2.0.0",
  45. "pug-lint-vue": "^0.1.3",
  46. "pug-plain-loader": "^1.0.0",
  47. "vue-style-loader": "^4.1.2",
  48. "vue-template-compiler": "^2.6.10",
  49. "webpack": "^4.41.6",
  50. "webpack-bundle-tracker": "^0.4.2-beta",
  51. "webpack-cli": "^3.2.3",
  52. "webpack-dev-server": "^3.2.1"
  53. },
  54. "directories": {
  55. "test": "tests"
  56. },
  57. "description": ""
  58. }