-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
61 lines (61 loc) · 1.92 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
{
"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 --ignore-path .gitignore .",
"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": "^18.4.2",
"@fontsource/lato": "^5.0.17",
"@fontsource/lora": "^5.0.8",
"@fontsource/source-sans-pro": "^5.0.8",
"@iconify/svelte": "^3.1.4",
"@rodneylab/sveltekit-components": "^3.0.0",
"@sveltejs/adapter-static": "^2.0.3",
"@sveltejs/kit": "^1.27.6",
"@types/object-hash": "^3.0.6",
"commitlint": "^18.4.2",
"dayjs": "^1.11.10",
"eslint": "^8.54.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-svelte": "^2.35.0",
"husky": "^8.0.3",
"mdsvex": "^0.11.0",
"object-hash": "^3.0.0",
"postcss": "^8.4.31",
"postcss-html": "^1.5.0",
"prettier": "~3.1.0",
"prettier-plugin-svelte": "^3.1.0",
"reading-time": "~1.4.0",
"sass": "^1.69.5",
"stylelint": "^15.11.0",
"stylelint-config-recommended-scss": "^13.1.0",
"stylelint-config-standard": "^34.0.0",
"stylelint-scss": "^5.3.1",
"svelte": "^4.2.7",
"svelte-check": "^3.6.0",
"svelte-preprocess": "^5.1.0",
"vanilla-lazyload": "^17.8.5",
"vite": "^4.5.0",
"vite-imagetools": "^6.2.4"
},
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/rodneylab/sveltekit-seo"
},
"bugs": {
"url": "https://github.com/rodneylab/sveltekit-seo/issues"
}
}