-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
49 lines (49 loc) · 1.22 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": "@ramonak/react-progress-bar",
"version": "5.3.0",
"description": "> Progress Bar React Component",
"main": "dist/index.js",
"directories": {
"example": "example"
},
"scripts": {
"build": "rm -rf dist && rollup -c",
"start": "rollup -c -w",
"prepublish:public": "npm run build",
"publish:public": "npm publish --access public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/KaterinaLupacheva/react-progress-bar.git"
},
"keywords": [
"react",
"react-component",
"progress bar",
"progress-bar"
],
"author": "KaterinaLupacheva",
"license": "MIT",
"bugs": {
"url": "https://github.com/KaterinaLupacheva/react-progress-bar/issues"
},
"homepage": "https://katerinalupacheva.github.io/react-progress-bar/",
"peerDependencies": {
"react": "^16.0.0 || ^17 || ^18",
"react-dom": "^16.0.0 || ^17 || ^18"
},
"devDependencies": {
"@types/react": "^18.0.12",
"@types/react-dom": "^18.0.5",
"babel-core": "^6.26.3",
"babel-runtime": "^6.26.0",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"rollup": "^2.75.5",
"rollup-plugin-typescript2": "^0.29.0",
"typescript": "^4.7.3"
},
"files": [
"dist"
]
}