-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
42 lines (42 loc) · 1020 Bytes
/
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
{
"name": "laravel-mix-svg-vue",
"version": "0.4.1",
"description": "A Laravel Mix extension to inline SVG files with Vue.js and automatically optimize them with SVGO",
"main": "index.js",
"files": [
"index.js",
"README.md",
"package.json"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/danielstgt/laravel-mix-svg-vue.git"
},
"keywords": [
"laravel mix",
"svg",
"vue",
"svgo"
],
"author": "Daniel Hartmann",
"license": "MIT",
"bugs": {
"url": "https://github.com/danielstgt/laravel-mix-svg-vue/issues"
},
"homepage": "https://github.com/danielstgt/laravel-mix-svg-vue",
"peerDependencies": {
"laravel-mix": "^4.0.15 || ^5.0.0 || ^6.0.0"
},
"dependencies": {
"fs": "0.0.1-security",
"path": "^0.12.7",
"raw-loader": "^4.0.0",
"svg-vue": "^0.2.0",
"svg-vue3": "^0.2.1",
"svgo": "^2.3.1",
"svgo-loader": "^3.0.0"
}
}