@blueking/ip-selector
Version:
基于蓝鲸 Magicbox 和 Vue 的前端业务组件
116 lines (115 loc) • 3.97 kB
JSON
{
"name": "@blueking/ip-selector",
"version": "1.0.1-beta.16",
"description": "基于蓝鲸 Magicbox 和 Vue 的前端业务组件",
"author": "bkfe",
"scripts": {
"dev": "webpack serve --hot --env development --env mode=development --config ./webpack.config.js",
"build:2.6.x": "webpack --env libary=vue.2.6.x --config ./webpack.config.js --entry ./src/vue2.6.x.js",
"build:2.7.x": "webpack --env libary=vue.2.7.x --config ./webpack.config.js --entry ./src/index.js",
"build:3.x": "webpack --env libary=vue.3.x --config ./webpack.config.js --entry ./src/vue3.x.js",
"build:bak": "webpack --config ./webpack.config.js",
"build": "rm -rf dist; node build",
"lint:js": "eslint --fix --ext .js,.vue ./lib",
"lint:style": "stylelint --fix **/**/*.{css,vue}"
},
"keywords": [
"bk-ip-selector",
"bk-magicbox",
"bk-magicbox-vue",
"bk-magic",
"bk-magic-vue",
"magicbox"
],
"license": "ISC",
"files": [
"/dist/*"
],
"main": "./dist/index.js",
"module": "./dist/index.esm.js",
"devDependencies": {
"@babel/core": "7.23.7",
"@babel/eslint-parser": "7.22.15",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/plugin-proposal-export-namespace-from": "7.18.9",
"@babel/plugin-syntax-dynamic-import": "7.8.3",
"@babel/plugin-syntax-jsx": "7.23.3",
"@babel/plugin-transform-modules-commonjs": "7.23.3",
"@babel/plugin-transform-runtime": "7.23.7",
"@babel/preset-env": "7.23.7",
"@babel/runtime": "7.23.7",
"@vue/babel-helper-vue-jsx-merge-props": "1.4.0",
"@vue/babel-plugin-transform-vue-jsx": "1.4.0",
"@vue/babel-sugar-inject-h": "1.4.0",
"@vue/eslint-config-standard": "8.0.1",
"ajv": "8.12.0",
"axios": "1.11.0",
"babel-loader": "9.1.3",
"babel-plugin-import-bk-magic-vue": "2.1.11",
"babel-plugin-lodash": "3.3.4",
"bk-magic-vue": "2.5.10-beta.14",
"copy-webpack-plugin": "11.0.0",
"core-js": "3.35.0",
"css-loader": "6.8.1",
"css-minimizer-webpack-plugin": "5.0.1",
"eslint": "8.56.0",
"eslint-config-standard": "17.1.0",
"eslint-config-tencent": "1.0.4",
"eslint-plugin-html": "7.1.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-n": "16.6.1",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-simple-import-sort": "10.0.0",
"eslint-plugin-vue": "9.19.2",
"eslint-webpack-plugin": "4.0.1",
"html-loader": "4.2.0",
"html-webpack-plugin": "5.6.0",
"js-cookie": "^3.0.5",
"lodash": "4.17.21",
"lodash-webpack-plugin": "0.11.6",
"mini-css-extract-plugin": "2.7.6",
"postcss": "8.4.33",
"postcss-advanced-variables": "3.0.0",
"postcss-atroot": "0.2.3",
"postcss-extend-rule": "4.0.0",
"postcss-html": "1.5.0",
"postcss-import": "15.0.0",
"postcss-import-webpack-resolver": "1.0.1",
"postcss-loader": "7.3.4",
"postcss-mixins": "9.0.4",
"postcss-nested": "5.0.6",
"postcss-preset-env": "7.5.0",
"postcss-property-lookup": "3.0.0",
"postcss-syntax": "0.36.2",
"postcss-url": "10.1.3",
"speed-measure-webpack-plugin": "1.5.0",
"style-loader": "3.3.3",
"stylelint": "14.16.1",
"stylelint-config-standard": "29.0.0",
"stylelint-order": "6.0.4",
"stylelint-scss": "4.2.0",
"stylelint-webpack-plugin": "4.1.1",
"terser-webpack-plugin": "5.3.10",
"thread-loader": "4.0.2",
"tippy.js": "6.3.7",
"vue": "2.7.8",
"vue-loader": "15.10.0",
"vue-style-loader": "4.1.3",
"vuedraggable": "2.24.3",
"webpack": "5.89.0",
"webpack-cli": "5.1.4",
"webpack-dev-server": "4.15.1",
"webpack-merge": "5.10.0"
},
"engines": {
"node": ">= 14.7.0",
"npm": ">= 6.0.0"
},
"dependencies": {
"@blueking/bkui-library": "0.0.0-beta.6",
"@blueking/functional-dependency": "0.0.1-beta.12",
"@blueking/user-selector": "^1.0.14",
"vue-i18n": "8.14.1"
}
}