vue-ctx-injector
Version:
A tool for injecting standalone Vue.js components into HTML contexts.
56 lines (55 loc) • 1.45 kB
JSON
{
"name": "vue-ctx-injector",
"version": "1.3.1",
"description": "A tool for injecting standalone Vue.js components into HTML contexts.",
"main": "./dist/vue-ctx-injector.js",
"scripts": {
"build": "webpack --config webpack.config.js --mode=production",
"watch": "webpack --config webpack.config.js --mode=production --watch",
"test": "jest -u --coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mekkanix/vue-ctx-injector.git"
},
"keywords": [
"js",
"javascript",
"vue",
"vuejs",
"vue.js",
"HTML",
"ctx",
"context",
"inject",
"injector",
"template"
],
"author": "Mekkanix (paulguzdariviere@gmail.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/mekkanix/vue-ctx-injector/issues"
},
"homepage": "https://github.com/mekkanix/vue-ctx-injector#readme",
"devDependencies": {
"@babel/core": "^7.12.13",
"@babel/plugin-proposal-class-properties": "^7.12.13",
"@babel/preset-env": "^7.12.13",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^26.6.3",
"babel-loader": "^8.2.3",
"jest": "^26.6.3",
"path": "^0.12.7",
"vue": "^2.6.14",
"vue-jest": "^3.0.7",
"vue-template-compiler": "^2.6.14",
"webpack": "^5.21.2",
"webpack-cli": "^4.5.0"
},
"dependencies": {
"core-js": "^3.8.3"
},
"peerDependencies": {
"babel-core": "6.x || ^7.0.0-bridge.0"
}
}