-
Notifications
You must be signed in to change notification settings - Fork 98
Expand file tree
/
Copy pathpackage.json
More file actions
89 lines (89 loc) · 2.79 KB
/
Copy pathpackage.json
File metadata and controls
89 lines (89 loc) · 2.79 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"name": "qurancaption",
"private": true,
"version": "3.7.50",
"type": "module",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"prepare": "node scripts/prepare.cjs",
"check": "svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch",
"format": "prettier --write --ignore-unknown .",
"lint": "prettier --check --ignore-unknown . && eslint .",
"lint:fix": "prettier --write --ignore-unknown . && eslint . --fix",
"test:unit": "vitest --project server",
"test:browser": "vitest --project client",
"test": "npm run test:unit -- --run",
"verify": "npm run check && npm run test",
"sync:indopak-quran": "node scripts/sync-indopak-quran.js",
"sync:riwayat-quran": "node scripts/sync-riwayat-quran.js",
"tauri": "tauri",
"typesafe-i18n": "typesafe-i18n"
},
"devDependencies": {
"@eslint/compat": "^1.2.5",
"@eslint/js": "^9.18.0",
"@sveltejs/adapter-auto": "^6.0.0",
"@sveltejs/kit": "^2.16.0",
"@sveltejs/vite-plugin-svelte": "^5.0.0",
"@tailwindcss/forms": "^0.5.9",
"@tailwindcss/typography": "^0.5.16",
"@tailwindcss/vite": "^4.0.0",
"@tauri-apps/cli": "^2.6.0",
"@types/qrcode": "^1.5.6",
"@vitest/browser": "^3.2.3",
"eslint": "^9.18.0",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-svelte": "^3.0.0",
"globals": "^16.0.0",
"playwright": "^1.53.0",
"prettier": "^3.4.12",
"prettier-plugin-svelte": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.11",
"svelte": "^5.0.0",
"svelte-check": "^4.0.0",
"svelte-contextmenu": "^1.0.2",
"tailwindcss": "^4.0.0",
"typesafe-i18n": "^5.27.1",
"typescript": "^5.0.0",
"typescript-eslint": "^8.20.0",
"vite": "^6.2.6",
"vitest": "^3.2.3",
"vitest-browser-svelte": "^0.1.0"
},
"dependencies": {
"@sveltejs/adapter-static": "^3.0.8",
"@tauri-apps/api": "^2.6.0",
"@tauri-apps/plugin-deep-link": "^2.4.7",
"@tauri-apps/plugin-dialog": "^2.3.0",
"@tauri-apps/plugin-fs": "^2.4.2",
"@tauri-apps/plugin-notification": "^2.0.0",
"@tauri-apps/plugin-opener": "^2.4.0",
"@tauri-apps/plugin-process": "^2.3.1",
"@tauri-apps/plugin-store": "^2.3.0",
"@tauri-apps/plugin-updater": "^2.10.0",
"@types/dom-to-image": "^2.6.7",
"@types/howler": "^2.2.12",
"class-transformer": "^0.5.1",
"dom-to-image": "^2.6.0",
"dompurify": "^3.2.6",
"harfbuzzjs": "^0.10.3",
"howler": "^2.2.4",
"markdown-it": "^14.1.0",
"markdown-it-anchor": "^9.2.0",
"markdown-it-deflist": "^3.0.0",
"markdown-it-footnote": "^4.0.0",
"markdown-it-task-lists": "^2.1.1",
"material-icons": "^1.13.14",
"modern-screenshot": "^4.6.8",
"plyr": "^3.7.8",
"posthog-js": "^1.318.1",
"qrcode": "^1.5.4",
"reflect-metadata": "^0.2.2",
"sharp": "^0.34.3",
"svelte-5-french-toast": "^2.0.4",
"wavesurfer.js": "^7.10.0"
}
}