mirror of
https://github.com/gosticks/svgr.git
synced 2026-04-16 01:34:34 +00:00
51 lines
1.3 KiB
JSON
51 lines
1.3 KiB
JSON
{
|
|
"name": "@svgr/webpack",
|
|
"description": "SVGR webpack loader.",
|
|
"version": "6.1.0",
|
|
"main": "./dist/index.js",
|
|
"exports": "./dist/index.js",
|
|
"typings": "./dist/index.d.ts",
|
|
"repository": "https://github.com/gregberge/svgr/tree/master/packages/webpack",
|
|
"author": "Greg Bergé <berge.greg@gmail.com>",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"keywords": [
|
|
"svgr",
|
|
"svg",
|
|
"react",
|
|
"webpack",
|
|
"webpack-loader"
|
|
],
|
|
"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.15.5",
|
|
"@babel/plugin-transform-react-constant-elements": "^7.14.5",
|
|
"@babel/preset-env": "^7.15.6",
|
|
"@babel/preset-react": "^7.14.5",
|
|
"@babel/preset-typescript": "^7.15.0",
|
|
"@svgr/core": "^6.1.0",
|
|
"@svgr/plugin-jsx": "^6.1.0",
|
|
"@svgr/plugin-svgo": "^6.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"babel-loader": "^8.2.2",
|
|
"memory-fs": "^0.5.0",
|
|
"url-loader": "^4.1.1",
|
|
"webpack": "^5.52.1"
|
|
}
|
|
}
|