-
-
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.18 KB
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 1.18 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-clip-path",
"version": "0.0.6",
"description": "react-clip-path is a simple React based package to create shapes using CSS clip-path.",
"main": "index.js",
"scripts": {
"build": "babel --ignore demo-app,dist,node_modules,Shape.js . --out-dir dist",
"build_component": "babel --ignore demo-app,dist,node_modules,schema.js . --out-file index.js"
},
"dependencies": {
"styled-components": "^5.2.1"
},
"devDependencies": {
"@babel/cli": "7.10.1",
"@babel/core": "7.8.7",
"@babel/plugin-proposal-class-properties": "7.8.3",
"@babel/preset-react": "7.10.1",
"babel-preset-es2015": "6.24.1",
"prop-types": "15.7.2",
"npm-login-noninteractive": "^0.1.4"
},
"peerDependencies": {
"react": "^17.0.1",
"react-dom": "^17.0.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/atapas/react-clip-path"
},
"keywords": [
"react",
"reactjs",
"CSS",
"clip-path",
"shape",
"CSS3"
],
"author": "Tapas Adhikary",
"license": "MIT",
"bugs": {
"url": "https://github.com/atapas/react-clip-path/issues"
},
"homepage": "https://github.com/atapas/react-clip-path#readme"
}