12345678910111213141516171819202122232425262728293031323334353637383940 |
- {
- "name": "@svgr/babel-preset",
- "description": "SVGR preset that apply transformations from config",
- "version": "5.5.0",
- "main": "lib/index.js",
- "repository": "https://github.com/gregberge/svgr/tree/master/packages/babel-preset",
- "author": "Greg Bergé <berge.greg@gmail.com>",
- "publishConfig": {
- "access": "public"
- },
- "keywords": [
- "babel-plugin",
- "babel-preset"
- ],
- "engines": {
- "node": ">=10"
- },
- "homepage": "https://react-svgr.com",
- "funding": {
- "type": "github",
- "url": "https://github.com/sponsors/gregberge"
- },
- "license": "MIT",
- "scripts": {
- "prebuild": "rm -rf lib/",
- "build": "babel --config-file ../../babel.config.js -d lib --ignore \"**/*.test.js\" src",
- "prepublishOnly": "yarn run build"
- },
- "dependencies": {
- "@svgr/babel-plugin-add-jsx-attribute": "^5.4.0",
- "@svgr/babel-plugin-remove-jsx-attribute": "^5.4.0",
- "@svgr/babel-plugin-remove-jsx-empty-expression": "^5.0.1",
- "@svgr/babel-plugin-replace-jsx-attribute-value": "^5.0.1",
- "@svgr/babel-plugin-svg-dynamic-title": "^5.4.0",
- "@svgr/babel-plugin-svg-em-dimensions": "^5.4.0",
- "@svgr/babel-plugin-transform-react-native-svg": "^5.4.0",
- "@svgr/babel-plugin-transform-svg-component": "^5.5.0"
- },
- "gitHead": "b5920550bd966f876cb65c5e23af180461e5aa23"
- }
|