vue-juri
Version:
A component for Vue.js to display the demo and usage elegantly.
59 lines (58 loc) • 1.27 kB
JSON
{
"name": "vue-juri",
"version": "1.0.1",
"description": "A component for Vue.js to display the demo and usage elegantly.",
"repository": {
"url": "luyilin/vue-juri",
"type": "git"
},
"main": "dist/vue-juri.js",
"files": [
"dist"
],
"scripts": {
"prepublishOnly": "npm test && npm run build",
"lint": "eslint . --ext .js --ext .vue",
"test": "tyu",
"build": "poi build --component vue-juri",
"example": "poi -c example/poi.config.js",
"build:example": "poi build -c example/poi.config.js"
},
"author": {
"name": "luyilin",
"email": "luyilin12@gmail.com"
},
"license": "MIT",
"bili": {
"format": [
"cjs",
"umd"
],
"name": "vue-juri",
"plugins": [
"vue"
]
},
"eslintConfig": {
"extends": [
"plugin:vue/recommended"
]
},
"devDependencies": {
"bili": "^1.3.3",
"eslint": "^4.18.2",
"eslint-plugin-vue": "^4.3.0",
"poi": "^9.3.10",
"rollup-plugin-vue": "^2.5.2",
"tyu": "^1.0.0",
"vue-test-utils": "^1.0.0-beta.9"
},
"dependencies": {
"gray-matter": "^3.1.1",
"marked3": "^0.5.2",
"prismjs": "^1.12.0",
"raw-loader": "^0.5.1",
"sass-loader": "^6.0.7",
"vue-cute-rate": "^0.0.8"
}
}