|
5 | 5 | "description": "Lazy loading iframes in SvelteKit: we see how Core Web Vitals from Google make optimising your Svelte site important to rank.", |
6 | 6 | "scripts": { |
7 | 7 | "dev": "vite dev", |
| 8 | +"start": "vite dev", |
8 | 9 | "build": "vite build", |
9 | 10 | "preview": "vite preview", |
10 | 11 | "check": "svelte-check", |
|
14 | 15 | "prettier:check": "prettier --check --plugin=prettier-plugin-svelte ." |
15 | 16 | }, |
16 | 17 | "devDependencies": { |
17 | | -"@commitlint/config-conventional": "^18.1.0", |
| 18 | +"@commitlint/config-conventional": "^19.2.2", |
18 | 19 | "@fontsource/source-sans-pro": "^5.0.8", |
19 | | -"@sveltejs/kit": "^1.27.3", |
20 | | -"commitlint": "^18.2.0", |
21 | | -"eslint": "^8.53.0", |
22 | | -"eslint-config-prettier": "^9.0.0", |
23 | | -"eslint-plugin-svelte": "^2.35.0", |
24 | | -"husky": "^8.0.3", |
25 | | -"postcss": "^8.4.31", |
26 | | -"postcss-html": "^1.5.0", |
27 | | -"prettier": "~3.0.3", |
28 | | -"prettier-plugin-svelte": "^3.0.3", |
29 | | -"sass": "^1.69.5", |
30 | | -"stylelint": "^15.11.0", |
31 | | -"stylelint-config-recommended-scss": "^13.1.0", |
32 | | -"stylelint-config-standard": "^34.0.0", |
33 | | -"stylelint-scss": "^5.3.1", |
34 | | -"svelte": "^4.2.2", |
35 | | -"svelte-check": "^3.5.2", |
36 | | -"svelte-preprocess": "^5.0.4", |
37 | | -"vanilla-lazyload": "^17.8.5", |
38 | | -"vite": "^4.5.0" |
| 20 | +"@sveltejs/kit": "^2.5.10", |
| 21 | +"commitlint": "^19.3.0", |
| 22 | +"eslint": "^9.3.0", |
| 23 | +"eslint-config-prettier": "^9.1.0", |
| 24 | +"eslint-plugin-svelte": "^2.39.0", |
| 25 | +"husky": "^9.0.11", |
| 26 | +"postcss": "^8.4.38", |
| 27 | +"postcss-html": "^1.7.0", |
| 28 | +"prettier": "~3.2.5", |
| 29 | +"prettier-plugin-svelte": "^3.2.3", |
| 30 | +"sass": "^1.77.4", |
| 31 | +"stylelint": "^16.6.1", |
| 32 | +"stylelint-config-recommended-scss": "^14.0.0", |
| 33 | +"stylelint-config-standard": "^36.0.0", |
| 34 | +"stylelint-scss": "^6.3.0", |
| 35 | +"svelte": "^4.2.17", |
| 36 | +"svelte-check": "^3.8.0", |
| 37 | +"svelte-preprocess": "^5.1.4", |
| 38 | +"vanilla-lazyload": "^19.1.3", |
| 39 | +"vite": "^5.2.12" |
39 | 40 | }, |
40 | 41 | "repository": { |
41 | 42 | "type": "git", |
|
44 | 45 | "bugs": { |
45 | 46 | "url": "https://github.com/rodneylab/sveltekit-lazyload-iframe/issues" |
46 | 47 | }, |
47 | | -"type": "module" |
| 48 | +"type": "module", |
| 49 | +"dependencies": { |
| 50 | +"@sveltejs/vite-plugin-svelte": "^3.1.1" |
| 51 | +} |
48 | 52 | } |
0 commit comments