init-me-seed-yyl-webpack
Version:
init-me seed init-me-seed-yyl-webpack
59 lines (58 loc) • 1.61 kB
JSON
{
"name": "__data('name')",
"description": "webpack seed for yyl",
"license": "ISC",
"eslintConfig": {
"extends": [
"standard",
"@vue/typescript"
]
},
"eslintIgnore": [
"/dev",
"/output",
"/src/data"
],
"scripts": {
"eslint": "eslint ./src",
"watch": "yyl watch --proxy",
"all": "yyl all",
"commit": "yyl all --isCommit",
"remote": "yyl watch --proxy --remote"
},
"dependencies": {
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/plugin-proposal-decorators": "^7.4.4",
"@babel/plugin-proposal-export-namespace-from": "^7.5.2",
"@babel/plugin-proposal-function-sent": "^7.5.0",
"@babel/plugin-proposal-numeric-separator": "^7.2.0",
"@babel/plugin-proposal-throw-expressions": "^7.2.0",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/preset-env": "^7.5.5",
"vue": "2.5.22",
"vue-class-component": "^7.1.0",
"vue-property-decorator": "^8.1.1",
"vue-router": "^3.0.2",
"vue-style-loader": "^4.1.2",
"vuex": "^3.1.0",
"vuex-class": "^0.3.2"
},
"devDependencies": {
"@commitlint/cli": "^8.0.0",
"@commitlint/config-conventional": "^8.0.0",
"@vue/eslint-config-typescript": "^4.0.0",
"eslint-config-standard": "^14.1.0",
"husky": "^3.0.0",
"prettier": "^1.16.0",
"tslint": "^5.12.1",
"tslint-config-prettier": "^1.17.0",
"tslint-config-standard": "^8.0.1",
"tslint-plugin-prettier": "^2.0.1",
"typescript": "^3.3.3"
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
}
}