Skip to content

Commit

Permalink
advanced layout
Browse files Browse the repository at this point in the history
  • Loading branch information
itswadesh committed Aug 26, 2022
1 parent 1e22223 commit 52c9b92
Show file tree
Hide file tree
Showing 4 changed files with 179 additions and 181 deletions.
37 changes: 18 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,23 +18,23 @@
},
"devDependencies": {
"@sveltejs/amp": "1.0.0-next.1",
"@tailwindcss/forms": "^0.5.0",
"@tailwindcss/line-clamp": "^0.4.0",
"@tailwindcss/typography": "^0.5.4",
"@types/cookie": "0.5.1",
"@tailwindcss/forms": "^0.5.0",
"@tailwindcss/line-clamp": "^0.3.1",
"@typescript-eslint/eslint-plugin": "^5.21.0",
"@typescript-eslint/parser": "^5.21.0",
"@types/uuid": "8.3.4",
"@typescript-eslint/eslint-plugin": "^5.35.1",
"@typescript-eslint/parser": "^5.35.1",
"amazon-s3-uri": "0.1.1",
"autoprefixer": "^10.4.8",
"houdini": "0.15.9",
"npm-run-all": "4.1.5",
"aws-sdk": "^2.1183.0",
"aws-sdk": "^2.1203.0",
"cookie": "^0.5.0",
"cssnano": "^5.1.13",
"daisyui": "^2.24.0",
"dayjs": "^1.11.5",
"hash-it": "^5.0.2",
"houdini": "0.15.9",
"npm-run-all": "4.1.5",
"postcss": "^8.4.16",
"postcss-cli": "^10.0.0",
"postcss-load-config": "^4.0.1",
Expand All @@ -54,34 +54,33 @@
"tailwindcss": "^3.1.8",
"tailwindcss-rtl": "^0.9.0",
"tslib": "^2.4.0",
"typescript": "^4.7.4",
"typescript": "^4.8.2",
"url": "^0.11.0",
"uuid": "8.3.2"
},
"dependencies": {
"@beyonk/async-script-loader": "^2.2.2",
"@poppanator/sveltekit-svg": "0.3.4",
"@sveltejs/adapter-auto": "1.0.0-next.65",
"@sveltejs/adapter-node": "1.0.0-next.86",
"@sveltejs/kit": "1.0.0-next.410",
"cookie-universal": "^2.2.2",
"npm-run-all": "4.1.5",
"svelte-preprocess": "^4.10.7",
"vanilla-lazyload": "17.8.3",
"@kitql/all-in": "0.7.7",
"@poppanator/sveltekit-svg": "0.3.4",
"@sveltejs/adapter-auto": "1.0.0-next.66",
"@sveltejs/adapter-node": "1.0.0-next.87",
"@sveltejs/kit": "1.0.0-next.442",
"cookie": "^0.5.0",
"cookie-universal": "^2.2.2",
"cross-env": "7.0.3",
"dotenv": "^16.0.1",
"graphql": "16.5.0",
"graphql": "16.6.0",
"graphql-tag": "^2.12.6",
"hash-it": "^5.0.2",
"simple-svelte-autocomplete": "^2.4.0",
"npm-run-all": "4.1.5",
"svelte-preprocess": "^4.10.7",
"universal-cookie": "^4.0.4",
"uuid": "8.3.2",
"vanilla-lazyload": "17.8.3",
"vite": "^3.0.9"
},
"type": "module",
"engines": {
"node": ">=16.0.0"
}
}
}
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit 52c9b92

Please sign in to comment.