-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
65 lines (65 loc) · 2.04 KB
/
package.json
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
{
"name": "sveltekit-seo",
"version": "0.3.2",
"license": "BSD-3-Clause",
"description": "SvelteKit SEO: how to use SvelteKit to add search engine optimisation metadata so that social images appear when visitors share posts.",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-check",
"check:watch": "svelte-check --watch",
"lint": "prettier --check --plugin=prettier-plugin-svelte . && eslint .",
"lint:scss": "stylelint \"src/**/*.{css,scss,svelte}\"",
"prettier:check": "prettier --check --plugin=prettier-plugin-svelte .",
"format": "prettier --write --plugin=prettier-plugin-svelte .",
"prepare": "husky install"
},
"devDependencies": {
"@commitlint/config-conventional": "^19.6.0",
"@fontsource/lato": "^5.1.0",
"@fontsource/lora": "^5.1.0",
"@fontsource/source-sans-pro": "^5.1.0",
"@iconify/svelte": "^4.0.2",
"@rodneylab/parsedown": "^1.4.3",
"@rodneylab/sveltekit-components": "^3.0.2",
"@sveltejs/adapter-static": "^3.0.6",
"@sveltejs/kit": "^2.9.0",
"@sveltejs/vite-plugin-svelte": "^5.0.1",
"@types/object-hash": "^3.0.6",
"commitlint": "^19.6.0",
"dayjs": "^1.11.13",
"dompurify": "^3.2.2",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.46.1",
"globals": "^15.13.0",
"husky": "^9.1.7",
"jsdom": "^25.0.1",
"object-hash": "^3.0.0",
"postcss": "^8.4.49",
"postcss-html": "^1.7.0",
"prettier": "~3.4.2",
"prettier-plugin-svelte": "^3.3.2",
"sass-embedded": "^1.82.0",
"stylelint": "^16.11.0",
"stylelint-config-recommended-scss": "^14.1.0",
"stylelint-config-standard": "^36.0.1",
"stylelint-scss": "^6.10.0",
"svelte": "^5.5.3",
"svelte-check": "^4.1.1",
"svelte-preprocess": "^6.0.3",
"typescript-eslint": "^8.17.0",
"vanilla-lazyload": "^19.1.3",
"vite": "^6.0.2",
"vite-imagetools": "^7.0.5",
"yaml": "^2.6.1"
},
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/rodneylab/sveltekit-seo"
},
"bugs": {
"url": "https://github.com/rodneylab/sveltekit-seo/issues"
}
}