qu-build
Version:
Build tools for FE
25 lines (24 loc) • 501 B
JSON
{
"name": "example",
"version": "0.0.1",
"description": "example",
"main": "index.js",
"entry": {
"index": "./src"
},
"scripts": {
"dev": "qu-build -d",
"build": "qu-build -b",
"test": "qu-build -t"
},
"author": "",
"license": "ISC",
"devDependencies": {
"eslint": "^4.9.0",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.7.0",
"vue": "^2.5.9",
"vue-template-compiler": "^2.0.0",
"vue-template-loader": "^0.3.1"
}
}