File tree 16 files changed +128
-33
lines changed
babel-plugin-add-jsx-attribute
babel-plugin-remove-jsx-attribute
babel-plugin-remove-jsx-empty-expression
babel-plugin-replace-jsx-attribute-value
babel-plugin-svg-dynamic-title
babel-plugin-svg-em-dimensions
babel-plugin-transform-react-native-svg
babel-plugin-transform-svg-component
16 files changed +128
-33
lines changed Original file line number Diff line number Diff line change 3
3
"description" : " Add JSX attribute" ,
4
4
"version" : " 6.0.0" ,
5
5
"main" : " ./dist/index.js" ,
6
- "exports" : " ./dist/index.js" ,
7
- "typings" : " ./dist/index.d.ts" ,
6
+ "types" : " ./dist/index.d.ts" ,
7
+ "exports" : {
8
+ "." : {
9
+ "require" : " ./dist/index.js" ,
10
+ "types" : " ./dist/index.d.ts"
11
+ },
12
+ "./package.json" : " ./package.json"
13
+ },
8
14
"repository" : " https://github.com/gregberge/svgr/tree/master/packages/babel-plugin-add-jsx-attribute" ,
9
15
"author" : " Greg Bergé <berge.greg@gmail.com>" ,
10
16
"publishConfig" : {
Original file line number Diff line number Diff line change 3
3
"description" : " Remove JSX attribute" ,
4
4
"version" : " 6.0.0" ,
5
5
"main" : " ./dist/index.js" ,
6
- "exports" : " ./dist/index.js" ,
7
- "typings" : " ./dist/index.d.ts" ,
6
+ "types" : " ./dist/index.d.ts" ,
7
+ "exports" : {
8
+ "." : {
9
+ "require" : " ./dist/index.js" ,
10
+ "types" : " ./dist/index.d.ts"
11
+ },
12
+ "./package.json" : " ./package.json"
13
+ },
8
14
"repository" : " https://github.com/gregberge/svgr/tree/master/packages/babel-plugin-remove-jsx-attribute" ,
9
15
"author" : " Greg Bergé <berge.greg@gmail.com>" ,
10
16
"publishConfig" : {
Original file line number Diff line number Diff line change 3
3
"description" : " Remove JSX empty expression" ,
4
4
"version" : " 6.0.0" ,
5
5
"main" : " ./dist/index.js" ,
6
- "exports" : " ./dist/index.js" ,
7
- "typings" : " ./dist/index.d.ts" ,
6
+ "types" : " ./dist/index.d.ts" ,
7
+ "exports" : {
8
+ "." : {
9
+ "require" : " ./dist/index.js" ,
10
+ "types" : " ./dist/index.d.ts"
11
+ },
12
+ "./package.json" : " ./package.json"
13
+ },
8
14
"repository" : " https://github.com/gregberge/svgr/tree/master/packages/babel-plugin-remove-jsx-empty-expression" ,
9
15
"author" : " Greg Bergé <berge.greg@gmail.com>" ,
10
16
"publishConfig" : {
Original file line number Diff line number Diff line change 3
3
"description" : " Replace JSX attribute value" ,
4
4
"version" : " 6.0.0" ,
5
5
"main" : " ./dist/index.js" ,
6
- "exports" : " ./dist/index.js" ,
7
- "typings" : " ./dist/index.d.ts" ,
6
+ "types" : " ./dist/index.d.ts" ,
7
+ "exports" : {
8
+ "." : {
9
+ "require" : " ./dist/index.js" ,
10
+ "types" : " ./dist/index.d.ts"
11
+ },
12
+ "./package.json" : " ./package.json"
13
+ },
8
14
"repository" : " https://github.com/gregberge/svgr/tree/master/packages/babel-plugin-replace-jsx-attribute-value" ,
9
15
"author" : " Greg Bergé <berge.greg@gmail.com>" ,
10
16
"publishConfig" : {
Original file line number Diff line number Diff line change 3
3
"description" : " Transform SVG by adding a dynamic title element" ,
4
4
"version" : " 6.0.0" ,
5
5
"main" : " ./dist/index.js" ,
6
- "exports" : " ./dist/index.js" ,
7
- "typings" : " ./dist/index.d.ts" ,
6
+ "types" : " ./dist/index.d.ts" ,
7
+ "exports" : {
8
+ "." : {
9
+ "require" : " ./dist/index.js" ,
10
+ "types" : " ./dist/index.d.ts"
11
+ },
12
+ "./package.json" : " ./package.json"
13
+ },
8
14
"repository" : " https://github.com/gregberge/svgr/tree/master/packages/babel-plugin-svg-dynamic-title" ,
9
15
"author" : " Greg Bergé <berge.greg@gmail.com>" ,
10
16
"publishConfig" : {
Original file line number Diff line number Diff line change 3
3
"description" : " Transform SVG to use em-based dimensions" ,
4
4
"version" : " 6.0.0" ,
5
5
"main" : " ./dist/index.js" ,
6
- "exports" : " ./dist/index.js" ,
7
- "typings" : " ./dist/index.d.ts" ,
6
+ "types" : " ./dist/index.d.ts" ,
7
+ "exports" : {
8
+ "." : {
9
+ "require" : " ./dist/index.js" ,
10
+ "types" : " ./dist/index.d.ts"
11
+ },
12
+ "./package.json" : " ./package.json"
13
+ },
8
14
"repository" : " https://github.com/gregberge/svgr/tree/master/packages/babel-plugin-svg-em-dimensions" ,
9
15
"author" : " Greg Bergé <berge.greg@gmail.com>" ,
10
16
"publishConfig" : {
Original file line number Diff line number Diff line change 3
3
"description" : " Transform DOM elements into react-native-svg components" ,
4
4
"version" : " 6.0.0" ,
5
5
"main" : " ./dist/index.js" ,
6
- "exports" : " ./dist/index.js" ,
7
- "typings" : " ./dist/index.d.ts" ,
6
+ "types" : " ./dist/index.d.ts" ,
7
+ "exports" : {
8
+ "." : {
9
+ "require" : " ./dist/index.js" ,
10
+ "types" : " ./dist/index.d.ts"
11
+ },
12
+ "./package.json" : " ./package.json"
13
+ },
8
14
"repository" : " https://github.com/gregberge/svgr/tree/master/packages/babel-plugin-transform-react-native-svg" ,
9
15
"author" : " Greg Bergé <berge.greg@gmail.com>" ,
10
16
"publishConfig" : {
Original file line number Diff line number Diff line change 3
3
"description" : " Transform SVG into component" ,
4
4
"version" : " 6.2.0" ,
5
5
"main" : " ./dist/index.js" ,
6
- "exports" : " ./dist/index.js" ,
7
- "typings" : " ./dist/index.d.ts" ,
6
+ "types" : " ./dist/index.d.ts" ,
7
+ "exports" : {
8
+ "." : {
9
+ "require" : " ./dist/index.js" ,
10
+ "types" : " ./dist/index.d.ts"
11
+ },
12
+ "./package.json" : " ./package.json"
13
+ },
8
14
"repository" : " https://github.com/gregberge/svgr/tree/master/packages/babel-plugin-transform-svg-component" ,
9
15
"author" : " Greg Bergé <berge.greg@gmail.com>" ,
10
16
"publishConfig" : {
Original file line number Diff line number Diff line change 3
3
"description" : " SVGR preset that apply transformations from config" ,
4
4
"version" : " 6.2.0" ,
5
5
"main" : " ./dist/index.js" ,
6
- "exports" : " ./dist/index.js" ,
7
- "typings" : " ./dist/index.d.ts" ,
6
+ "types" : " ./dist/index.d.ts" ,
7
+ "exports" : {
8
+ "." : {
9
+ "require" : " ./dist/index.js" ,
10
+ "types" : " ./dist/index.d.ts"
11
+ },
12
+ "./package.json" : " ./package.json"
13
+ },
8
14
"repository" : " https://github.com/gregberge/svgr/tree/master/packages/babel-preset" ,
9
15
"author" : " Greg Bergé <berge.greg@gmail.com>" ,
10
16
"publishConfig" : {
Original file line number Diff line number Diff line change 3
3
"description" : " Transform SVG into React Components." ,
4
4
"version" : " 6.2.1" ,
5
5
"main" : " ./dist/index.js" ,
6
- "exports" : " ./dist/index.js" ,
7
- "typings" : " ./dist/index.d.ts" ,
6
+ "types" : " ./dist/index.d.ts" ,
7
+ "exports" : {
8
+ "." : {
9
+ "require" : " ./dist/index.js" ,
10
+ "types" : " ./dist/index.d.ts"
11
+ },
12
+ "./package.json" : " ./package.json"
13
+ },
8
14
"repository" : " https://github.com/gregberge/svgr/tree/master/packages/core" ,
9
15
"author" : " Greg Bergé <berge.greg@gmail.com>" ,
10
16
"publishConfig" : {
20
26
"engines" : {
21
27
"node" : " >=10"
22
28
},
23
- "types" : " ./dist/index.d.ts" ,
24
29
"homepage" : " https://react-svgr.com" ,
25
30
"funding" : {
26
31
"type" : " github" ,
Original file line number Diff line number Diff line change 3
3
"description" : " Transform HAST to Babel AST (JSX)" ,
4
4
"version" : " 6.2.1" ,
5
5
"main" : " ./dist/index.js" ,
6
- "exports" : " ./dist/index.js" ,
7
- "typings" : " ./dist/index.d.ts" ,
6
+ "types" : " ./dist/index.d.ts" ,
7
+ "exports" : {
8
+ "." : {
9
+ "require" : " ./dist/index.js" ,
10
+ "types" : " ./dist/index.d.ts"
11
+ },
12
+ "./package.json" : " ./package.json"
13
+ },
8
14
"repository" : " https://github.com/gregberge/svgr/tree/master/packages/hast-util-to-babel-ast" ,
9
15
"author" : " Greg Bergé <berge.greg@gmail.com>" ,
10
16
"publishConfig" : {
Original file line number Diff line number Diff line change 3
3
"description" : " Transform SVG into JSX" ,
4
4
"version" : " 6.2.1" ,
5
5
"main" : " ./dist/index.js" ,
6
- "exports" : " ./dist/index.js" ,
7
- "typings" : " ./dist/index.d.ts" ,
6
+ "types" : " ./dist/index.d.ts" ,
7
+ "exports" : {
8
+ "." : {
9
+ "require" : " ./dist/index.js" ,
10
+ "types" : " ./dist/index.d.ts"
11
+ },
12
+ "./package.json" : " ./package.json"
13
+ },
8
14
"repository" : " https://github.com/gregberge/svgr/tree/master/packages/plugin-jsx" ,
9
15
"author" : " Greg Bergé <berge.greg@gmail.com>" ,
10
16
"publishConfig" : {
Original file line number Diff line number Diff line change 3
3
"description" : " Format code using Prettier" ,
4
4
"version" : " 6.1.2" ,
5
5
"main" : " ./dist/index.js" ,
6
- "exports" : " ./dist/index.js" ,
7
- "typings" : " ./dist/index.d.ts" ,
6
+ "types" : " ./dist/index.d.ts" ,
7
+ "exports" : {
8
+ "." : {
9
+ "require" : " ./dist/index.js" ,
10
+ "types" : " ./dist/index.d.ts"
11
+ },
12
+ "./package.json" : " ./package.json"
13
+ },
8
14
"repository" : " https://github.com/gregberge/svgr/tree/master/packages/plugin-prettier" ,
9
15
"author" : " Greg Bergé <berge.greg@gmail.com>" ,
10
16
"publishConfig" : {
Original file line number Diff line number Diff line change 3
3
"description" : " Optimize SVG" ,
4
4
"version" : " 6.2.0" ,
5
5
"main" : " ./dist/index.js" ,
6
- "exports" : " ./dist/index.js" ,
7
- "typings" : " ./dist/index.d.ts" ,
6
+ "types" : " ./dist/index.d.ts" ,
7
+ "exports" : {
8
+ "." : {
9
+ "require" : " ./dist/index.js" ,
10
+ "types" : " ./dist/index.d.ts"
11
+ },
12
+ "./package.json" : " ./package.json"
13
+ },
8
14
"repository" : " https://github.com/gregberge/svgr/tree/master/packages/plugin-svgo" ,
9
15
"author" : " Greg Bergé <berge.greg@gmail.com>" ,
10
16
"publishConfig" : {
Original file line number Diff line number Diff line change 3
3
"description" : " SVGR Rollup plugin." ,
4
4
"version" : " 6.2.1" ,
5
5
"main" : " ./dist/index.js" ,
6
- "exports" : " ./dist/index.js" ,
7
- "typings" : " ./dist/index.d.ts" ,
6
+ "types" : " ./dist/index.d.ts" ,
7
+ "exports" : {
8
+ "." : {
9
+ "require" : " ./dist/index.js" ,
10
+ "types" : " ./dist/index.d.ts"
11
+ },
12
+ "./package.json" : " ./package.json"
13
+ },
8
14
"repository" : " https://github.com/gregberge/svgr/tree/master/packages/rollup" ,
9
15
"author" : " Greg Bergé <berge.greg@gmail.com>" ,
10
16
"publishConfig" : {
Original file line number Diff line number Diff line change 3
3
"description" : " SVGR webpack loader." ,
4
4
"version" : " 6.2.1" ,
5
5
"main" : " ./dist/index.js" ,
6
- "exports" : " ./dist/index.js" ,
7
- "typings" : " ./dist/index.d.ts" ,
6
+ "types" : " ./dist/index.d.ts" ,
7
+ "exports" : {
8
+ "." : {
9
+ "require" : " ./dist/index.js" ,
10
+ "types" : " ./dist/index.d.ts"
11
+ },
12
+ "./package.json" : " ./package.json"
13
+ },
8
14
"repository" : " https://github.com/gregberge/svgr/tree/master/packages/webpack" ,
9
15
"author" : " Greg Bergé <berge.greg@gmail.com>" ,
10
16
"publishConfig" : {
You can’t perform that action at this time.
1 commit comments
vercel[bot] commentedon Jul 18, 2022
Successfully deployed to the following URLs:
svgr – ./
svgr-gregberge.vercel.app
svgr-git-main-gregberge.vercel.app
api.react-svgr.com