-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.94 KB
/
Copy pathpackage.json
File metadata and controls
62 lines (62 loc) · 1.94 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
61
62
{
"name": "visual-timer",
"version": "0.5.0",
"private": false,
"type": "module",
"homepage": "https://do0ori.github.io/visual-timer",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"test": "jest --runInBand",
"preview": "vite preview",
"format": "prettier . --write"
},
"lint-staged": {
"*.{ts,tsx,js,cjs,json,css,md}": "prettier --write"
},
"dependencies": {
"@headlessui/react": "^2.2.0",
"@hello-pangea/dnd": "^17.0.0",
"@sentry/react": "^9.5.0",
"canvas-confetti": "^1.9.4",
"react": "^18.3.1",
"react-colorful": "^5.6.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.54.2",
"react-icons": "^5.5.0",
"react-router-dom": "^7.18.2",
"sweetalert2": "^11.17.2",
"usehooks-ts": "^3.1.0",
"web-push": "^3.6.7",
"zustand": "^5.0.3"
},
"devDependencies": {
"@babel/preset-env": "^7.29.2",
"@babel/preset-typescript": "^7.28.5",
"@cloudflare/workers-types": "^5.20260822.1",
"@types/canvas-confetti": "^1.9.0",
"@types/node": "^22.13.4",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@types/web-push": "^3.6.4",
"@vitejs/plugin-react": "^4.3.4",
"autoprefixer": "^10.4.20",
"babel-jest": "^27.5.1",
"jest": "^27.5.1",
"lint-staged": "^16.2.7",
"postcss": "^8.5.3",
"prettier": "^3.5.1",
"prettier-plugin-tailwindcss": "^0.7.2",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.3",
"vite": "^6.2.0",
"vite-plugin-pwa": "^0.21.1",
"workbox-core": "^7.3.0",
"workbox-expiration": "^7.3.0",
"workbox-precaching": "^7.3.0",
"workbox-routing": "^7.3.0",
"workbox-strategies": "^7.3.0",
"workbox-window": "^7.3.0",
"wrangler": "^4.125.0"
}
}