UNPKG

1.47 kBJSONView Raw
1{
2 "name": "@svgr/rollup",
3 "description": "SVGR Rollup plugin.",
4 "version": "8.1.0",
5 "main": "./dist/index.js",
6 "types": "./dist/index.d.ts",
7 "exports": {
8 ".": {
9 "types": "./dist/index.d.ts",
10 "default": "./dist/index.js"
11 },
12 "./package.json": "./package.json"
13 },
14 "repository": "https://github.com/gregberge/svgr/tree/main/packages/rollup",
15 "author": "Greg Bergé <berge.greg@gmail.com>",
16 "publishConfig": {
17 "access": "public"
18 },
19 "keywords": [
20 "svgr",
21 "svg",
22 "react",
23 "rollup",
24 "rollup-plugin"
25 ],
26 "engines": {
27 "node": ">=14"
28 },
29 "homepage": "https://react-svgr.com",
30 "funding": {
31 "type": "github",
32 "url": "https://github.com/sponsors/gregberge"
33 },
34 "license": "MIT",
35 "scripts": {
36 "reset": "rm -rf dist",
37 "build": "rollup -c ../../build/rollup.config.mjs",
38 "prepublishOnly": "pnpm run reset && pnpm run build"
39 },
40 "dependencies": {
41 "@babel/core": "^7.21.3",
42 "@babel/plugin-transform-react-constant-elements": "^7.21.3",
43 "@babel/preset-env": "^7.20.2",
44 "@babel/preset-react": "^7.18.6",
45 "@babel/preset-typescript": "^7.21.0",
46 "@rollup/pluginutils": "^5.0.2",
47 "@svgr/core": "8.1.0",
48 "@svgr/plugin-jsx": "8.1.0",
49 "@svgr/plugin-svgo": "8.1.0"
50 },
51 "devDependencies": {
52 "rollup": "^3.20.2",
53 "rollup-plugin-image": "^1.0.2",
54 "rollup-plugin-url": "^3.0.1"
55 },
56 "gitHead": "772592e042be5063e782bfb8711d024b2fefc6b8"
57}