-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.14 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
{
"name": "count-down",
"version": "1.0.0",
"description": "Attractive layout for producing the accurate time difference between to timestamp date and start the count down",
"main": "dist/index.tsx",
"types": "dist/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "vite",
"build": "tsc && vite build"
},
"keywords": [
"countdown",
"timer",
"time",
"difference",
"date",
"difference"
],
"author": "jackson rai",
"license": "ISC",
"dependencies": {
"autoprefixer": "^10.4.17",
"leaflet": "^1.9.4",
"postcss": "^8.4.35",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-leaflet": "^4.2.1",
"react-router-dom": "^6.22.2",
"styled-components": "^6.1.8",
"tailwindcss": "^3.4.1",
"vite-tsconfig-paths": "^4.3.1"
},
"devDependencies": {
"@types/leaflet": "^1.9.8",
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.19",
"@vitejs/plugin-react": "^4.2.1",
"@vitejs/plugin-react-swc": "^3.6.0",
"typescript": "^5.3.3",
"vite": "^5.1.2"
},
"resolutions": {
"styled-components": "^5"
}
}