mirror of
https://github.com/gosticks/svgr.git
synced 2026-04-15 17:24:31 +00:00
33 lines
815 B
JSON
33 lines
815 B
JSON
{
|
|
"name": "@svgr/plugin-prettier",
|
|
"description": "Format code using Prettier",
|
|
"version": "5.5.0",
|
|
"main": "lib/index.js",
|
|
"repository": "https://github.com/gregberge/svgr/tree/master/packages/plugin-prettier",
|
|
"author": "Greg Bergé <berge.greg@gmail.com>",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"keywords": [
|
|
"svgr-plugin"
|
|
],
|
|
"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": {
|
|
"deepmerge": "^4.2.2",
|
|
"prettier": "^2.4.0"
|
|
}
|
|
}
|