-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.08 KB
/
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
36
37
38
39
{
"name": "react-round-div",
"version": "1.3.3",
"description": "Make your rounded corners look phenomenal with g2 continuity.",
"main": "dist/main.js",
"scripts": {
"build": "babel src --out-dir dist --copy-files"
},
"author": "drinking-code",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/drinking-code/react-round-div.git"
},
"keywords": [
"svg",
"div",
"rounded-corners"
],
"bugs": {
"url": "https://github.com/drinking-code/react-round-div/issues"
},
"homepage": "https://github.com/drinking-code/react-round-div#readme",
"dependencies": {
"css": "^3.0.0",
"react-shadow-root": "^6.1.1",
"specificity": "^0.4.1"
},
"peerDependencies": {
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"devDependencies": {
"@babel/cli": "^7.13.14",
"@babel/core": "^7.13.15",
"@babel/preset-react": "^7.13.13",
"babel-plugin-remove-template-literals-whitespace": "^1.0.4"
}
}