-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
66 lines (66 loc) · 2.17 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
66
{
"name": "sveltekit-blog-mdx",
"version": "0.5.1",
"license": "BSD-3-Clause",
"description": "SvelteKit Image Plugin: how to use the vite-imagetools plugin to bring responsive images in next-gen formats, like WebP, to your Svelte App.",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-check --fail-on-warnings",
"lint": "prettier --check --plugin-search-dir=. . && eslint --ignore-path .gitignore .",
"lint:scss": "stylelint \"src/**/*.{css,scss,svelte}\"",
"format": "prettier --write --plugin-search-dir=. .",
"generate:sitemap": "node ./generate-sitemap.js",
"prettier:check": "prettier --check --plugin-search-dir=. ."
},
"devDependencies": {
"@commitlint/config-conventional": "^17.6.5",
"@fontsource/lato": "^5.0.3",
"@fontsource/lora": "^5.0.3",
"@fontsource/source-sans-pro": "^5.0.3",
"@iconify/svelte": "^3.1.4",
"@rodneylab/sveltekit-components": "^2.0.2",
"@sveltejs/adapter-static": "^2.0.2",
"@sveltejs/kit": "^1.20.4",
"@types/object-hash": "^3.0.2",
"commitlint": "^17.6.5",
"dayjs": "^1.11.8",
"dotenv": "^16.3.1",
"eslint": "^8.43.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-svelte3": "^4.0.0",
"husky": "^8.0.3",
"mdsvex": "^0.10.6",
"object-hash": "^3.0.0",
"postcss": "^8.4.24",
"postcss-html": "^1.5.0",
"prettier": "~2.8.8",
"prettier-plugin-svelte": "^2.10.1",
"reading-time": "~1.4.0",
"sass": "^1.63.4",
"sharp": "0.32.1",
"stylelint": "^15.8.0",
"stylelint-config-recommended-scss": "^12.0.0",
"stylelint-config-standard": "^33.0.0",
"stylelint-scss": "^5.0.1",
"svelte": "^3.59.1",
"svelte-check": "^3.4.3",
"svelte-preprocess": "^5.0.4",
"svelte-preprocess-import-assets": "^1.0.0",
"vanilla-lazyload": "^17.8.3",
"vite": "^4.3.9",
"vite-imagetools": "^5.0.4"
},
"repository": {
"type": "git",
"url": "https://github.com/rodneylab/sveltekit-image-plugin"
},
"bugs": {
"url": "https://github.com/rodneylab/sveltekit-image-plugin/issues"
},
"type": "module",
"dependencies": {
"front-matter": "^4.0.2"
}
}