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.

55 lines
1.5 KiB

6 years ago
6 years ago
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.18.0",
  18. "chart.js": "^2.7.2",
  19. "highlight.js": "^9.12.0",
  20. "lodash.isempty": "^4.4.0",
  21. "marked": "^0.3.19",
  22. "swiper": "^4.3.3",
  23. "vue": "^2.5.16",
  24. "vue-chartjs": "^3.4.0",
  25. "vue-debounce": "^1.1.0",
  26. "vue-json-pretty": "^1.6.0",
  27. "vue-loader": "^15.2.4",
  28. "vue-shortkey": "^3.1.6"
  29. },
  30. "devDependencies": {
  31. "babel-eslint": "^10.0.1",
  32. "cross-env": "^5.2.0",
  33. "css-loader": "^2.1.1",
  34. "eslint": "^5.3.0",
  35. "eslint-config-airbnb-base": "^13.0.0",
  36. "eslint-plugin-import": "^2.13.0",
  37. "eslint-plugin-vue": "^5.2.2",
  38. "npm-run-all": "^4.1.5",
  39. "pug": "^2.0.3",
  40. "pug-lint": "^2.5.0",
  41. "pug-lint-config-clock": "^2.0.0",
  42. "pug-lint-vue": "^0.1.3",
  43. "pug-plain-loader": "^1.0.0",
  44. "vue-style-loader": "^4.1.2",
  45. "vue-template-compiler": "^2.5.16",
  46. "webpack": "^4.12.0",
  47. "webpack-bundle-tracker": "^0.4.2-beta",
  48. "webpack-cli": "^3.2.3",
  49. "webpack-dev-server": "^3.2.1"
  50. },
  51. "directories": {
  52. "test": "tests"
  53. },
  54. "description": ""
  55. }