-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.34 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.34 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
{
"name": "shadowtorch",
"version": "1.2.1",
"private": true,
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --plugin-search-dir . --check .",
"format": "prettier --plugin-search-dir . --write ."
},
"devDependencies": {
"@capacitor/android": "^7.1.0",
"@capacitor/assets": "^3.0.5",
"@capacitor/cli": "^7.1.0",
"@capacitor/core": "^7.1.0",
"@capacitor/ios": "^7.1.0",
"@iconify/svelte": "^4.2.0",
"@sveltejs/adapter-auto": "^5.0.0",
"@sveltejs/adapter-static": "^3.0.8",
"@sveltejs/kit": "^2.20.2",
"@tailwindcss/postcss": "^4.0.15",
"dayjs": "^1.11.13",
"nanoid": "^5.1.5",
"postcss": "^8.5.3",
"prettier": "^3.5.3",
"prettier-plugin-svelte": "^3.3.3",
"svelte": "^5.25.3",
"svelte-check": "^4.1.5",
"tailwindcss": "^4.0.15",
"tslib": "^2.8.1",
"typescript": "^5.8.2",
"vite": "^6.2.3"
},
"type": "module",
"dependencies": {
"@capawesome/capacitor-android-edge-to-edge-support": "^7.1.0",
"@sveltejs/adapter-node": "^5.2.12",
"@sveltejs/vite-plugin-svelte": "^5.0.3",
"@tailwindcss/vite": "^4.0.15",
"clsx": "^2.1.1",
"tailwind-merge": "^3.0.2",
"tailwind-variants": "^1.0.0"
}
}