-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.63 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.63 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
{
"name": "calf",
"private": true,
"version": "0.4.2",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview",
"test": "vitest",
"test:ui": "vitest --ui",
"test:coverage": "vitest --coverage",
"test:e2e": "playwright test",
"test:e2e:ui": "playwright test --ui",
"test:e2e:debug": "playwright test --debug"
},
"dependencies": {
"@heroicons/react": "^2.2.0",
"@heroui/react": "^2.8.4",
"@internationalized/date": "3.9.0",
"@react-aria/i18n": "^3.12.12",
"@tailwindcss/vite": "^4.1.13",
"@types/luxon": "^3.7.1",
"framer-motion": "^12.23.13",
"ical.js": "^2.2.1",
"luxon": "^3.7.2",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"react-qr-code": "^2.0.18"
},
"devDependencies": {
"@eslint/js": "^10.0",
"@playwright/test": "^1.48.0",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.1.0",
"@testing-library/user-event": "^14.5.2",
"@types/node": "^25.0.3",
"@types/react": "^19.1.13",
"@types/react-dom": "^19.1.9",
"@vitejs/plugin-react": "^5.0.3",
"@vitest/coverage-v8": "^4.0.0",
"@vitest/ui": "^4.0.0",
"eslint": "^10.0",
"eslint-plugin-react-hooks": "^7.0.0",
"eslint-plugin-react-refresh": "^0.5.0",
"globals": "^17.3.0",
"jsdom": "^28.0.0",
"rollup-plugin-visualizer": "^6.0.3",
"typescript": "~5.9.2",
"typescript-eslint": "^8.44.0",
"vite": "^7.1.5",
"vitest": "^4.0.0"
},
"resolutions": {
"@internationalized/date": "3.9.0"
}
}