Skip to content

Commit

Permalink
Added ordering to projects.
Browse files Browse the repository at this point in the history
  • Loading branch information
rsheppard-dev committed Sep 20, 2024
1 parent 067a095 commit 9b8c263
Show file tree
Hide file tree
Showing 6 changed files with 4,603 additions and 1,852 deletions.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"typescript.tsdk": "node_modules/typescript/lib",
"typescript.enablePromptUseWorkspaceTsdk": true,
"editor.defaultFormatter": "esbenp.prettier-vscode"
"editor.defaultFormatter": "esbenp.prettier-vscode",
"cSpell.words": ["easymde", "formik"]
}
49 changes: 25 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,45 +9,46 @@
"lint": "next lint"
},
"dependencies": {
"@headlessui/react": "^1.7.18",
"@headlessui/tailwindcss": "^0.2.0",
"@portabletext/react": "^3.0.11",
"@sanity/code-input": "^4.1.2",
"@headlessui/react": "^1.7.19",
"@headlessui/tailwindcss": "^0.2.1",
"@portabletext/react": "^3.1.0",
"@sanity/code-input": "^4.1.4",
"@sanity/image-url": "^1.0.2",
"@sanity/vision": "^3.25.0",
"@sanity/orderable-document-list": "^1.2.2",
"@sanity/vision": "^3.57.4",
"@types/node": "20.11.5",
"@types/react": "18.2.48",
"@types/react-dom": "18.2.18",
"@vercel/analytics": "^1.1.2",
"@vercel/speed-insights": "^1.0.7",
"date-fns": "^3.3.1",
"@vercel/analytics": "^1.3.1",
"@vercel/speed-insights": "^1.0.12",
"date-fns": "^3.6.0",
"easymde": "^2.18.0",
"eslint": "8.56.0",
"eslint-config-next": "14.1.0",
"formik": "^2.4.5",
"framer-motion": "^11.0.1",
"formik": "^2.4.6",
"framer-motion": "^11.5.5",
"next": "14.1.0",
"next-sanity": "^7.0.12",
"next-sanity": "^7.1.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^5.0.1",
"react-icons": "^5.3.0",
"react-markdown": "^9.0.1",
"react-query": "^3.39.3",
"react-syntax-highlighter": "^15.5.0",
"resend": "^3.1.0",
"sanity": "^3.25.0",
"sanity-plugin-markdown": "^4.1.1",
"sharp": "^0.33.2",
"resend": "^3.5.0",
"sanity": "^3.57.4",
"sanity-plugin-markdown": "^4.1.2",
"sharp": "^0.33.5",
"typescript": "5.3.3",
"use-open-window": "^1.5.0",
"yup": "^1.3.3"
"use-open-window": "^1.5.2",
"yup": "^1.4.0"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.10",
"@types/react-syntax-highlighter": "^15.5.11",
"@types/refractor": "^3.4.0",
"autoprefixer": "^10.4.17",
"postcss": "^8.4.33",
"tailwindcss": "^3.4.1"
"@tailwindcss/typography": "^0.5.15",
"@types/react-syntax-highlighter": "^15.5.13",
"@types/refractor": "^3.4.1",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.12"
}
}
Loading

0 comments on commit 9b8c263

Please sign in to comment.