Skip to content

Commit

Permalink
Merge pull request #3 from shaniit-org/dev
Browse files Browse the repository at this point in the history
environment variable fix
  • Loading branch information
Riley1101 authored Nov 22, 2023
2 parents 8609ebe + df6da3a commit a8af825
Show file tree
Hide file tree
Showing 5 changed files with 104 additions and 559 deletions.
135 changes: 67 additions & 68 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,70 +1,69 @@
{
"name": "shaniit",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node build",
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./jsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./jsconfig.json --watch",
"lint": "prettier --plugin-search-dir . --check . && eslint .",
"format": "prettier --plugin-search-dir . --write ."
},
"devDependencies": {
"@flydotio/dockerfile": "^0.4.11",
"@portabletext/svelte": "^2.1.3",
"@sveltejs/adapter-auto": "^2.1.0",
"@sveltejs/adapter-cloudflare": "^2.3.3",
"@sveltejs/adapter-node": "^1.3.1",
"@sveltejs/kit": "^1.25.1",
"@tailwindcss/typography": "^0.5.10",
"@types/prismjs": "^1.26.1",
"autoprefixer": "^10.4.16",
"carbon-components-svelte": "^0.75.1",
"carbon-icons-svelte": "^11.4.0",
"eslint": "^8.50.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-svelte": "^2.33.2",
"postcss": "^8.4.31",
"prettier": "^2.8.8",
"prettier-plugin-svelte": "^2.10.1",
"sass": "^1.68.0",
"svelte": "^3.59.2",
"svelte-check": "^3.5.2",
"tailwindcss": "^3.3.3",
"typescript": "^5.2.2",
"vite": "^4.4.9",
"vite-plugin-node-polyfills": "^0.16.0"
},
"type": "module",
"dependencies": {
"@algolia/autocomplete-js": "^1.11.1",
"@algolia/autocomplete-theme-classic": "^1.11.1",
"@carbon/charts-svelte": "^1.13.4",
"@carbon/styles": "^1.39.0",
"@sanity/client": "^6.4.12",
"@sanity/code-input": "^4.1.1",
"@sanity/color-input": "^3.1.0",
"@sanity/icons": "^2.4.1",
"@sanity/image-url": "^1.0.2",
"@sanity/vision": "^3.16.7",
"algoliasearch": "^4.20.0",
"carbon-preprocess-svelte": "^0.9.1",
"d3": "^7.8.5",
"d3-cloud": "^1.2.7",
"d3-sankey": "^0.12.3",
"highlight.js": "^11.8.0",
"instantsearch.js": "^4.57.0",
"moment": "^2.29.4",
"prismjs": "^1.29.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.11.0",
"sanity": "^3.16.7",
"sanity-plugin-asset-source-unsplash": "^1.1.1",
"sanity-plugin-graph-view": "^2.0.1",
"svelte-preprocess": "^5.0.4"
}
"name": "shaniit",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node build",
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./jsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./jsconfig.json --watch",
"lint": "prettier --plugin-search-dir . --check . && eslint .",
"format": "prettier --plugin-search-dir . --write ."
},
"devDependencies": {
"@flydotio/dockerfile": "^0.4.11",
"@portabletext/svelte": "^2.1.3",
"@sveltejs/adapter-auto": "^2.1.0",
"@sveltejs/adapter-cloudflare": "^2.3.3",
"@sveltejs/adapter-node": "^1.3.1",
"@sveltejs/kit": "^1.25.1",
"@tailwindcss/typography": "^0.5.10",
"@types/prismjs": "^1.26.1",
"autoprefixer": "^10.4.16",
"carbon-components-svelte": "^0.75.1",
"carbon-icons-svelte": "^11.4.0",
"eslint": "^8.50.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-svelte": "^2.33.2",
"postcss": "^8.4.31",
"prettier": "^2.8.8",
"prettier-plugin-svelte": "^2.10.1",
"sass": "^1.68.0",
"svelte": "^3.59.2",
"svelte-check": "^3.5.2",
"tailwindcss": "^3.3.3",
"typescript": "^5.2.2",
"vite": "^4.4.9"
},
"type": "module",
"dependencies": {
"@algolia/autocomplete-js": "^1.11.1",
"@algolia/autocomplete-theme-classic": "^1.11.1",
"@carbon/charts-svelte": "^1.13.4",
"@carbon/styles": "^1.39.0",
"@sanity/client": "^6.4.12",
"@sanity/code-input": "^4.1.1",
"@sanity/color-input": "^3.1.0",
"@sanity/icons": "^2.4.1",
"@sanity/image-url": "^1.0.2",
"@sanity/vision": "^3.16.7",
"algoliasearch": "^4.20.0",
"carbon-preprocess-svelte": "^0.9.1",
"d3": "^7.8.5",
"d3-cloud": "^1.2.7",
"d3-sankey": "^0.12.3",
"highlight.js": "^11.8.0",
"instantsearch.js": "^4.57.0",
"moment": "^2.29.4",
"prismjs": "^1.29.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.11.0",
"sanity": "^3.16.7",
"sanity-plugin-asset-source-unsplash": "^1.1.1",
"sanity-plugin-graph-view": "^2.0.1",
"svelte-preprocess": "^5.0.4"
}
}
Loading

0 comments on commit a8af825

Please sign in to comment.