-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.4 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
54
55
{
"name": "svg-sprite-generation-loader",
"version": "2.2.3",
"description": "Webpack loader for generating external svg symbol sprite files",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepare": "husky install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vadymshymko/svg-sprite-generation-loader.git"
},
"keywords": [
"svg",
"webpack",
"webpack-loader",
"svg-icons",
"svg-sprites",
"svg-sprite",
"svg-loader",
"svg-spritesheet",
"webpack-svg-plugin",
"svg-sprie-loader",
"svg-loaders",
"svg-sprite-symbols",
"webpack-svg",
"svg-sprite-icons",
"svgo"
],
"author": "Vadym Shymko <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/vadymshymko/svg-sprite-generation-loader/issues"
},
"homepage": "https://github.com/vadymshymko/svg-sprite-generation-loader#readme",
"dependencies": {
"loader-utils": "^3.2.1",
"schema-utils": "^4.2.0",
"svgo": "^3.0.2"
},
"devDependencies": {
"eslint": "^7.32.0 || ^8.2.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.25.2",
"husky": ">=6",
"lint-staged": ">=10",
"prettier": "^3.0.3"
},
"lint-staged": {
"*.js": "eslint --cache --fix",
"*.{js,css,md}": "prettier --write"
}
}