vue-di-loader
Version:
Vue Dependency Injection Webpack Loader
70 lines (69 loc) • 1.94 kB
JSON
{
"name": "vue-di-loader",
"version": "0.4.0",
"description": "Vue Dependency Injection Webpack Loader",
"main": "lib/loader",
"types": "index",
"scripts": {
"clean": "rm -rf lib/*",
"build": "tsc",
"test": "./node_modules/.bin/jasmine-ts",
"preversion": "npm run clean && npm test",
"version": "npm run build && git add .",
"postversion": "git push && git push --tags && npm publish --access public",
"patch": "npm version patch -m \"[PATCH] version (%s)\"",
"minor": "npm version minor -m \"[MINOR] version (%s)\"",
"major": "npm version major -m \"[MAJOR] version (%s)\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/joejukan/vue-di-loader.git"
},
"keywords": [
"Vue",
"Dependency",
"Injection",
"DI",
"Webpack",
"Loader",
"TypeScript"
],
"author": "Joseph Eniojukan (https://github.com/joejukan)",
"license": "ISC",
"bugs": {
"url": "https://github.com/joejukan/vue-di-loader/issues"
},
"homepage": "https://joejukan.github.io/vue-di-loader",
"dependencies": {
"loader-utils": "1.2.3",
"schema-utils": "1.0.0",
"ts-simple-ast": "21.0.4",
"sass": "1.19.0",
"upath": "1.1.2",
"moment": "2.22.2"
},
"peerDependencies": {
"@joejukan/argumenter": ">= 1.0.3",
"vue": ">= 2.6.0",
"vue-template-compiler": ">= 2.6.0",
"vue-hot-reload-api": ">= 2.3.0",
"vue-di-kit": ">= 0.1.0",
"xmldom": ">= 0.1.27"
},
"devDependencies": {
"@joejukan/argumenter": "1.0.3",
"@joejukan/web-kit": "0.0.1",
"@types/moment": "2.13.0",
"@types/webpack": "4.4.4",
"@types/node": "8.10.30",
"typescript": "3.4.4",
"@types/jasmine": "2.8.8",
"jasmine-ts": "0.2.1",
"jasmine-spec-reporter": "4.2.1",
"vue": "2.6.10",
"vue-template-compiler": "2.6.10",
"vue-hot-reload-api": "2.3.3",
"vue-di-kit": "0.1.0",
"xmldom": "0.1.27"
}
}