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.

30 lines
643 B

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. "build": "webpack",
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "author": "",
  10. "license": "ISC",
  11. "dependencies": {
  12. "axios": "^0.18.0",
  13. "chart.js": "^2.7.2",
  14. "vue": "^2.5.16",
  15. "vue-chartjs": "^3.4.0",
  16. "vue-loader": "^15.2.4",
  17. "vue-shortkey": "^3.1.6"
  18. },
  19. "devDependencies": {
  20. "eslint": "^5.3.0",
  21. "eslint-config-airbnb-base": "^13.0.0",
  22. "eslint-plugin-import": "^2.13.0",
  23. "webpack": "^4.12.0",
  24. "webpack-cli": "^3.0.8"
  25. },
  26. "directories": {
  27. "test": "tests"
  28. },
  29. "description": ""
  30. }