UNPKG

office-ui-fabric-vue

Version:
74 lines (73 loc) 2.03 kB
{ "name": "office-ui-fabric-vue", "version": "1.2.0", "description": "Office UI Fabric implementation for Vue.js", "main": "dist/index.js", "author": "aidewoode <aidewoode@gmail.com>", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/aidewoode/office-ui-fabric-vue" }, "bugs": { "url": "https://github.com/aidewoode/office-ui-fabric-vue/issues" }, "keywords": [ "vue", "vuejs", "office", "office-ui-fabric" ], "scripts": { "server": "./node_modules/.bin/webpack-dev-server --inline --hot --env.development", "bundle": "./node_modules/.bin/webpack --env.production", "bundleLib": "./node_modules/.bin/webpack --env.production --env.lib", "test": "./node_modules/.bin/jest", "lint": "./node_modules/.bin/eslint --ext .js,.vue src" }, "devDependencies": { "babel-core": "^6.24.1", "babel-jest": "^22.0.4", "babel-loader": "^7.0.0", "babel-preset-env": "^1.5.1", "css-loader": "^0.28.2", "eslint": "^3.19.0", "eslint-config-airbnb-base": "^11.2.0", "eslint-loader": "^1.7.1", "eslint-plugin-html": "^2.0.3", "eslint-plugin-import": "^2.2.0", "extract-text-webpack-plugin": "^2.1.0", "html-loader": "^0.4.5", "jest": "^22.0.4", "markdown-loader": "^2.0.1", "normalize.css": "^7.0.0", "path": "^0.12.7", "prismjs": "^1.6.0", "script-loader": "^0.7.2", "style-loader": "^0.18.2", "vue": "^2.3.3", "vue-jest": "^1.4.0", "vue-loader": "^12.1.0", "vue-router": "^2.5.3", "vue-scrollto": "^2.6.8", "vue-template-compiler": "^2.3.3", "vue-test-utils": "^1.0.0-beta.11", "webpack": "^3.11.0", "webpack-dev-server": "^2.11.1" }, "dependencies": { "office-ui-fabric-js": "1.5.0" }, "jest": { "moduleFileExtensions": [ "js", "json", "vue" ], "transform": { ".*\\.(vue)$": "./node_modules/vue-jest", "^.+\\.js$": "./node_modules/babel-jest" }, "mapCoverage": true } }