-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathpackage.json
53 lines (53 loc) · 1.17 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
{
"author": {
"name": "Karify B.V.",
"email": "[email protected]",
"url": "https://www.karify.com"
},
"contributors": [
{
"name": "Bruno Sampaio",
"email": "[email protected]",
"url": "http://bensampaio.github.io/"
}
],
"dependencies": {
"cheerio": "^0.20.0",
"imagemin": "^7.0.1",
"imagemin-svgo": "^8.0.0",
"loader-utils": "^2.0.0",
"lodash.escaperegexp": "^4.1.2"
},
"description": "A webpack loader and plugin that generate SVG sprites out of a collection of SVG files used in your JS and CSS files",
"devDependencies": {
"eslint": "^7.3.1",
"eslint-plugin-react": "^7.20.2",
"webpack": "^4.43.0"
},
"peerDependencies": {
"webpack": "^4.1.0"
},
"engines": {
"node": ">=10.0.0",
"npm": ">=3.8.0"
},
"files": [
"lib"
],
"keywords": [
"svg",
"webpack",
"webpack-loader"
],
"license": "MIT",
"main": "lib/SvgStorePlugin.js",
"name": "external-svg-sprite-loader",
"repository": {
"type": "git",
"url": "http://github.com/Karify/external-svg-sprite-loader.git"
},
"scripts": {
"lint": "eslint '**/*.{js,jsx}'"
},
"version": "6.0.0"
}