-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 862 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "rspack-svg-loader",
"version": "0.0.3",
"description": "a rspack loader for load svg as react/vue component",
"author": "ChrisSong1994",
"license": "MIT",
"repository": "https://github.com/ChrisSong1994/rspack-svg-loader",
"keywords": [
"rspack",
"svg",
"svgo",
"svg loader",
"react svg loader",
"vue svg loader",
"svg component"
],
"files": [
"./lib"
],
"exports": {
"./vue": "./lib/vue-loader.js",
"./react": "./lib/react-loader.js"
},
"dependencies": {
"@babel/core": "^7.21.3",
"@babel/plugin-transform-react-constant-elements": "^7.25.9",
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"@svgr/core": "^8.1.0",
"@svgr/plugin-jsx": "^8.1.0",
"@svgr/plugin-svgo": "^8.1.0",
"svg-parser": "^2.0.4",
"svgo": "^3.3.2"
}
}