Bumps [node-notifier](https://github.com/mikaelbr/node-notifier) from 6.0.0 to 8.0.1. - [Release notes](https://github.com/mikaelbr/node-notifier/releases) - [Changelog](https://github.com/mikaelbr/node-notifier/blob/v8.0.1/CHANGELOG.md) - [Commits](https://github.com/mikaelbr/node-notifier/compare/v6.0.0...v8.0.1) Signed-off-by: dependabot[bot] <support@github.com>
82 lines
2.7 KiB
JSON
82 lines
2.7 KiB
JSON
{
|
|
"name": "@hoc-element/affix",
|
|
"version": "0.1.2",
|
|
"main": "lib/hoc-el-affix.js",
|
|
"description": "📌 Affix 将页面元素固定在可视范围内。",
|
|
"author": "Wisdom <pdsu.wwz@foxmail.com>",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"build": "cross-env NODE_ENV=production webpack --config build/webpack.config.js --progress --colors --hide-modules",
|
|
"dev:example": "cross-env NODE_ENV=development webpack-dev-server --display-error-details --progress --colors --history-api-fallback --config build/webpack.example.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/pdsuwwz/hoc-element-affix.git"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"dependencies": {
|
|
"vue": "^2.6.12"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.11.6",
|
|
"@babel/eslint-parser": "^7.11.5",
|
|
"@babel/eslint-plugin": "^7.11.5",
|
|
"@babel/plugin-proposal-class-properties": "^7.0.0",
|
|
"@babel/plugin-proposal-decorators": "^7.1.2",
|
|
"@babel/plugin-proposal-export-default-from": "^7.0.0",
|
|
"@babel/plugin-proposal-export-namespace-from": "^7.0.0",
|
|
"@babel/plugin-proposal-function-sent": "^7.0.0",
|
|
"@babel/plugin-proposal-json-strings": "^7.0.0",
|
|
"@babel/plugin-proposal-numeric-separator": "^7.0.0",
|
|
"@babel/plugin-proposal-throw-expressions": "^7.0.0",
|
|
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
|
|
"@babel/plugin-syntax-import-meta": "^7.0.0",
|
|
"@babel/plugin-transform-modules-commonjs": "^7.1.0",
|
|
"@babel/plugin-transform-runtime": "^7.0.0",
|
|
"@babel/preset-env": "^7.0.0",
|
|
"@babel/runtime": "^7.1.2",
|
|
"@babel/runtime-corejs2": "^7.1.2",
|
|
"@vue/eslint-config-standard": "^5.1.2",
|
|
"babel-loader": "8.0.0",
|
|
"cross-env": "^5.0.5",
|
|
"css-loader": "^0.28.7",
|
|
"eslint": "^7.10.0",
|
|
"eslint-config-standard": "^14.1.0",
|
|
"eslint-friendly-formatter": "^4.0.1",
|
|
"eslint-loader": "^3.0.3",
|
|
"eslint-plugin-import": "^2.19.1",
|
|
"eslint-plugin-jsx-a11y": "^6.2.3",
|
|
"eslint-plugin-node": "^11.0.0",
|
|
"eslint-plugin-promise": "^4.2.1",
|
|
"eslint-plugin-standard": "^4.0.1",
|
|
"eslint-plugin-vue": "^6.1.2",
|
|
"file-loader": "^1.1.4",
|
|
"friendly-errors-webpack-plugin": "^1.7.0",
|
|
"html-webpack-plugin": "^4.5.0",
|
|
"node-notifier": "^8.0.1",
|
|
"node-sass": "^4.5.3",
|
|
"sass-loader": "^6.0.6",
|
|
"vue-loader": "^15.8.3",
|
|
"vue-router": "^3.4.5",
|
|
"vue-template-compiler": "^2.6.12",
|
|
"webpack": "^4.41.5",
|
|
"webpack-cli": "^3.3.10",
|
|
"webpack-dev-server": "^3.11.0"
|
|
},
|
|
"browserslist": [
|
|
"> 1%",
|
|
"last 2 versions",
|
|
"not ie <= 8"
|
|
],
|
|
"keywords": [
|
|
"vue",
|
|
"element-ui",
|
|
"hoc",
|
|
"affix",
|
|
"固钉",
|
|
"组件化"
|
|
]
|
|
}
|