forked from slonikevents/2026-pgconfdev-site
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.39 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.39 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
{
"name": "2026-pgconfdev-site",
"version": "0.0.1",
"private": true,
"type": "module",
"scripts": {
"build": "vite build",
"dev": "vite dev",
"format": "prettier --write .",
"lint": "prettier --check . && eslint .",
"prepare": "svelte-kit sync || echo ''",
"preview": "vite preview"
},
"browserslist": [
"> 0.5%, last 2 versions, not dead and since 2024",
"Firefox ESR"
],
"devDependencies": {
"@csstools/normalize.css": "^12.1.1",
"@eslint/compat": "^2.0.1",
"@eslint/js": "^9.39.2",
"@fontsource-variable/montserrat": "^5.2.8",
"@lucide/svelte": "^0.563.1",
"@sveltejs/adapter-static": "^3.0.10",
"@sveltejs/enhanced-img": "^0.9.3",
"@sveltejs/kit": "^2.50.1",
"@sveltejs/vite-plugin-svelte": "^6.2.4",
"eslint": "^9.39.2",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-svelte": "^3.14.0",
"globals": "^17.2.0",
"jsdom": "^27.4.0",
"mdsvex": "^0.12.6",
"moment": "^2.30.1",
"postcss-preset-env": "^11.1.2",
"prettier": "^3.8.1",
"prettier-plugin-svelte": "^3.4.1",
"rehype-format": "^5.0.1",
"rehype-stringify": "^10.0.1",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.2",
"sonda": "^0.10.1",
"svelte": "^5.49.0",
"vite": "^7.3.1",
"vite-plugin-lucide-preprocess": "^1.4.6"
},
"overrides": {
"@sveltejs/kit": {
"cookie": "^1.0.2"
}
}
}