mirror of
https://github.com/Snigdha-OS/documentation.git
synced 2025-12-25 07:23:50 +01:00
52 lines
1.2 KiB
JSON
52 lines
1.2 KiB
JSON
{
|
|
"name": "@svgr/core",
|
|
"description": "Transform SVG into React Components.",
|
|
"version": "6.5.1",
|
|
"main": "./dist/index.js",
|
|
"types": "./dist/index.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"default": "./dist/index.js"
|
|
},
|
|
"./package.json": "./package.json"
|
|
},
|
|
"repository": "https://github.com/gregberge/svgr/tree/main/packages/core",
|
|
"author": "Greg Bergé <berge.greg@gmail.com>",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"keywords": [
|
|
"svgr",
|
|
"svg",
|
|
"react",
|
|
"core",
|
|
"api"
|
|
],
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"homepage": "https://react-svgr.com",
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/gregberge"
|
|
},
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"reset": "rm -rf dist",
|
|
"build": "rollup -c ../../build/rollup.config.js",
|
|
"prepublishOnly": "npm run reset && npm run build"
|
|
},
|
|
"dependencies": {
|
|
"@babel/core": "^7.19.6",
|
|
"@svgr/babel-preset": "^6.5.1",
|
|
"@svgr/plugin-jsx": "^6.5.1",
|
|
"camelcase": "^6.2.0",
|
|
"cosmiconfig": "^7.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/svgo": "^2.6.4"
|
|
},
|
|
"gitHead": "d5efedd372999692f84d30072e502b5a6b8fe734"
|
|
}
|