package.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "name": "victormono",
  3. "version": "1.5.6",
  4. "description": "Victor Mono: a free programming font with semi-connected cursive italics and symbol ligatures",
  5. "files": [
  6. "dist/"
  7. ],
  8. "main": "dist/index.css",
  9. "bundleDependencies": false,
  10. "deprecated": false,
  11. "repository": {
  12. "type": "git",
  13. "url": "git+https://github.com/rubjo/victor-mono.git"
  14. },
  15. "keywords": [
  16. "font",
  17. "monospace",
  18. "cursive",
  19. "italics",
  20. "ligatures",
  21. "Victor Mono",
  22. "programming-font",
  23. "coding-font",
  24. "typeface"
  25. ],
  26. "author": {
  27. "name": "Rune B",
  28. "email": "victor.mono.font@gmail.com"
  29. },
  30. "license": "MIT",
  31. "bugs": {
  32. "url": "https://github.com/rubjo/victor-mono/issues"
  33. },
  34. "homepage": "https://rubjo.github.io/victor-mono/",
  35. "scripts": {
  36. "serve": "vue-cli-service serve",
  37. "build": "vue-cli-service build",
  38. "lint": "vue-cli-service lint"
  39. },
  40. "dependencies": {
  41. "animejs": "^3.2.1",
  42. "core-js": "^2.6.12",
  43. "dom-confetti": "^0.1.2",
  44. "element-ui": "^2.14.1",
  45. "granim": "^2.0.0",
  46. "typed.js": "^2.0.11",
  47. "vue": "^2.6.12",
  48. "vue-codemirror": "^4.0.6",
  49. "vue-faq-accordion": "^1.6.2",
  50. "vue-scrollTo": "^2.4.1",
  51. "vue-social-sharing": "^2.4.6",
  52. "vue-tweet-embed": "^2.4.0",
  53. "vue-twentytwenty": "^0.6.2"
  54. },
  55. "devDependencies": {
  56. "@vue/cli-plugin-babel": "^3.11.0",
  57. "@vue/cli-plugin-eslint": "^3.11.0",
  58. "@vue/cli-service": "^3.11.0",
  59. "@vue/eslint-config-standard": "^4.0.0",
  60. "babel-eslint": "^10.1.0",
  61. "babel-plugin-component": "^1.1.1",
  62. "eslint": "^7.0.0",
  63. "eslint-plugin-import": "^2.25.2",
  64. "eslint-plugin-node": "^11.1.0",
  65. "eslint-plugin-standard": "^5.0.0",
  66. "eslint-plugin-vue": "^7.20.0",
  67. "node-sass": "^6.0.1",
  68. "raw-loader": "^2.0.0",
  69. "sass": "^1.32.0",
  70. "sass-loader": "^7.3.1",
  71. "stylelint": "^10.0.1",
  72. "stylelint-config-recess-order": "^2.3.0",
  73. "stylelint-config-standard": "^18.3.0",
  74. "vue-cli-plugin-element": "^1.0.1",
  75. "vue-template-compiler": "^2.6.12"
  76. }
  77. }