-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 796 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 796 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
{
"name": "creighton-tracking-app",
"private": true,
"version": "2.0.1",
"description": "Track your fertility cycle using the Creighton Model",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"lint": "eslint src/",
"test": "vitest run",
"test:watch": "vitest"
},
"dependencies": {
"@capacitor/android": "^8.3.1",
"@capacitor/app": "^8.1.0",
"@capacitor/cli": "^8.3.1",
"@capacitor/core": "^8.3.1",
"dexie": "^4.0.11",
"html-to-image": "^1.11.13"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"eslint": "^10.1.0",
"typescript": "^5.7.0",
"typescript-eslint": "^8.57.1",
"vite": "^6.0.0",
"vite-plugin-pwa": "^0.21.0",
"vitest": "^4.1.0"
}
}