-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.05 KB
/
package.json
File metadata and controls
40 lines (40 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
{
"name": "cooknotes",
"private": true,
"version": "1.2.1",
"type": "module",
"scripts": {
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"tauri": "tauri",
"tauri:build": "tauri build --verbose --config src-tauri/tauri.prod.conf.json"
},
"dependencies": {
"@moaqzdev/toast": "^1.3.0",
"@modular-forms/preact": "^0.12.1",
"@preact/signals": "^2.2.1",
"@tauri-apps/api": "^2",
"@tauri-apps/plugin-dialog": "~2.3.1",
"@tauri-apps/plugin-fs": "^2.2.1",
"@tauri-apps/plugin-opener": "^2",
"change-case": "^5.4.4",
"jspdf": "^3.0.1",
"preact": "^10.26.9",
"preact-iso": "^2.9.2",
"valibot": "^1.1.0"
},
"devDependencies": {
"@preact/preset-vite": "^2.10.2",
"@tauri-apps/cli": "^2.7.1",
"@types/node": "^22.16.5",
"eslint": "^9.31.0",
"eslint-config-moaqz": "^0.3.0",
"lefthook": "^1.12.2",
"typescript": "~5.7.2",
"vite": "^6.3.5",
"vite-plugin-supersvg": "^0.0.7"
}
}