Skip to content

Commit

Permalink
Merge pull request #16 from shaniit-org/feat/v3-fly
Browse files Browse the repository at this point in the history
Feat/v3 fly  Refactor: Design Overhaul, Theme Support, and Tailwind CSS Migration
  • Loading branch information
Riley1101 authored Feb 3, 2024
2 parents fb76167 + 585cb6b commit 633bc90
Show file tree
Hide file tree
Showing 75 changed files with 2,348 additions and 1,206 deletions.
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ vite.config.ts.timestamp-*

# Sentry Config File
.sentryclirc

1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ node_modules
pnpm-lock.yaml
package-lock.json
yarn.lock
.netlify
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,6 @@ vite.config.ts.timestamp-*

# Sentry Config File
.sentryclirc
./.netlify
./.netlify/*
.netlify/*
1 change: 0 additions & 1 deletion dateSync.json

This file was deleted.

17 changes: 10 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,46 +18,49 @@
"@portabletext/svelte": "^2.1.4",
"@sveltejs/adapter-auto": "^2.1.1",
"@sveltejs/adapter-cloudflare": "^2.3.4",
"@sveltejs/adapter-netlify": "1.0.0-next.88",
"@sveltejs/adapter-node": "^1.3.1",
"@sveltejs/kit": "^1.27.7",
"@tailwindcss/typography": "^0.5.10",
"@types/node": "^20.11.5",
"@types/prismjs": "^1.26.3",
"autoprefixer": "^10.4.16",
"carbon-components-svelte": "^0.75.1",
"carbon-icons-svelte": "^11.4.0",
"eslint": "^8.55.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-svelte": "^2.35.1",
"husky": "^8.0.3",
"postcss": "^8.4.32",
"prettier": "^2.8.8",
"prettier-plugin-svelte": "^2.10.1",
"sass": "^1.69.5",
"svelte": "^3.59.2",
"svelte-check": "^3.6.2",
"tailwindcss": "^3.3.6",
"typescript": "^5.3.3",
"vite": "^4.5.1"
"vite": "^4.5.1",
"vite-plugin-node-stdlib-browser": "^0.2.1",
"vite-plugin-tailwind-purgecss": "^0.2.0"
},
"type": "module",
"dependencies": {
"@algolia/autocomplete-js": "^1.12.2",
"@algolia/autocomplete-theme-classic": "^1.12.2",
"@carbon/charts-svelte": "^1.13.8",
"@carbon/styles": "^1.44.0",
"@floating-ui/dom": "^1.6.1",
"@sanity/client": "^6.9.2",
"@sanity/code-input": "^4.1.1",
"@sanity/color-input": "^3.1.0",
"@sanity/icons": "^2.7.0",
"@sanity/image-url": "^1.0.2",
"@sanity/vision": "^3.21.0",
"@skeletonlabs/skeleton": "^2.7.1",
"@skeletonlabs/tw-plugin": "^0.3.1",
"algoliasearch": "^4.20.0",
"carbon-preprocess-svelte": "^0.9.1",
"d3": "^7.8.5",
"d3-cloud": "^1.2.7",
"d3-sankey": "^0.12.3",
"iconify-icon": "^1.0.8",
"instantsearch.js": "^4.62.0",
"moment": "^2.29.4",
"node-stdlib-browser": "^1.2.0",
"prismjs": "^1.29.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
Loading

0 comments on commit 633bc90

Please sign in to comment.