-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.24 KB
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 1.24 KB
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
36
37
38
39
40
41
42
43
44
{
"name": "react-svg-wrapper",
"version": "0.5.6",
"main": "dist/index.js",
"peerDependencies": {
"react": "^17.0.2"
},
"dependencies": {
"prop-types": "^15.7.2"
},
"author": "Shyam Mittal <mittalshyam1007@gmail.com> (https://www.linkedin.com/in/shyam-mittal-1007/)",
"scripts": {
"pack": "rm -rf dist && ./node_modules/.bin/babel ./src/SVGWrapper/index.js -d dist"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/nobi1007/react-svg-wrapper"
},
"keywords": [
"svg-wrapper",
"react-svg",
"react-svg-wrapper",
"svg",
"svg-converter"
],
"devDependencies": {
"@babel/preset-env": "^7.14.7",
"@babel/cli": "^7.14.5",
"@babel/core": "^7.14.6",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/preset-react": "^7.14.5",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^11.2.7",
"@testing-library/user-event": "^12.8.3",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1"
},
"files": [
"package.json",
"README.md",
"dist/index.js"
]
}