UNPKG

1.54 kBJSONView Raw
1{
2 "name": "@svgr/babel-preset",
3 "description": "SVGR preset that apply transformations from config",
4 "version": "8.1.0",
5 "main": "./dist/index.js",
6 "types": "./dist/index.d.ts",
7 "exports": {
8 ".": {
9 "types": "./dist/index.d.ts",
10 "default": "./dist/index.js"
11 },
12 "./package.json": "./package.json"
13 },
14 "repository": "https://github.com/gregberge/svgr/tree/main/packages/babel-preset",
15 "author": "Greg Bergé <berge.greg@gmail.com>",
16 "publishConfig": {
17 "access": "public"
18 },
19 "keywords": [
20 "babel-plugin",
21 "babel-preset"
22 ],
23 "engines": {
24 "node": ">=14"
25 },
26 "homepage": "https://react-svgr.com",
27 "funding": {
28 "type": "github",
29 "url": "https://github.com/sponsors/gregberge"
30 },
31 "license": "MIT",
32 "dependencies": {
33 "@svgr/babel-plugin-add-jsx-attribute": "8.0.0",
34 "@svgr/babel-plugin-remove-jsx-attribute": "8.0.0",
35 "@svgr/babel-plugin-remove-jsx-empty-expression": "8.0.0",
36 "@svgr/babel-plugin-replace-jsx-attribute-value": "8.0.0",
37 "@svgr/babel-plugin-svg-dynamic-title": "8.0.0",
38 "@svgr/babel-plugin-svg-em-dimensions": "8.0.0",
39 "@svgr/babel-plugin-transform-react-native-svg": "8.1.0",
40 "@svgr/babel-plugin-transform-svg-component": "8.0.0"
41 },
42 "peerDependencies": {
43 "@babel/core": "^7.0.0-0"
44 },
45 "scripts": {
46 "reset": "rm -rf dist",
47 "build": "rollup -c ../../build/rollup.config.mjs",
48 "prepublishOnly": "pnpm run reset && pnpm run build"
49 },
50 "gitHead": "772592e042be5063e782bfb8711d024b2fefc6b8"
51}