UNPKG

vue-fluent

Version:

Fluent Design Components for Vue.js using Bulma CSS framework and Bulma-Fluent theme, inspired by Microsoft’s Fluent Design System.

72 lines (71 loc) 2.26 kB
{ "author": "Muhammad Ubaid Raza <mubaidr@gmail.com>", "browserslist": [ "> 1%", "last 2 versions", "not ie <= 8" ], "bugs": { "url": "https://github.com/mubaidr/vue-fluent/issues" }, "dependencies": { "buefy": "^0.6.7", "bulma-addons": "^0.1.12", "bulma-fluent": "^0.3.13" }, "description": "Fluent Design Components for Vue.js using Bulma CSS framework and Bulma-Fluent theme, inspired by Microsoft’s Fluent Design System.", "devDependencies": { "@babel/core": "^7.1.2", "@babel/preset-env": "^7.1.0", "babel-eslint": "^10.0.1", "eslint": "^5.6.1", "eslint-config-prettier": "^3.1.0", "eslint-config-standard": "^12.0.0", "eslint-plugin-import": "^2.14.0", "eslint-plugin-node": "^7.0.1", "eslint-plugin-promise": "^4.0.1", "eslint-plugin-standard": "^4.0.0", "eslint-plugin-vue": "^4.7.1", "node-sass": "^4.9.3", "node-sass-import": "^2.0.1", "poi": "^10.2.10", "prettier": "^1.14.3", "rimraf": "^2.6.2", "vue-template-compiler": "^2.5.17" }, "files": [ "dist", "src/lib", "LICENSE", "README.md" ], "homepage": "https://mubaidr.github.io/vue-fluent", "keywords": [ "vue", "bulma", "theme", "fluent", "components" ], "license": "MIT", "main": "src/lib/index.js", "name": "vue-fluent", "peerDependencies": { "vue": "^2.5.16" }, "repository": { "type": "git", "url": "git+https://github.com/mubaidr/vue-fluent.git" }, "scripts": { "build": "npm run build-lib-js && npm run build-lib-css", "build-docs": "cd src/docs && npm run build && cd ../../", "build-lib-css": "node-sass src/lib/index.sass dist/vue-fluent.min.css --output-style compressed --importer node_modules/node-sass-import", "build-lib-js": "poi build ./src/lib/index.js --filename.js vue-fluent.min.js -d ./dist/ --format umd --module-name VueFluent --jsx vue", "dev": "cd src/docs && npm run serve && cd ../../", "lint": "eslint --ext .js,.vue --fix src/", "prettier": "prettier --write ./src/**/*.js && prettier --write ./src/**/*.vue", "upgrade": "npm-check-updates -a -u && npm install && cd src/docs && npm-check-updates -a -u && npm install" }, "version": "0.1.4" }