12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- {
- "name": "persagy-vue-doc",
- "version": "1.1.26",
- "description": "persagy vuepress 文档扩展组件",
- "private": false,
- "author": "郝洁 <haojie@persagy.com.cn>",
- "license": "MIT",
- "keywords": [
- "persagy",
- "vue",
- "vuepress",
- "doc",
- "git",
- "database"
- ],
- "main": "lib/persagy-vue-doc.umd.min.js",
- "scripts": {
- "build": "vue-cli-service build --target lib --name persagy-vue-doc --dest lib src/index.js",
- "build:lib": "cross-env NODE_ENV=production webpack --mode production --profile --progress --config webpack.components.config.js",
- "publish": "npm publish",
- "lint": "vue-cli-service lint"
- },
- "files": [
- "lib"
- ],
- "publishConfig": {
- "registry": "http://dev.dp.sagacloud.cn:8082/repository/npm-hosted/"
- },
- "dependencies": {
- "axios": "^0.20.0",
- "core-js": "^3.6.5",
- "prismjs": "^1.21.0",
- "vue": "^2.6.11"
- },
- "devDependencies": {
- "@vue/cli-plugin-babel": "~4.5.0",
- "@vue/cli-plugin-eslint": "~4.5.0",
- "@vue/cli-service": "~4.5.0",
- "babel-eslint": "^10.1.0",
- "eslint": "^6.7.2",
- "eslint-plugin-vue": "^6.2.2",
- "vue-template-compiler": "^2.6.11"
- },
- "eslintConfig": {
- "root": true,
- "env": {
- "node": true
- },
- "extends": [
- "plugin:vue/essential",
- "eslint:recommended"
- ],
- "parserOptions": {
- "parser": "babel-eslint"
- },
- "rules": {}
- },
- "browserslist": [
- "> 1%",
- "last 2 versions",
- "not dead"
- ]
- }
|