-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.05 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.05 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
{
"name": "@stanlemon/lectionary",
"version": "1.1.66",
"description": "A calculator for the Western Christian church calendar.",
"keywords": [
"christian",
"lectionary",
"liturgy",
"lutheran",
"lutheranism"
],
"author": "Stan Lemon <stanlemon@users.github.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git@github.com:stanlemon/lectionary-js.git"
},
"engines": {
"node": ">=24.15.0"
},
"scripts": {
"start": "vite",
"build": "vite build",
"test": "vitest run",
"lint": "biome check .",
"lint:format": "biome check --write ."
},
"type": "module",
"exports": "./lib/index.js",
"dependencies": {
"luxon": "^3.7.2",
"react": "^19.2.5",
"react-dom": "^19.2.5",
"wouter": "^3.9.0"
},
"devDependencies": {
"@biomejs/biome": "2.4.12",
"@testing-library/jest-dom": "6.9.1",
"@testing-library/react": "16.3.2",
"@vitejs/plugin-react": "6.0.1",
"@vitest/coverage-v8": "4.1.5",
"jsdom": "29.0.2",
"vite": "8.0.9",
"vitest": "4.1.5"
}
}