Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

58 lines
1.3KB

  1. {
  2. "name": "rohanverma.net",
  3. "version": "0.1.0",
  4. "private": true,
  5. "scripts": {
  6. "serve": "vue-cli-service serve",
  7. "build": "vue-cli-service build",
  8. "lint": "vue-cli-service lint"
  9. },
  10. "dependencies": {
  11. "@fortawesome/fontawesome-svg-core": "^1.2.0",
  12. "@fortawesome/free-brands-svg-icons": "^5.1.1",
  13. "@fortawesome/free-solid-svg-icons": "^5.1.0",
  14. "@fortawesome/vue-fontawesome": "^0.1.1",
  15. "axios": "^0.18.0",
  16. "flexitgrid": "0.0.5",
  17. "i": "^0.3.6",
  18. "npm": "^6.2.0",
  19. "vue": "^2.5.16",
  20. "vue-axios": "^2.1.2",
  21. "vuetify": "^1.1.9"
  22. },
  23. "devDependencies": {
  24. "@babel/polyfill": "^7.0.0-beta.49",
  25. "@fortawesome/fontawesome-free": "^5.1.1",
  26. "@vue/cli-plugin-babel": "^3.0.0-rc.5",
  27. "@vue/cli-plugin-eslint": "^3.0.0-rc.5",
  28. "@vue/cli-service": "^3.0.0-rc.5",
  29. "font-awesome": "^4.7.0",
  30. "vue-cli-plugin-vuetify": "^0.1.6",
  31. "vue-template-compiler": "^2.5.16"
  32. },
  33. "eslintConfig": {
  34. "root": true,
  35. "env": {
  36. "node": true
  37. },
  38. "extends": [
  39. "plugin:vue/essential",
  40. "eslint:recommended"
  41. ],
  42. "rules": {},
  43. "parserOptions": {
  44. "parser": "babel-eslint"
  45. }
  46. },
  47. "postcss": {
  48. "plugins": {
  49. "autoprefixer": {}
  50. }
  51. },
  52. "browserslist": [
  53. "> 1%",
  54. "last 2 versions",
  55. "not ie <= 8"
  56. ]
  57. }