vbuild
Version:
Fast prototype and distribute modern web apps like a pro.
104 lines (103 loc) • 2.56 kB
JSON
{
"name": "vbuild",
"version": "7.2.4",
"description": "Fast prototype and distribute modern web apps like a pro.",
"repository": {
"url": "egoist/vbuild",
"type": "git"
},
"main": "lib/index.js",
"files": [
"bin",
"lib",
"template"
],
"engines": {
"node": ">= 6"
},
"xo": false,
"bin": "bin/cli.js",
"scripts": {
"test": "jest",
"test:cov": "jest --coverage",
"lint": "xo",
"lint:fix": "xo --fix"
},
"author": "egoist <0x142857@gmail.com>",
"license": "MIT",
"jest": {
"testEnvironment": "node",
"testMatch": [
"**/test/**/*.test.js"
]
},
"devDependencies": {
"babel-jest": "^19.0.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"babel-runtime": "^6.23.0",
"cross-spawn": "^5.1.0",
"eslint-config-rem": "^3.0.0",
"jest-cli": "^19.0.2"
},
"dependencies": {
"autoprefixer": "^6.7.7",
"babel-core": "^6.24.1",
"babel-load-config": "^0.1.0",
"babel-loader": "^7.0.0",
"babel-preset-vue-app": "^1.2.0",
"chalk": "^1.1.3",
"clipboardy": "^1.1.1",
"co": "^4.6.0",
"connect-history-api-fallback": "^1.3.0",
"copy-webpack-plugin": "^4.0.1",
"cosmiconfig": "^2.1.2",
"css-loader": "^0.28.0",
"eventsource-polyfill": "^0.9.6",
"express": "^4.15.2",
"extract-text-webpack-plugin": "^2.1.0",
"file-loader": "^0.11.1",
"html-webpack-plugin": "^2.28.0",
"http-proxy-middleware": "^0.17.4",
"installed-by-yarn-globally": "^0.1.2",
"lodash.merge": "^4.6.0",
"mz": "^2.6.0",
"node-notifier": "^5.1.2",
"opn": "^4.0.2",
"post-compile-webpack-plugin": "^0.1.1",
"postcss-load-config": "^1.2.0",
"postcss-loader": "^1.3.3",
"req-cwd": "^1.0.1",
"rimraf": "^2.6.1",
"strip-ansi": "^3.0.1",
"tildify": "^1.2.0",
"update-notifier": "^2.1.0",
"url-loader": "^0.5.8",
"vue": "^2.3.0",
"vue-loader": "^12.0.2",
"vue-template-compiler": "^2.3.0",
"webpack": "^2.4.1",
"webpack-chain": "^3.2.0",
"webpack-dev-middleware": "^1.10.2",
"webpack-handle-css-loader": "^1.1.5",
"webpack-hot-middleware": "^2.18.0",
"webpack-merge": "^4.1.0",
"webpack-node-externals": "^1.5.4",
"yargs": "^7.1.0"
},
"babel": {
"babelrc": false,
"env": {
"test": {
"presets": [
"es2015",
"stage-2"
],
"plugins": [
"transform-runtime"
]
}
}
}
}