forked from prasannamestha/react-gradient-progress
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 919 Bytes
/
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
{
"name": "react-gradient-progress",
"version": "1.1.2",
"description": "Simple and light gradient-enabled circular progressbar for reactjs/nextjs",
"author": "Prasanna Mestha",
"main": "src/index.js",
"scripts": {
"start": "parcel ./example/index.html",
"build": "rm -rf build && parcel build src/index.js -d build --no-source-maps --no-minify"
},
"repository": "https://github.com/prasannamestha/react-gradient-progress",
"dependencies": {
"@emotion/react": "^11.1.4",
"@emotion/styled": "^11.0.0",
"prop-types": "^15.7.2",
"react": "^17.0.1",
"react-dom": "^17.0.1"
},
"peerDependencies": {
"react": "^17.0.1",
"react-dom": "^17.0.1"
},
"devDependencies": {
"parcel-bundler": "^1.12.4"
},
"keywords": [
"progress",
"bar",
"svg",
"circle",
"circular",
"gradient",
"progressbar",
"percentage",
"indicator"
]
}