1
1
mirror of https://github.com/rubjo/victor-mono.git synced 2024-08-17 10:20:24 +03:00
victor-mono/package.json

73 lines
1.8 KiB
JSON
Raw Normal View History

2019-06-04 14:05:30 +03:00
{
2019-08-21 22:52:22 +03:00
"name": "victormono",
2020-01-12 13:15:08 +03:00
"version": "1.3.1",
2019-08-21 22:52:22 +03:00
"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/",
2019-06-04 14:05:30 +03:00
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"animejs": "^3.0.1",
"core-js": "^2.6.5",
"dom-confetti": "^0.1.1",
2019-09-04 22:35:45 +03:00
"element-ui": "^2.12.0",
2019-06-04 14:05:30 +03:00
"granim": "^2.0.0",
"typed.js": "^2.0.11",
2019-06-04 14:05:30 +03:00
"vue": "^2.6.10",
"vue-codemirror": "^4.0.6",
"vue-faq-accordion": "^1.2.1",
2019-06-22 01:21:05 +03:00
"vue-scrollTo": "^2.4.1",
"vue-social-sharing": "^2.4.6"
2019-06-04 14:05:30 +03:00
},
"devDependencies": {
2019-09-04 22:35:45 +03:00
"@vue/cli-plugin-babel": "^3.11.0",
"@vue/cli-plugin-eslint": "^3.11.0",
"@vue/cli-service": "^3.11.0",
2019-06-04 14:05:30 +03:00
"@vue/eslint-config-standard": "^4.0.0",
2019-09-04 22:35:45 +03:00
"babel-eslint": "^10.0.3",
2019-06-04 14:05:30 +03:00
"babel-plugin-component": "^1.1.1",
"eslint": "^5.16.0",
"eslint-plugin-vue": "^5.0.0",
"node-sass": "^4.9.2",
"raw-loader": "^2.0.0",
"sass": "^1.23.0",
2019-09-04 22:35:45 +03:00
"sass-loader": "^7.3.1",
2019-06-04 14:05:30 +03:00
"stylelint": "^10.0.1",
"stylelint-config-recess-order": "^2.0.2",
"stylelint-config-standard": "^18.3.0",
"vue-cli-plugin-element": "^1.0.1",
"vue-template-compiler": "^2.5.21"
}
}