Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Restructure website source code #61

Merged
merged 5 commits into from
Feb 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added .husky/.yarn/install-state.gz
Binary file not shown.
893 changes: 893 additions & 0 deletions .husky/.yarn/releases/yarn-4.0.2.cjs

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
20.10.0
5 changes: 3 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
"editor.formatOnSave": true,
"editor.tabSize": 2,
"editor.codeActionsOnSave": {
"source.fixAll": true
"source.fixAll": "explicit"
},
"headwind.runOnSave": false,
"typescript.preferences.importModuleSpecifier": "non-relative"
"typescript.preferences.importModuleSpecifier": "non-relative",
"i18n-ally.localesPaths": ["src/data/locales"]
}
Binary file added .yarn/install-state.gz
Binary file not shown.
893 changes: 893 additions & 0 deletions .yarn/releases/yarn-4.0.2.cjs

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.0.2.cjs
30 changes: 0 additions & 30 deletions apollo/apollo-client.ts

This file was deleted.

10 changes: 4 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "martacodes.it",
"version": "1.17.0",
"version": "2.0.0",
"private": true,
"scripts": {
"dev": "next dev --port 3001",
Expand All @@ -22,8 +22,6 @@
},
"dependencies": {
"@anatoliygatt/dark-mode-toggle": "^1.0.1",
"@apollo/client": "^3.8.6",
"@apollo/experimental-nextjs-app-support": "^0.5.0",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@heroicons/react": "^2.0.18",
Expand All @@ -38,7 +36,6 @@
"focus-trap-react": "^10.2.3",
"formik": "^2.4.5",
"framer-motion": "^10.16.1",
"graphql": "^16.8.1",
"i18next": "^23.6.0",
"inquirer-fuzzy-path": "^2.3.0",
"js-cookie": "^3.0.5",
Expand All @@ -61,10 +58,10 @@
"react-tippy": "^1.4.0",
"rehype-raw": "^7.0.0",
"remark-gfm": "^4.0.0",
"strapi-flatten-graphql": "^0.1.0",
"styled-components": "^6.1.0",
"tailwind-merge": "^2.0.0",
"typed.js": "^2.0.16",
"unified": "^11.0.4",
"yup": "^1.3.2"
},
"devDependencies": {
Expand Down Expand Up @@ -117,5 +114,6 @@
"**/*.{json,css,scss,md,webmanifest}": [
"prettier -w"
]
}
},
"packageManager": "yarn@4.0.2"
}
145 changes: 0 additions & 145 deletions src/app/(public)/about/page.tsx

This file was deleted.

27 changes: 0 additions & 27 deletions src/app/(public)/contacts/page.tsx

This file was deleted.

85 changes: 0 additions & 85 deletions src/app/(public)/cv/page.tsx

This file was deleted.

26 changes: 0 additions & 26 deletions src/app/(public)/layout-client.tsx

This file was deleted.

Loading
Loading