1 Star 0 Fork 0

赵梓宇 / buefy

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 4.99 KB
一键复制 编辑 原始数据 按行查看 历史
Walter Tommasi 提交于 2020-09-03 18:49 . 0.9.3
{
"name": "buefy",
"version": "0.9.3",
"homepage": "https://buefy.org",
"description": "Lightweight UI components for Vue.js based on Bulma",
"author": "Rafael Beraldo <rafael.pimpa@gmail.com>",
"maintainers": [
"Walter Tommasi <tommsi20@gmail.com>"
],
"license": "MIT",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"unpkg": "dist/buefy.min.js",
"typings": "types/index.d.ts",
"sideEffects": [
"*.css",
"*.scss"
],
"files": [
"dist",
"src",
"types/*.d.ts"
],
"repository": {
"type": "git",
"url": "https://github.com/buefy/buefy.git"
},
"bugs": {
"url": "https://github.com/buefy/buefy/issues"
},
"vetur": {
"tags": "dist/vetur/tags.json",
"attributes": "dist/vetur/attributes.json"
},
"scripts": {
"dev": "node build/dev-server.js",
"start": "node build/dev-server.js",
"lint": "eslint --ext .js,.vue src docs",
"lint:fix": "eslint --ext .js,.vue src docs --fix",
"lint:staged": "lint-staged",
"unit": "jest --runInBand",
"test": "npm run lint && npm run unit",
"test:watch": "npm run unit -- --watchAll",
"build:js": "rollup -c && rollup -c --environment MINIFY",
"build:js:watch": "rollup -c --watch",
"build:scss": "sass src/scss/buefy-build.scss | node ./build/banner.js > dist/buefy.css && cleancss -o dist/buefy.min.css dist/buefy.css",
"build:scss:watch": "sass src/scss/buefy-build.scss --watch",
"build:lib": "rimraf dist && npm run build:js && npm run build:scss && npm run vetur && copyfiles --flat helper-json/*.json dist/vetur",
"build:lib:watch": "concurrently \"npm run build:js:watch\" \"npm run build:scss:watch \" ",
"build:docs": "node build/build.js && copyfiles --flat netlify.toml dist-docs",
"build": "npm run build:lib && npm run build:docs",
"cov": "./node_modules/codcov/bin/codcov",
"vetur": "node -r esm build/vetur.js"
},
"keywords": [
"bulma",
"vue",
"vuejs",
"vue-bulma",
"components"
],
"dependencies": {
"bulma": "0.9.0"
},
"peerDependencies": {
"vue": "^2.6.11"
},
"devDependencies": {
"@applitools/eyes-cypress": "3.7.5",
"@babel/core": "7.3.4",
"@babel/plugin-syntax-dynamic-import": "7.2.0",
"@babel/preset-env": "7.3.4",
"@fortawesome/fontawesome-free": "5.3.1",
"@mdi/font": "4.8.95",
"@vue/test-utils": "1.0.0-beta.29",
"all-contributors-cli": "6.14.0",
"autoprefixer": "7.1.1",
"axios": "0.18.1",
"babel-core": "6.25.0",
"babel-eslint": "7.1.1",
"babel-jest": "22.1.0",
"babel-loader": "7.1.2",
"babel-plugin-transform-runtime": "6.22.0",
"babel-preset-env": "1.3.2",
"babel-preset-stage-2": "6.22.0",
"babel-register": "6.22.0",
"bulma-css-vars": "0.4.3",
"chalk": "4.1.0",
"clean-css-cli": "4.3.0",
"cleave.js": "1.0.1",
"clipboard": "1.7.1",
"codecov": "3.7.1",
"connect-history-api-fallback": "1.3.0",
"copy-webpack-plugin": "4.3.1",
"copyfiles": "2.2.0",
"cross-env": "4.0.0",
"cross-spawn": "5.0.1",
"css-loader": "0.28.0",
"cypress": "3.4.1",
"eslint": "4.18.2",
"eslint-config-buefy": "0.0.3",
"esm": "3.2.25",
"eventsource-polyfill": "0.9.6",
"express": "4.15.0",
"extract-text-webpack-plugin": "3.0.2",
"file-loader": "0.11.1",
"font-awesome": "4.7.0",
"friendly-errors-webpack-plugin": "1.6.1",
"handlebars": "4.5.3",
"highlight.js": "9.12.0",
"html-webpack-plugin": "2.30.1",
"http-proxy-middleware": "0.17.3",
"jest": "23.5.0",
"jest-serializer-vue": "0.3.0",
"lint-staged": "6.1.1",
"open": "7.1.0",
"optimize-css-assets-webpack-plugin": "3.2.0",
"optimize-js-plugin": "0.0.4",
"pre-commit": "1.2.2",
"prerender-spa-plugin": "3.4.0",
"raw-loader": "0.5.1",
"rimraf": "2.6.0",
"rollup": "1.17.0",
"rollup-copy-plugin": "0.1.0",
"rollup-plugin-babel": "4.3.2",
"rollup-plugin-commonjs": "9.2.1",
"rollup-plugin-node-resolve": "4.0.1",
"rollup-plugin-replace": "2.1.0",
"rollup-plugin-terser": "4.0.4",
"rollup-plugin-vue": "5.0.0",
"sass": "1.26.10",
"sass-loader": "7.3.1",
"scrollreveal": "3.3.6",
"semver": "5.3.0",
"shelljs": "0.8.4",
"sinon": "7.5.0",
"sortablejs": "1.7.0",
"uglifyjs-webpack-plugin": "1.2.5",
"url-loader": "0.5.8",
"vee-validate": "2.1.0-beta.9",
"vue": "2.6.11",
"vue-analytics": "4.1.3",
"vue-jest": "2.5.0",
"vue-loader": "15.9.3",
"vue-progressbar": "0.7.2",
"vue-router": "3.1.6",
"vue-style-loader": "3.0.1",
"vue-template-compiler": "2.6.11",
"webpack": "3.10.0",
"webpack-bundle-analyzer": "2.9.2",
"webpack-dev-server": "2.11.1",
"webpack-hot-middleware": "2.21.0",
"webpack-merge": "4.1.2"
},
"lint-staged": {
"*.{vue,js}": [
"lint --fix",
"git add"
]
},
"pre-commit": "lint:staged",
"engines": {
"node": ">= 4.0.0",
"npm": ">= 3.0.0"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
]
}
1
https://gitee.com/zhao-ziyu/buefy.git
git@gitee.com:zhao-ziyu/buefy.git
zhao-ziyu
buefy
buefy
master

搜索帮助