-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.46 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.46 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
46
47
48
49
50
51
52
53
54
55
56
{
"name": "react-countdown-clock-timer",
"version": "2.1.1",
"description": "",
"main": "dist/bundle.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack-dev-server",
"build": "NODE_ENV=production webpack --mode=production"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/akanksha1909/react-countdown-clock-timer.git"
},
"keywords": [
"react",
"react-component",
"react with typescript timer",
"timer",
"react timer",
"timer component",
"timer",
"react countdown timer"
],
"author": {
"name": "Akanksha Singh",
"email": "akanksha1909singh@gmail.com"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/akanksha1909/react-countdown-clock-timer/issues"
},
"homepage": "https://github.com/akanksha1909/react-countdown-clock-timer#readme",
"devDependencies": {
"@types/lodash": "^4.14.159",
"@types/react": "^16.9.46",
"@types/react-dom": "^16.9.8",
"html-webpack-plugin": "^4.3.0",
"@types/html-webpack-plugin": "^3.2.3",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-router-dom": "^6.0.0-beta.0",
"ts-loader": "^8.0.2",
"typescript": "^3.9.7",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0"
},
"peerDependencies": {
"react": "^16.13.1",
"react-dom": "^16.13.1"
}
}