-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.74 KB
/
Copy pathpackage.json
File metadata and controls
55 lines (55 loc) · 1.74 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
{
"name": "tiny-store",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview --port 57023",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"test": "vitest",
"lint": "prettier --check . && eslint .",
"format": "prettier --write ."
},
"devDependencies": {
"@eslint/compat": "^2.1.0",
"@sveltejs/adapter-auto": "^3.2.5",
"@sveltejs/adapter-node": "^5.2.8",
"@sveltejs/adapter-static": "^3.0.9",
"@sveltejs/kit": "2.61.1",
"@sveltejs/vite-plugin-svelte": "7.1.2",
"@tailwindcss/postcss": "4.3.0",
"@tailwindcss/typography": "^0.5.19",
"@tailwindcss/vite": "4.3.0",
"@types/eslint": "^9.6.0",
"@types/node": "^24.10.0",
"daisyui": "5.5.20",
"eslint": "^9.36.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-svelte": "^3.12.4",
"globals": "^16.4.0",
"postcss": "^8.4.47",
"prettier": "^3.6.2",
"prettier-plugin-svelte": "^3.4.0",
"prettier-plugin-tailwindcss": "^0.6.14",
"sass-embedded": "^1.80.1",
"svelte": "5.55.9",
"svelte-check": "4.4.8",
"tailwindcss": "4.3.0",
"typescript": "^5.9.2",
"typescript-eslint": "^8.44.1",
"vite": "8.0.14",
"vitest": "4.1.7"
},
"type": "module",
"dependencies": {
"@types/toastify-js": "^1.12.3",
"appwrite": "^16.0.2",
"dotenv": "^16.4.5",
"oauth-1.0a": "^2.2.6",
"toastify-js": "^1.12.0",
"zod": "^4.1.12"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}