1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677 |
- {
- "name": "victormono",
- "version": "1.5.6",
- "description": "Victor Mono: a free programming font with semi-connected cursive italics and symbol ligatures",
- "files": [
- "dist/"
- ],
- "main": "dist/index.css",
- "bundleDependencies": false,
- "deprecated": false,
- "repository": {
- "type": "git",
- "url": "git+https://github.com/rubjo/victor-mono.git"
- },
- "keywords": [
- "font",
- "monospace",
- "cursive",
- "italics",
- "ligatures",
- "Victor Mono",
- "programming-font",
- "coding-font",
- "typeface"
- ],
- "author": {
- "name": "Rune B",
- "email": "victor.mono.font@gmail.com"
- },
- "license": "MIT",
- "bugs": {
- "url": "https://github.com/rubjo/victor-mono/issues"
- },
- "homepage": "https://rubjo.github.io/victor-mono/",
- "scripts": {
- "serve": "vue-cli-service serve",
- "build": "vue-cli-service build",
- "lint": "vue-cli-service lint"
- },
- "dependencies": {
- "animejs": "^3.2.1",
- "core-js": "^2.6.12",
- "dom-confetti": "^0.1.2",
- "element-ui": "^2.14.1",
- "granim": "^2.0.0",
- "typed.js": "^2.0.11",
- "vue": "^2.6.12",
- "vue-codemirror": "^4.0.6",
- "vue-faq-accordion": "^1.6.2",
- "vue-scrollTo": "^2.4.1",
- "vue-social-sharing": "^2.4.6",
- "vue-tweet-embed": "^2.4.0",
- "vue-twentytwenty": "^0.6.2"
- },
- "devDependencies": {
- "@vue/cli-plugin-babel": "^3.11.0",
- "@vue/cli-plugin-eslint": "^3.11.0",
- "@vue/cli-service": "^3.11.0",
- "@vue/eslint-config-standard": "^4.0.0",
- "babel-eslint": "^10.1.0",
- "babel-plugin-component": "^1.1.1",
- "eslint": "^7.0.0",
- "eslint-plugin-import": "^2.25.2",
- "eslint-plugin-node": "^11.1.0",
- "eslint-plugin-standard": "^5.0.0",
- "eslint-plugin-vue": "^7.20.0",
- "node-sass": "^6.0.1",
- "raw-loader": "^2.0.0",
- "sass": "^1.32.0",
- "sass-loader": "^7.3.1",
- "stylelint": "^10.0.1",
- "stylelint-config-recess-order": "^2.3.0",
- "stylelint-config-standard": "^18.3.0",
- "vue-cli-plugin-element": "^1.0.1",
- "vue-template-compiler": "^2.6.12"
- }
- }
|