-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 953 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 953 Bytes
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
{
"name": "cadeoleo.github.io",
"version": "1.0.0",
"description": "CadeOLeo - Baptism Countdown",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"test": "vitest --config vitest.config.js",
"test:ui": "vitest --ui --config vitest.config.js",
"test:coverage": "vitest run --coverage --config vitest.config.js",
"test:e2e": "playwright test",
"test:e2e:ui": "playwright test --ui"
},
"dependencies": {
"bootstrap": "^5.3.2",
"dayjs": "^1.11.10",
"vite-plugin-pwa": "^1.1.0",
"workbox-build": "^7.3.0",
"workbox-precaching": "^7.3.0",
"workbox-routing": "^7.3.0",
"workbox-strategies": "^7.3.0"
},
"devDependencies": {
"@playwright/test": "^1.40.0",
"@testing-library/dom": "^9.3.3",
"@testing-library/jest-dom": "^6.1.4",
"jsdom": "^22.1.0",
"vite": "^7.1.9",
"vitest": "^3.2.4"
}
}