-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
53 lines (53 loc) · 1.07 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "vue-svg-inline-loader",
"version": "2.1.5",
"description": "Webpack loader used for inline replacement of SVG images with actual content of SVG files in Vue projects.",
"main": "src/index.js",
"files": [
"*.js",
"src/*.js",
"nuxt/*.js"
],
"directories": {
"example": "examples"
},
"scripts": {
"lint": "npx eslint src/index.js",
"lint:fix": "npx eslint --fix src/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/oliverfindl/vue-svg-inline-loader.git"
},
"keywords": [
"vue",
"vue-cli",
"laravel-mix",
"gridsome",
"nuxt",
"quasar",
"webpack",
"loader",
"webpack-loader",
"svgo",
"svg",
"inline",
"sprites",
"symbols",
"vue-svg-inline-loader"
],
"author": "Oliver Findl",
"license": "MIT",
"bugs": {
"url": "https://github.com/oliverfindl/vue-svg-inline-loader/issues"
},
"homepage": "https://github.com/oliverfindl/vue-svg-inline-loader#readme",
"dependencies": {
"loader-utils": "^2.0.0",
"schema-utils": "^3.0.0",
"svgo": "^1.3.2"
},
"devDependencies": {
"eslint": "^7.16.0"
}
}