-
-
Notifications
You must be signed in to change notification settings - Fork 85
/
Copy pathpackage.json
35 lines (35 loc) · 850 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": "react-svg-core",
"version": "3.0.3",
"description": "Core for react-svg-loader",
"keywords": [
"react-svg-loader"
],
"homepage": "https://github.com/boopathi/react-svg-loader/tree/master/packages/react-svg-core",
"bugs": {
"url": "https://github.com/boopathi/react-svg-loader/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/boopathi/react-svg-loader.git"
},
"license": "MIT",
"author": "boopathi",
"files": [
"lib",
"README.md"
],
"main": "lib/index.js",
"dependencies": {
"@babel/core": "^7.5.4",
"@babel/plugin-syntax-jsx": "^7.2.0",
"@babel/preset-react": "^7.0.0",
"babel-plugin-react-svg": "^3.0.3",
"lodash.clonedeep": "^4.5.0",
"lodash.isplainobject": "^4.0.6",
"svgo": "^1.3.2"
},
"engines": {
"node": ">=8"
}
}