vue-bulma-components
Version:
Quickly Translate Bulma css in to vue components
88 lines (87 loc) • 2.71 kB
JSON
{
"name": "vue-bulma-components",
"version": "3.2.1",
"description": "Quickly Translate Bulma css in to vue components",
"author": "Vouill <vouillon.thibaud@gmail.com>",
"main": "./lib/vue-bulma-components.js",
"bugs": "https://github.com/vouill/vue-bulma-components/issues",
"repository": {
"type": "git",
"url": "https://github.com/vouill/vue-bulma-components"
},
"scripts": {
"dev": "node build/dev-server.js",
"build:docs": "node build/build.js",
"build:lib": "webpack --bail --progress --hide-modules --config build/webpack.lib.conf.js",
"test": "npm run lint; jest",
"test-watch": "jest --watch",
"lint": "eslint --ext .js,.vue src test/unit/"
},
"dependencies": {},
"devDependencies": {
"@vue/test-utils": "^1.0.0-beta.24",
"autoprefixer": "^6.7.2",
"babel-core": "^6.22.1",
"babel-eslint": "^7.1.1",
"babel-jest": "^21.0.0",
"babel-loader": "^6.2.10",
"babel-plugin-istanbul": "^3.1.2",
"babel-plugin-module-resolver": "^2.7.1",
"babel-plugin-transform-runtime": "^6.22.0",
"babel-preset-es2015": "^6.22.0",
"babel-preset-stage-2": "^6.22.0",
"babel-register": "^6.22.0",
"connect-history-api-fallback": "^1.3.0",
"cross-env": "^3.1.4",
"cross-spawn": "^5.0.1",
"css-loader": "^0.26.1",
"eslint": "^3.14.1",
"eslint-config-standard": "^6.2.1",
"eslint-friendly-formatter": "^2.0.7",
"eslint-loader": "^1.6.1",
"eslint-plugin-html": "^2.0.0",
"eslint-plugin-promise": "^3.4.0",
"eslint-plugin-standard": "^2.0.1",
"eventsource-polyfill": "^0.9.6",
"express": "^4.14.1",
"extract-text-webpack-plugin": "^2.0.0-rc.2",
"file-loader": "^0.10.0",
"friendly-errors-webpack-plugin": "^1.1.3",
"function-bind": "^1.1.0",
"html-webpack-plugin": "^2.28.0",
"http-proxy-middleware": "^0.17.3",
"inject-loader": "^2.0.1",
"jest": "^21.0.1",
"jest-vue": "^0.5.2",
"lolex": "^1.5.2",
"opn": "^4.0.2",
"ora": "^1.1.0",
"semver": "^5.3.0",
"shelljs": "^0.7.6",
"url-loader": "^0.5.7",
"vue": "^2.4.2",
"vue-loader": "^11.3.4",
"vue-router": "2.7.0",
"vue-style-loader": "^3.0.1",
"vue-template-compiler": "^2.4.2",
"webpack": "^2.4.1",
"webpack-bundle-analyzer": "^2.2.1",
"webpack-dev-middleware": "^1.10.0",
"webpack-hot-middleware": "^2.16.1",
"webpack-merge": "^2.6.1"
},
"engines": {
"node": ">= 4.0.0",
"npm": ">= 3.0.0"
},
"jest": {
"moduleFileExtensions": [
"js",
"vue"
],
"transform": {
"^.+\\.js$": "<rootDir>/node_modules/babel-jest",
".*\\.(vue)$": "<rootDir>/node_modules/jest-vue"
}
}
}