vue-svg-icon-loader
Version:
Turn SVG files into Vuejs Icon Components
63 lines (62 loc) • 1.54 kB
JSON
{
"name": "vue-svg-icon-loader",
"version": "2.1.1",
"description": "Turn SVG files into Vuejs Icon Components",
"main": "lib/index.js",
"scripts": {
"clean": "rimraf ./lib",
"prebuild": "yarn run clean",
"build": "tsc --version && tsc --project .",
"build:watch": "yarn build --watch",
"test": "true",
"prepare": "yarn build"
},
"repository": {
"type": "git",
"url": "https://github.com/wadetandy/vue-svg-icon-loader.git"
},
"keywords": [
"webpack",
"loader",
"svg",
"svg-sprites",
"icons",
"vue"
],
"engines": {
"node": ">= 6.0"
},
"author": "Wade Tandy <wade.tandy@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/wadetandy/vue-svg-icon-loader/issues"
},
"homepage": "https://github.com/wadetandy/vue-svg-icon-loader/",
"dependencies": {
"@types/loader-utils": "1.1.3",
"@types/node": "8.9",
"loader-utils": "1.1.0",
"vue-svg-component-builder": "2.0.3"
},
"peerDependencies": {
"vue": ">= 2.0",
"vue-svg-component-runtime": "^1.0.0"
},
"devDependencies": {
"@types/chai": "4.1.2",
"@types/mocha": "2.2.48",
"@types/webpack": "4.4.0",
"@vue/test-utils": "1.0.0-beta.12",
"chai": "4.1.2",
"jsdom": "11.6.2",
"jsdom-global": "3.0.2",
"mocha": "5.0.4",
"rimraf": "2.6.2",
"ts-node": "5.0.1",
"typescript": "^2.7.1",
"vue": "2.5.16",
"vue-svg-component-runtime": "1.0.0",
"vue-template-compiler": "2.5.16",
"webpack": "4.9.1"
}
}