| 
1 | 1 | {  | 
2 |  | - "name": "sveltekit-lazyload-iframe",  | 
3 |  | - "version": "0.0.1",  | 
4 |  | - "license": "BSD-3-Clause",  | 
5 |  | - "description": "Lazy loading iframes in SvelteKit: we see how Core Web Vitals from Google make optimising your Svelte site important to rank.",  | 
6 |  | - "scripts": {  | 
7 |  | - "dev": "vite dev",  | 
8 |  | - "build": "vite build",  | 
9 |  | - "preview": "vite preview",  | 
10 |  | - "check": "svelte-check --fail-on-hints",  | 
11 |  | - "lint": "prettier --check --plugin-search-dir=. . && eslint --ignore-path .gitignore .",  | 
12 |  | - "lint:scss": "stylelint 'src/**/*.{css,scss,svelte}'",  | 
13 |  | - "format": "prettier --write --plugin-search-dir=. .",  | 
14 |  | - "prettier:check": "prettier --check --plugin-search-dir=. ."  | 
15 |  | - },  | 
16 |  | - "devDependencies": {  | 
17 |  | - "@commitlint/config-conventional": "^17.1.0",  | 
18 |  | - "@fontsource/source-sans-pro": "^4.5.11",  | 
19 |  | - "@sveltejs/kit": "next",  | 
20 |  | - "commitlint": "^17.1.2",  | 
21 |  | - "eslint": "^8.25.0",  | 
22 |  | - "eslint-config-prettier": "^8.5.0",  | 
23 |  | - "eslint-plugin-svelte3": "^4.0.0",  | 
24 |  | - "husky": "^8.0.1",  | 
25 |  | - "postcss": "^8.4.18",  | 
26 |  | - "postcss-html": "^1.5.0",  | 
27 |  | - "prettier": "~2.7.1",  | 
28 |  | - "prettier-plugin-svelte": "^2.8.0",  | 
29 |  | - "sass": "^1.55.0",  | 
30 |  | - "stylelint": "^14.14.0",  | 
31 |  | - "stylelint-config-recommended-scss": "^7.0.0",  | 
32 |  | - "stylelint-config-standard": "^29.0.0",  | 
33 |  | - "stylelint-scss": "^4.3.0",  | 
34 |  | - "svelte": "^3.52.0",  | 
35 |  | - "svelte-preprocess": "^4.10.7",  | 
36 |  | - "vanilla-lazyload": "^17.8.3",  | 
37 |  | - "vite": "^3.1.8"  | 
38 |  | - },  | 
39 |  | - "repository": {  | 
40 |  | - "type": "git",  | 
41 |  | - "url": "https://github.com/rodneylab/sveltekit-lazyload-iframe"  | 
42 |  | - },  | 
43 |  | - "bugs": {  | 
44 |  | - "url": "https://github.com/rodneylab/sveltekit-lazyload-iframe/issues"  | 
45 |  | - },  | 
46 |  | - "type": "module",  | 
47 |  | - "peerDependencies": {  | 
48 |  | - "vite": "^3.1.8"  | 
49 |  | - }  | 
 | 2 | +"name": "sveltekit-lazyload-iframe",  | 
 | 3 | +"version": "0.0.1",  | 
 | 4 | +"license": "BSD-3-Clause",  | 
 | 5 | +"description": "Lazy loading iframes in SvelteKit: we see how Core Web Vitals from Google make optimising your Svelte site important to rank.",  | 
 | 6 | +"scripts": {  | 
 | 7 | +"dev": "vite dev",  | 
 | 8 | +"build": "vite build",  | 
 | 9 | +"preview": "vite preview",  | 
 | 10 | +"check": "svelte-check --fail-on-hints",  | 
 | 11 | +"lint": "prettier --check --plugin-search-dir=. . && eslint --ignore-path .gitignore .",  | 
 | 12 | +"lint:scss": "stylelint 'src/**/*.{css,scss,svelte}'",  | 
 | 13 | +"format": "prettier --write --plugin-search-dir=. .",  | 
 | 14 | +"prettier:check": "prettier --check --plugin-search-dir=. ."  | 
 | 15 | +},  | 
 | 16 | +"devDependencies": {  | 
 | 17 | +"@commitlint/config-conventional": "^17.1.0",  | 
 | 18 | +"@fontsource/source-sans-pro": "^4.5.11",  | 
 | 19 | +"@sveltejs/kit": "next",  | 
 | 20 | +"commitlint": "^17.1.2",  | 
 | 21 | +"eslint": "^8.25.0",  | 
 | 22 | +"eslint-config-prettier": "^8.5.0",  | 
 | 23 | +"eslint-plugin-svelte3": "^4.0.0",  | 
 | 24 | +"husky": "^8.0.1",  | 
 | 25 | +"postcss": "^8.4.18",  | 
 | 26 | +"postcss-html": "^1.5.0",  | 
 | 27 | +"prettier": "~2.7.1",  | 
 | 28 | +"prettier-plugin-svelte": "^2.8.0",  | 
 | 29 | +"sass": "^1.55.0",  | 
 | 30 | +"stylelint": "^14.14.0",  | 
 | 31 | +"stylelint-config-recommended-scss": "^7.0.0",  | 
 | 32 | +"stylelint-config-standard": "^29.0.0",  | 
 | 33 | +"stylelint-scss": "^4.3.0",  | 
 | 34 | +"svelte": "^3.52.0",  | 
 | 35 | +"svelte-preprocess": "^4.10.7",  | 
 | 36 | +"vanilla-lazyload": "^17.8.3",  | 
 | 37 | +"vite": "^3.1.8"  | 
 | 38 | +},  | 
 | 39 | +"repository": {  | 
 | 40 | +"type": "git",  | 
 | 41 | +"url": "https://github.com/rodneylab/sveltekit-lazyload-iframe"  | 
 | 42 | +},  | 
 | 43 | +"bugs": {  | 
 | 44 | +"url": "https://github.com/rodneylab/sveltekit-lazyload-iframe/issues"  | 
 | 45 | +},  | 
 | 46 | +"type": "module",  | 
 | 47 | +"peerDependencies": {  | 
 | 48 | +"vite": "^3.1.8"  | 
 | 49 | +}  | 
50 | 50 | }  | 
0 commit comments