UNPKG

@whinc/web-console

Version:

![Github release](https://img.shields.io/npm/v/@whinc/web-console.svg) ![总下载量](https://img.shields.io/npm/dt/@whinc/web-console.svg) ![月下载量](https://img.shields.io/npm/dm/@whinc/web-console.svg) ![周下载量](https://img.shields.io/npm/dw/@whinc/web-console.

95 lines (94 loc) 2.78 kB
{ "name": "@whinc/web-console", "version": "0.7.2", "author": "whincwu@163.com", "license": "MIT", "keywords": [ "console", "vConsole", "web-console", "webConsole", "log" ], "repository": "https://github.com/whinc/web-console", "main": "dist/web-console.umd.min.js", "scripts": { "serve": "vue-cli-service serve", "build:lib": "vue-cli-service build --target lib --name web-console --dest dist src/main.js", "depoly:lib": "npm run lint && npm run build:lib && cross-env NPM_TOKEN=$NPM_TOKEN semantic-release && npm run changelog", "build:demo": "vue-cli-service build --target app --dest demo", "depoly:demo": "npm run build:demo && npx gh-pages -d demo", "lint": "vue-cli-service lint src/**/*.js", "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0", "report": "vue-cli-service build --report", "test:unit": "vue-cli-service test:unit", "test:api": "cd ./tests/api && nodemon index.js", "e2e": "vue-cli-service e2e" }, "dependencies": { "cookie_js": "^1.2.2", "highlight.js": "^9.14.2", "lodash.clonedeep": "^4.5.0", "mint-ui": "^2.2.13", "specificity": "^0.4.1", "url-search-params": "^1.1.0", "vue": "^2.5.22", "vue-infinite-scroll": "^2.0.2" }, "devDependencies": { "@commitlint/cli": "^7.5.0", "@commitlint/config-conventional": "^7.5.0", "@vue/cli-plugin-babel": "^3.4.1", "@vue/cli-plugin-e2e-cypress": "^3.4.1", "@vue/cli-plugin-eslint": "^3.4.1", "@vue/cli-plugin-unit-jest": "^3.5.1", "@vue/cli-service": "^3.4.1", "@vue/test-utils": "^1.0.0-beta.28", "babel-core": "^7.0.0-0", "babel-jest": "^22.4.4", "babel-plugin-component": "^1.1.1", "conventional-changelog-angular": "^5.0.3", "conventional-changelog-cli": "^2.0.12", "cross-env": "^5.2.0", "cz-conventional-changelog": "^2.1.0", "gh-pages": "^1.2.0", "gulp": "^4.0.0", "husky": "^1.3.1", "i": "^0.3.6", "node-sass": "^4.11.0", "nodemon": "^1.18.9", "prettier": "1.14.2", "pretty-quick": "^1.10.0", "sass-loader": "^6.0.6", "semantic-release": "^15.13.3", "semantic-release-cli": "^4.1.1", "vue-template-compiler": "^2.5.22" }, "browserslist": [ "> 1%", "last 2 versions", "not ie <= 8" ], "husky": { "hooks": { "pre-commit": "pretty-quick --staged", "commit-msg": "commitlint -E HUSKY_GIT_PARAMS" } }, "prettier": { "printWidth": 120 }, "commitlint": { "extends": [ "@commitlint/config-conventional" ] }, "release": { "ci": false, "plugins": [ "@semantic-release/commit-analyzer", "@semantic-release/release-notes-generator", "@semantic-release/npm" ] } }