source: frontend/node_modules/@svgr/plugin-svgo/package.json

Last change on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 12 days ago

Fix frontend appearance

  • Property mode set to 100644
File size: 875 bytes
Line 
1{
2 "name": "@svgr/plugin-svgo",
3 "description": "Optimize SVG",
4 "version": "5.5.0",
5 "main": "lib/index.js",
6 "repository": "https://github.com/gregberge/svgr/tree/master/packages/plugin-svgo",
7 "author": "Greg Bergé <berge.greg@gmail.com>",
8 "publishConfig": {
9 "access": "public"
10 },
11 "keywords": [
12 "svgr-plugin"
13 ],
14 "engines": {
15 "node": ">=10"
16 },
17 "homepage": "https://react-svgr.com",
18 "funding": {
19 "type": "github",
20 "url": "https://github.com/sponsors/gregberge"
21 },
22 "license": "MIT",
23 "scripts": {
24 "prebuild": "rm -rf lib/",
25 "build": "babel --config-file ../../babel.config.js -d lib --ignore \"**/*.test.js\" src",
26 "prepublishOnly": "yarn run build"
27 },
28 "dependencies": {
29 "cosmiconfig": "^7.0.0",
30 "deepmerge": "^4.2.2",
31 "svgo": "^1.2.2"
32 },
33 "gitHead": "b5920550bd966f876cb65c5e23af180461e5aa23"
34}
Note: See TracBrowser for help on using the repository browser.