-
Notifications
You must be signed in to change notification settings - Fork 80
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.12 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.12 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
{
"name": "react-countdown-clock",
"version": "2.11.0",
"description": "HTML5 canvas countdown clock React component",
"main": "build/react-countdown-clock.js",
"scripts": {
"build": "webpack -p"
},
"repository": {
"type": "git",
"url": "https://github.com/pughpugh/react-countdown-clock"
},
"keywords": [
"react-component",
"react",
"countdown",
"timer",
"canvas"
],
"author": "Hugh Gallagher <hugh@hcgallagher.co.uk> (http://www.hughgallagher.co.uk/)",
"license": "ISC",
"bugs": {
"url": "https://github.com/pughpugh/react-countdown-clock/issues"
},
"homepage": "https://github.com/pughpugh/react-countdown-clock",
"devDependencies": {
"@babel/core": "^7.24.5",
"@babel/preset-env": "^7.24.5",
"cjsx-loader": "^3.0.0",
"coffee-loader": "^5.0.0",
"coffee-script": "^1.12.7",
"react": "^18.3.1",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4"
},
"peerDependencies": {
"react": "^18.2.0"
},
"dependencies": {
"coffeescript": "^2.7.0",
"create-react-class": "^15.7.0",
"prop-types": "^15.8.1",
"serve": "^14.2.3"
}
}