-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.27 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.27 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
{
"name": "emom-timer",
"version": "1.0.0",
"description": "[**🏆 Live Demo →**](https://ccombe.github.io/emom-timer/)",
"keywords": [],
"homepage": "https://github.com/ccombe/emom-timer#readme",
"bugs": {
"url": "https://github.com/ccombe/emom-timer/issues"
},
"license": "ISC",
"author": "",
"repository": {
"type": "git",
"url": "git+https://github.com/ccombe/emom-timer.git"
},
"main": "src/js/app.js",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"test": "vitest",
"test:e2e": "playwright test",
"test:e2e:ui": "playwright test --ui",
"coverage": "vitest run --coverage",
"lint": "oxlint",
"format": "oxfmt"
},
"devDependencies": {
"@axe-core/playwright": "^4.11.1",
"@playwright/test": "^1.59.1",
"@types/node": "^24.12.2",
"@vitest/coverage-v8": "latest",
"fake-indexeddb": "^6.2.5",
"idb": "^8.0.3",
"jsdom": "^29.0.1",
"oxfmt": "latest",
"oxlint": "latest",
"typescript": "^6.0.2",
"vite": "latest",
"vite-plugin-pwa": "^1.2.0",
"vitest": "latest"
},
"engines": {
"node": ">=24.0.0"
},
"packageManager": "pnpm@10.30.3",
"pnpm": {
"overrides": {
"rollup@>=4.0.0 <4.59.0": ">=4.59.0"
}
}
}