-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.6 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.6 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
{
"name": "microfolio",
"private": true,
"version": "0.7.0",
"type": "module",
"scripts": {
"dev": "vite dev",
"build": "node build.js",
"preview": "vite preview",
"prepare": "svelte-kit sync || echo ''",
"format": "prettier --write .",
"lint": "prettier --check . && eslint .",
"deploy": "NODE_ENV=production pnpm run build",
"optimize-images": "node scripts/generate-optimized-images.js",
"clean-images": "node scripts/clean-optimized-images.js"
},
"devDependencies": {
"@eslint/compat": "^1.4.1",
"@eslint/js": "^9.39.2",
"@iconify/json": "^2.2.438",
"@sveltejs/adapter-auto": "^6.1.1",
"@sveltejs/adapter-static": "^3.0.10",
"@sveltejs/kit": "^2.50.2",
"@sveltejs/vite-plugin-svelte": "^6.2.4",
"@tailwindcss/typography": "^0.5.19",
"@tailwindcss/vite": "^4.1.18",
"@vincjo/datatables": "^2.8.0",
"dotenv": "^17.2.4",
"eslint": "^9.39.2",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-svelte": "^3.15.0",
"globals": "^16.5.0",
"prettier": "^3.8.1",
"prettier-plugin-svelte": "^3.4.1",
"prettier-plugin-tailwindcss": "^0.6.14",
"sharp": "^0.34.5",
"svelte": "^5.50.2",
"tailwindcss": "^4.1.18",
"unplugin-icons": "^22.5.0",
"vite": "^7.3.1",
"vite-plugin-static-copy": "^3.2.0"
},
"pnpm": {
"onlyBuiltDependencies": [
"esbuild"
]
},
"packageManager": "pnpm@9.12.0+sha256.a61b67ff6cc97af864564f4442556c22a04f2e5a7714fbee76a1011361d9b726",
"dependencies": {
"@iconify/svelte": "^5.2.1",
"cursor-effects": "^1.0.18",
"exifreader": "^4.36.1",
"leaflet": "^1.9.4",
"marked": "^16.4.2",
"svelte-i18n": "^4.0.1",
"yaml": "^2.8.2"
}
}