-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
72 lines (72 loc) · 2.21 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "timer",
"homepage": "https://Showichiro.github.io/timer",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"check": "biome check --write src/ .storybook",
"check:ci": "biome ci src/ .storybook",
"type-check": "tsc",
"test": "vitest",
"coverage": "vitest run --coverage",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"chromatic": "chromatic --exit-zero-on-changes"
},
"dependencies": {
"@storybook/test": "^8.2.6",
"clsx": "^2.1.1",
"i18next": "^24.2.2",
"jotai": "^2.12.1",
"jotai-optics": "^0.3.2",
"optics-ts": "^2.4.1",
"react": "^18.3.1",
"react-daisyui": "^5.0.3",
"react-dom": "^18.3.1",
"react-hook-form": "^7.52.1",
"react-i18next": "^15.4.1",
"react-joyride": "^2.9.3",
"react-timer-hook": "^3.0.7",
"react-use": "^17.6.0",
"theme-change": "^2.5.0"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@chromatic-com/storybook": "^1.6.1",
"@storybook/addon-essentials": "^8.2.6",
"@storybook/addon-interactions": "^8.2.6",
"@storybook/addon-links": "^8.2.6",
"@storybook/addon-onboarding": "^8.2.6",
"@storybook/blocks": "^8.2.6",
"@storybook/react": "^8.2.6",
"@storybook/react-vite": "^8.2.6",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.2.0",
"@testing-library/user-event": "^14.6.1",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "^10.4.20",
"chromatic": "^10.9.6",
"daisyui": "^4.12.10",
"jsdom": "^23.2.0",
"postcss": "^8.5.3",
"rollup-plugin-visualizer": "^5.14.0",
"storybook": "^8.6.4",
"tailwindcss": "^3.4.7",
"typescript": "^5.7.3",
"vite": "^5.4.12",
"vite-plugin-pwa": "^0.17.5",
"vitest": "^3.0.6"
},
"readme": "ERROR: No README data found!",
"_id": "timer@0.0.0",
"volta": {
"node": "20.18.3"
},
"packageManager": "pnpm@10.4.1+sha512.c753b6c3ad7afa13af388fa6d808035a008e30ea9993f58c6663e2bc5ff21679aa834db094987129aa4d488b86df57f7b634981b2f827cdcacc698cc0cfb88af"
}