-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.53 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.53 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
57
58
59
60
{
"name": "react-awesome-countdowntimer",
"version": "2.1.0",
"description": "An awesome countdown timer for reactJS, easy to handle use & edit.",
"type": "module",
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.js",
"types": "./dist/index.d.ts"
},
"./dist/index.css": "./dist/index.css"
},
"files": [
"dist"
],
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
},
"scripts": {
"dev": "vite build --watch",
"build": "vite build",
"preview": "vite preview",
"prepublishOnly": "pnpm run build"
},
"author": {
"name": "Hassan Tauqeer",
"url": "https://github.com/hassantauqeer",
"email": "tauqeerhassan66@gmail.com"
},
"license": "MIT",
"devDependencies": {
"@types/react": "^19.2.14",
"@vitejs/plugin-react": "^6.0.1",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"vite": "^8.0.1"
},
"npmName": "react-awesome-countdowntimer",
"keywords": [
"react-countdown",
"countdown",
"countdown-timer",
"react",
"react-timer",
"slider",
"react-component"
],
"repository": {
"type": "git",
"url": "https://github.com/hassantauqeer/react-awesome-countdowntimer"
},
"bugs": {
"url": "https://github.com/hassantauqeer/react-awesome-countdowntimer/issues"
},
"homepage": "https://github.com/hassantauqeer/react-awesome-countdowntimer"
}