source: frontend/node_modules/@svgr/plugin-jsx/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: 945 bytes
RevLine 
[9af201e]1{
2 "name": "@svgr/plugin-jsx",
3 "description": "Transform SVG into JSX",
4 "version": "5.5.0",
5 "main": "lib/index.js",
6 "repository": "https://github.com/gregberge/svgr/tree/master/packages/plugin-jsx",
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 "@babel/core": "^7.12.3",
30 "@svgr/babel-preset": "^5.5.0",
31 "@svgr/hast-util-to-babel-ast": "^5.5.0",
32 "svg-parser": "^2.0.2"
33 },
34 "gitHead": "b5920550bd966f876cb65c5e23af180461e5aa23"
35}
Note: See TracBrowser for help on using the repository browser.