forked from pvoznyuk/react-live-clock
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.46 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
50
51
52
53
54
55
56
57
{
"name": "react-live-clock",
"version": "6.1.14",
"description": "React Live Clock",
"main": "lib/index.js",
"types": "index.d.ts",
"config": {
"component": "ReactLiveClock"
},
"scripts": {
"start": "react-component-template",
"test": "npm start test",
"template": "cf-react-component-template",
"precommit": "npm start precommit",
"prepush": "npm start prepush",
"postversion": "npm start postversion",
"prepublish": "npm start prepublish",
"eslint": "eslint ."
},
"repository": {
"type": "git",
"url": "https://github.com/pvoznyuk/react-live-clock.git"
},
"keywords": [
"react",
"date",
"time",
"clock",
"timezones"
],
"author": "Pavlo Vozniuk <pavlo.vozniuk@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/pvoznyuk/react-live-clock/issues"
},
"homepage": "https://github.com/pvoznyuk/react-live-clock",
"dependencies": {
"moment": "^2.29.1",
"moment-timezone": "^0.5.33"
},
"peerDependencies": {
"react": "^16.14.0 || ^17 || ^18",
"react-moment": "1.1.3"
},
"devDependencies": {
"cf-react-component-template": "0.1.8",
"eslint": "8.42.0",
"eslint-plugin-react": "7.32.2",
"prop-types": "15.8.1",
"react": "^16.8 || ^17 || ^18",
"react-component-template": "0.1.10",
"react-dom": "16.14.0 || ^17 || ^18",
"react-moment": "1.1.3",
"react-router-dom": "6.13.0",
"react-syntax-highlighter": "15.5.0"
}
}