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.

23 lines
433 B

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. "test": "echo \"Error: no test specified\" && exit 1"
  7. },
  8. "author": "",
  9. "license": "ISC",
  10. "dependencies": {
  11. "vue": "^2.5.16",
  12. "vue-loader": "^15.2.4",
  13. "vue-shortkey": "^3.1.6"
  14. },
  15. "devDependencies": {
  16. "webpack": "^4.12.0",
  17. "webpack-cli": "^3.0.8"
  18. },
  19. "directories": {
  20. "test": "tests"
  21. },
  22. "description": ""
  23. }