mirror of
https://github.com/actualbudget/actual.git
synced 2026-05-08 04:49:45 -05:00
58 lines
1.4 KiB
JSON
58 lines
1.4 KiB
JSON
{
|
|
"name": "@svgr/webpack",
|
|
"description": "SVGR webpack loader.",
|
|
"version": "6.4.0",
|
|
"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/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.18.5",
|
|
"@babel/plugin-transform-react-constant-elements": "^7.17.12",
|
|
"@babel/preset-env": "^7.18.2",
|
|
"@babel/preset-react": "^7.17.12",
|
|
"@babel/preset-typescript": "^7.17.12",
|
|
"@svgr/core": "^6.4.0",
|
|
"@svgr/plugin-jsx": "^6.4.0",
|
|
"@svgr/plugin-svgo": "^6.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"babel-loader": "^8.2.5",
|
|
"memory-fs": "^0.5.0",
|
|
"url-loader": "^4.1.1",
|
|
"webpack": "^5.73.0"
|
|
},
|
|
"gitHead": "fd423ae712087c34ba044ecb9016e862ca32eac1"
|
|
}
|