1 | {
|
2 | "name": "@svgr/webpack",
|
3 | "description": "SVGR webpack loader.",
|
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/webpack",
|
15 | "author": "Greg Bergé <berge.greg@gmail.com>",
|
16 | "publishConfig": {
|
17 | "access": "public"
|
18 | },
|
19 | "keywords": [
|
20 | "svgr",
|
21 | "svg",
|
22 | "react",
|
23 | "webpack",
|
24 | "webpack-loader"
|
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 | "@svgr/core": "8.1.0",
|
47 | "@svgr/plugin-jsx": "8.1.0",
|
48 | "@svgr/plugin-svgo": "8.1.0"
|
49 | },
|
50 | "devDependencies": {
|
51 | "babel-loader": "^9.1.2",
|
52 | "memory-fs": "^0.5.0",
|
53 | "url-loader": "^4.1.1",
|
54 | "webpack": "^5.76.3"
|
55 | },
|
56 | "gitHead": "772592e042be5063e782bfb8711d024b2fefc6b8"
|
57 | }
|