forked from delowardev/react-circle-progressbar
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.32 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.32 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
45
46
47
48
49
50
51
52
53
{
"name": "@delowar/react-circle-progressbar",
"version": "0.0.9",
"description": "A circular progressbar component, built with SVG and extensively customizable",
"main": "./lib/Progress.js",
"scripts": {
"build": "webpack",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/delowardev/react-circle-progressbar.git"
},
"keywords": [
"progressbar",
"react",
"react-component",
"svg",
"react-circle-progress",
"circle-progress",
"curcular-progress"
],
"author": "delowar",
"license": "MIT",
"bugs": {
"url": "https://github.com/delowardev/react-circle-progressbar/issues"
},
"homepage": "https://github.com/delowardev/react-circle-progressbar#readme",
"peerDependencies": {
"prop-types": "^15.7.2",
"react": "^16.12.0",
"react-dom": "^16.12.0"
},
"babel": {
"presets": [
"@babel/preset-react",
"@babel/preset-env"
]
},
"devDependencies": {
"@babel/core": "^7.8.4",
"@babel/preset-env": "^7.8.4",
"@babel/preset-react": "^7.8.3",
"babel-loader": "^8.0.6",
"loader-runner": "^3.1.0",
"path": "^0.12.7",
"prop-types": "^15.7.2",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"webpack": "^4.41.6",
"webpack-cli": "^3.3.11"
}
}