fes.js/packages/fes-ui/package.json
万纯 0fbf3fb1ed fes-ui v0.1.1
1、修复Layout组件offset不生效的bug

fes-doc
1、更新文档中描述不准备的地方
2、更换文档中的链接
2020-09-08 10:50:29 +08:00

95 lines
2.9 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"name": "@webank/fes-ui",
"version": "0.1.1",
"description": "基于Vue2.0适用于PC管理端的组件库",
"main": "dist/fes-ui.js",
"scripts": {
"build": "gulp build --gulpfile build/gulpfile.js",
"dev": "gulp dev --gulpfile build/gulpfile.js",
"dev:demand": "gulp dev --demand=true --gulpfile build/gulpfile.js",
"fix": "eslint --ext .js,.fes,.vue src --fix",
"lint": "eslint --ext .js,.fes,.vue src",
"precommit": "lint-staged"
},
"keywords": [
"Vue",
"组件库"
],
"files": [
"README.md",
"dist"
],
"author": "harrywan qlin",
"repository": {
"type": "git",
"url": "https://github.com/WeBankFinTech/fes.js.git"
},
"license": "MIT",
"devDependencies": {
"axios": "^0.16.2",
"babel-core": "^6.14.0",
"babel-loader": "^6.2.5",
"babel-plugin-import": "^1.13.0",
"babel-plugin-transform-runtime": "^6.0.0",
"babel-preset-es2015": "^6.14.0",
"babel-preset-stage-2": "^6.0.0",
"babel-runtime": "^6.23.0",
"body-parser": "^1.5.2",
"browser-sync": "^2.23.6",
"chalk": "^1.1.1",
"connect": "^3.6.6",
"connect-livereload": "^0.5.4",
"csp-html-webpack-plugin": "^4.0.0",
"css-loader": "^0.21.0",
"del": "^2.2.0",
"eslint": "^6.1.0",
"eslint-plugin-vue": "^5.2.3",
"express": "^4.16.3",
"extract-text-webpack-plugin": "^2.1.0",
"faker": "^4.1.0",
"file-loader": "^0.8.5",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-clean-css": "^3.9.3",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.2.1",
"gulp-uglify": "^3.0.0",
"gulp-util": "^3.0.7",
"highlight.js": "^9.10.0",
"html-webpack-plugin": "^2.28.0",
"http-proxy": "^1.12.0",
"lint-staged": "^8.0.4",
"mockjs": "^1.0.1-beta3",
"morgan": "^1.2.2",
"multer": "^1.3.1",
"node-sass": "^4.10.0",
"on-finished": "^2.3.0",
"postcss-loader": "^2.1.4",
"pump": "^3.0.0",
"q": "^1.4.1",
"sass-loader": "^3.1.2",
"serve-static": "^1.13.2",
"style-loader": "^0.13.0",
"uglifyjs-webpack-plugin": "^1.2.5",
"url-loader": "^0.5.7",
"vue": "^2.6.10",
"vue-hot-reload-api": "^1.2.0",
"vue-html-loader": "^1.0.0",
"vue-i18n": "^8.15.1",
"vue-loader": "^12.2.2",
"vue-markdown-loader": "^0.6.2",
"vue-router": "^2.6.0",
"vue-style-loader": "^1.0.0",
"vue-template-compiler": "^2.6.10",
"webpack": "^3.11.0",
"webpack-dev-middleware": "^1.12.0",
"webpack-hot-middleware": "^2.20.0",
"webpack-merge": "^4.1.2",
"yargs": "^3.32.0"
},
"dependencies": {
"async-validator": "^1.8.2",
"xss": "^1.0.7"
}
}