-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
49 lines (49 loc) · 1.03 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
40
41
42
43
44
45
46
47
48
49
{
"name": "react-superellipse",
"version": "0.0.6",
"description": "superellipse react component",
"author": "QuadFlask",
"license": "MIT",
"main": "index.js",
"homepage": "https://github.com/QuadFlask/react-superellipse",
"repository": {
"type": "git",
"url": "https://github.com/QuadFlask/react-superellipse"
},
"keywords": [
"react",
"svg",
"squircle",
"superellipse",
"round",
"roundrect",
"border-radius",
"mask-image",
"mask"
],
"scripts": {
"build": "tsc -p ./tsconfig.json",
"deploy": "npm version patch; npm run build; npm publish"
},
"dependencies": {
"superellipsejs": "^0.0.6",
"react-use-measure": "^2.0.0",
"resize-observer-polyfill": "^1.5.1"
},
"devDependencies": {
"@types/react": "^16.9.31",
"typescript": "^3.8.3"
},
"peerDependencies": {
"react": ">=16.11",
"react-dom": ">=16.11"
},
"files": [
"index.tsx",
"index.js",
"index.d.ts",
"LRUCache.ts",
"LRUCache.js",
"LRUCache.d.ts"
]
}