forked from MoOx/react-topbar-progress-indicator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 982 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
38
39
40
41
42
43
44
45
{
"name": "react-topbar-progress-indicator",
"version": "4.0.2",
"description": "topbar progress indicator React component",
"keywords": [
"react",
"topbar",
"progress",
"progressbar",
"loading",
"loader",
"indicator"
],
"author": "Maxime Thirouin",
"license": "MIT",
"repository": "https://github.com/MoOx/react-topbar-progress-indicator.git",
"main": "src/index.js",
"types": "src/index.d.ts",
"dependencies": {
"topbar": "^0.1.3"
},
"devDependencies": {
"flow-bin": "^0.105.2",
"husky": "^3.0.3",
"jest": "^24.9.0",
"npmpub": "^5.0.0",
"prettier": "^1.18.2",
"pretty-quick": "^1.11.1",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-test-renderer": "^16.9.0"
},
"peerDependencies": {
"react": ">=16.8.0"
},
"scripts": {
"test": "flow src && jest src",
"release": "npmpub"
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
}
}