1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- {
- "name": "@persagy-vue/doc",
- "version": "1.1.35",
- "description": "persagy vue vuepress 文档扩展组件",
- "private": false,
- "author": "郝洁 <haojie@persagy.com.cn>",
- "license": "persagy",
- "keywords": [
- "persagy",
- "vue",
- "vuepress",
- "doc",
- "git",
- "database"
- ],
- "main": "lib/index.js",
- "scripts": {
- "build": "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",
- "cross-env": "^7.0.2",
- "eslint": "^6.7.2",
- "eslint-plugin-vue": "^6.2.2",
- "vue-loader": "^15.9.3",
- "vue-template-compiler": "^2.6.11",
- "webpack-cli": "^3.3.12"
- },
- "eslintConfig": {
- "root": true,
- "env": {
- "node": true
- },
- "extends": [
- "plugin:vue/essential",
- "eslint:recommended"
- ],
- "parserOptions": {
- "parser": "babel-eslint"
- },
- "rules": {}
- },
- "browserslist": [
- "> 1%",
- "last 2 versions",
- "not dead"
- ]
- }
|