UNPKG

huge-tree

Version:

vue组件,海量数据 tree、list,支持20w+,虚拟滚动<br>

117 lines (116 loc) 3.41 kB
{ "name": "huge-tree", "version": "2.0.2", "description": "vue组件,海量数据 tree、list,支持20w+,虚拟滚动<br>", "keywords": [ "huge-tree", "huge-tree-vue", "tree", "large-tree", "vue", "huge-list-vue", "huge-list", "list", "large-list" ], "main": "dist/huge-tree.js", "scripts": { "dev": "webpack-dev-server --inline --progress", "build": "cross-env NODE_ENV=production webpack", "build-library": "cross-env NODE_ENV=production webpack --config webpack.config.library.js", "test": "echo \"Error: no test specified\" && exit 1", "lint": "eslint --ext .js,.vue --ignore-path .gitignore .", "format": "prettier --write '{src,config,mock}/**/*.{js,json,vue,less}'", "analyz": "NODE_ENV=production npm_config_report=true npm run build", "mock:api": "nodemon ./mock/app.js" }, "author": { "name": "lizhuang", "email": "lz760157714@gmail.com" }, "license": "ISC", "devDependencies": { "autoprefixer": "^9.5.1", "babel-core": "^6.26.3", "babel-eslint": "^10.0.1", "babel-loader": "^7.0.6", "babel-plugin-transform-runtime": "^6.23.0", "babel-preset-env": "^1.7.0", "babel-preset-stage-2": "^6.24.1", "babel-runtime": "^6.26.0", "cache-loader": "^3.0.1", "clean-webpack-plugin": "^2.0.2", "copy-webpack-plugin": "^5.0.3", "cross-env": "^5.2.0", "css-loader": "^2.1.1", "eslint": "^5.16.0", "eslint-config-prettier": "^4.3.0", "eslint-config-standard": "^12.0.0", "eslint-loader": "^2.1.2", "eslint-plugin-html": "^5.0.5", "eslint-plugin-import": "^2.17.3", "eslint-plugin-node": "^9.1.0", "eslint-plugin-prettier": "^3.1.0", "eslint-plugin-promise": "^4.1.1", "eslint-plugin-standard": "^4.0.0", "eslint-plugin-vue": "^5.2.2", "glob": "^7.1.4", "happypack": "^5.0.1", "html-webpack-plugin": "^3.2.0", "huge-tree": "^2.0.1", "husky": "^2.3.0", "koa": "^2.8.1", "koa-body": "^4.1.1", "koa-route": "^3.2.0", "koa-static": "^5.0.0", "less": "^3.9.0", "less-loader": "^5.0.0", "lint-staged": "^8.1.7", "mini-css-extract-plugin": "^0.6.0", "mkdirp": "^0.5.1", "node-sass": "^4.13.0", "node-uuid": "^1.4.8", "nodemon": "^1.19.2", "optimize-css-assets-webpack-plugin": "^5.0.1", "postcss-loader": "^3.0.0", "prettier": "1.17.1", "sass": "^1.23.7", "sass-loader": "7.3.1", "style-loader": "^0.23.1", "thread-loader": "^2.1.2", "uglifyjs-webpack-plugin": "^2.1.3", "url-loader": "^1.1.2", "vue-loader": "^15.7.0", "vue-markdown-loader": "^2.4.1", "vue-template-compiler": "^2.6.10", "webpack": "^4.31.0", "webpack-bundle-analyzer": "^3.3.2", "webpack-cli": "^3.3.2", "webpack-dev-server": "^3.3.1", "webpack-parallel-uglify-plugin": "^1.1.0" }, "dependencies": { "axios": "^0.19.0", "vue": "^2.6.10", "vue-router": "^3.0.6" }, "husky": { "hooks": { "pre-commit": "lint-staged" } }, "lint-staged": { "*.{js,css,md,vue}": [ "prettier --write", "git add" ] }, "repository": { "type": "git", "url": "git+https://github.com/bitmain-frontend/huge-tree.git" }, "bugs": { "url": "https://github.com/bitmain-frontend/huge-tree/issues" }, "homepage": "https://github.com/bitmain-frontend/huge-tree#readme" }