Skip to content

Commit

Permalink
add branding guidelines
Browse files Browse the repository at this point in the history
  • Loading branch information
3vorp committed Sep 13, 2023
1 parent 294d951 commit 00bc18e
Show file tree
Hide file tree
Showing 19 changed files with 732 additions and 521 deletions.
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,40 +15,40 @@
"devDependencies": {
"@sveltejs/adapter-node": "1.0.0-next.86",
"@sveltejs/kit": "1.0.0-next.405",
"@typescript-eslint/eslint-plugin": "^5.55.0",
"@typescript-eslint/parser": "^5.55.0",
"autoprefixer": "^10.4.14",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"autoprefixer": "^10.4.15",
"cssnano": "^5.1.15",
"del-cli": "^5.0.0",
"eslint": "^8.36.0",
"eslint-config-prettier": "^8.7.0",
"del-cli": "^5.1.0",
"eslint": "^8.49.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-svelte3": "^4.0.0",
"mdsvex": "^0.10.6",
"postcss": "^8.4.21",
"postcss": "^8.4.29",
"postcss-load-config": "^4.0.1",
"prettier": "^2.8.4",
"prettier-plugin-svelte": "^2.9.0",
"sass": "^1.59.3",
"svelte": "^3.57.0",
"prettier": "^2.8.8",
"prettier-plugin-svelte": "^2.10.1",
"sass": "^1.66.1",
"svelte": "^3.59.2",
"svelte-check": "^2.10.3",
"svelte-preprocess": "^4.10.7",
"tslib": "^2.5.0",
"tslib": "^2.6.2",
"typescript": "^4.9.5",
"vite": "^3.2.7"
},
"type": "module",
"dependencies": {
"@fortawesome/free-brands-svg-icons": "^6.3.0",
"@fortawesome/free-solid-svg-icons": "^6.3.0",
"@fortawesome/free-brands-svg-icons": "^6.4.2",
"@fortawesome/free-solid-svg-icons": "^6.4.2",
"axios": "0.27.2",
"blurhash": "1.1.5",
"image-hash": "^5.3.1",
"image-hash": "^5.3.2",
"jsdom": "^22.1.0",
"potrace": "^2.1.8",
"rehype-autolink-headings": "^6.1.1",
"rehype-slug": "^5.1.0",
"sharp": "^0.32.1",
"svelte-fa": "^3.0.3",
"sharp": "^0.32.5",
"svelte-fa": "^3.0.4",
"svelte-hammer": "^0.1.7",
"svelte-waypoint": "^0.1.4",
"svgo": "^2.8.0"
Expand Down
Loading

0 comments on commit 00bc18e

Please sign in to comment.