|
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:
873 bytes
|
| Line | |
|---|
| 1 | {
|
|---|
| 2 | "name": "@svgr/babel-plugin-transform-react-native-svg",
|
|---|
| 3 | "description": "Transform DOM elements into react-native-svg components",
|
|---|
| 4 | "version": "5.4.0",
|
|---|
| 5 | "main": "lib/index.js",
|
|---|
| 6 | "repository": "https://github.com/gregberge/svgr/tree/master/packages/babel-plugin-transform-react-native-svg",
|
|---|
| 7 | "author": "Greg Bergé <berge.greg@gmail.com>",
|
|---|
| 8 | "publishConfig": {
|
|---|
| 9 | "access": "public"
|
|---|
| 10 | },
|
|---|
| 11 | "keywords": [
|
|---|
| 12 | "babel-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 | "gitHead": "e9c9d2fbfbce7a6879c90cd8522101caf2406d42"
|
|---|
| 29 | }
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.