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.

package.json 965B

12345678910111213141516171819202122232425262728293031323334353637
  1. {
  2. "name": "univate",
  3. "version": "0.1.0",
  4. "private": true,
  5. "main": "index.js",
  6. "scripts": {
  7. "serve": "vue-cli-service serve",
  8. "build": "vue-cli-service build",
  9. "lint": "vue-cli-service lint"
  10. },
  11. "dependencies": {
  12. "@nuxtjs/axios": "^5.6.0",
  13. "animate.css": "^3.7.2",
  14. "axios": "^0.19.0",
  15. "core-js": "^2.6.5",
  16. "lodash": "^4.17.15",
  17. "material-design-icons-iconfont": "^3.0.3",
  18. "roboto-fontface": "*",
  19. "stylus-loader": "^3.0.2",
  20. "vue": "^2.6.10",
  21. "vue-eva-icons": "^1.1.1",
  22. "vue-router": "^3.0.7",
  23. "vuetify": "^1.5.5",
  24. "vuex": "^3.1.1"
  25. },
  26. "devDependencies": {
  27. "@vue/cli-plugin-babel": "^3.8.0",
  28. "@vue/cli-plugin-eslint": "^3.8.0",
  29. "@vue/cli-service": "^3.8.0",
  30. "@vue/eslint-config-airbnb": "^4.0.0",
  31. "babel-eslint": "^10.0.1",
  32. "eslint": "^5.16.0",
  33. "eslint-plugin-vue": "^5.0.0",
  34. "vue-cli-plugin-vuetify": "^0.5.0",
  35. "vue-template-compiler": "^2.6.10"
  36. }
  37. }