UNPKG

1.45 kBJSONView Raw
1{
2 "name": "@svgr/webpack",
3 "description": "SVGR webpack loader.",
4 "version": "6.5.1",
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": ">=10"
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.js",
38 "prepublishOnly": "npm run reset && npm run build"
39 },
40 "dependencies": {
41 "@babel/core": "^7.19.6",
42 "@babel/plugin-transform-react-constant-elements": "^7.18.12",
43 "@babel/preset-env": "^7.19.4",
44 "@babel/preset-react": "^7.18.6",
45 "@babel/preset-typescript": "^7.18.6",
46 "@svgr/core": "^6.5.1",
47 "@svgr/plugin-jsx": "^6.5.1",
48 "@svgr/plugin-svgo": "^6.5.1"
49 },
50 "devDependencies": {
51 "babel-loader": "^9.0.0",
52 "memory-fs": "^0.5.0",
53 "url-loader": "^4.1.1",
54 "webpack": "^5.74.0"
55 },
56 "gitHead": "d5efedd372999692f84d30072e502b5a6b8fe734"
57}