mirror of
https://github.com/ArthurDanjou/artchat.git
synced 2026-02-02 15:31:30 +01:00
Compare commits
3 Commits
f5a573f5ec
...
16a00b08c1
| Author | SHA1 | Date | |
|---|---|---|---|
| 16a00b08c1 | |||
| 5a33dee7e8 | |||
| 913924fc06 |
@@ -9,11 +9,11 @@ interface ResumeFile {
|
||||
const resumes = ref<ResumeFile[]>([
|
||||
{
|
||||
name: t('tool.resume.files.en'),
|
||||
file: '/resumes/CV M1 2025.pdf',
|
||||
file: '/resumes/CV M1 2026 EN.pdf',
|
||||
},
|
||||
{
|
||||
name: t('tool.resume.files.fr'),
|
||||
file: '/resumes/CV M1 2025 FR.pdf',
|
||||
file: '/resumes/CV M1 2026 FR.pdf',
|
||||
},
|
||||
])
|
||||
</script>
|
||||
|
||||
30
package.json
30
package.json
@@ -12,39 +12,39 @@
|
||||
"lint:fix": "eslint --fix ."
|
||||
},
|
||||
"dependencies": {
|
||||
"@antfu/eslint-config": "^5.2.1",
|
||||
"@iconify-json/devicon": "^1.2.43",
|
||||
"@antfu/eslint-config": "^5.4.1",
|
||||
"@iconify-json/devicon": "^1.2.44",
|
||||
"@iconify-json/logos": "^1.2.9",
|
||||
"@iconify-json/ph": "^1.2.2",
|
||||
"@iconify-json/simple-icons": "^1.2.50",
|
||||
"@iconify-json/simple-icons": "^1.2.53",
|
||||
"@iconify-json/twemoji": "^1.2.4",
|
||||
"@iconify-json/vscode-icons": "^1.2.30",
|
||||
"@nuxt/content": "3.6.3",
|
||||
"@nuxt/content": "3.7.1",
|
||||
"@nuxt/eslint": "1.9.0",
|
||||
"@nuxt/image": "^1.11.0",
|
||||
"@nuxt/ui": "^4.0.0-alpha.1",
|
||||
"@nuxt/ui": "^4.0.0",
|
||||
"@nuxtjs/google-fonts": "^3.2.0",
|
||||
"@nuxtjs/i18n": "10.0.6",
|
||||
"@nuxtjs/i18n": "10.1.0",
|
||||
"@pinia/nuxt": "^0.11.2",
|
||||
"@tailwindcss/typography": "^0.5.16",
|
||||
"@tailwindcss/typography": "^0.5.18",
|
||||
"@vercel/analytics": "^1.5.0",
|
||||
"@vercel/speed-insights": "^1.2.0",
|
||||
"@vueuse/math": "^14.0.0-alpha.0",
|
||||
"@vueuse/math": "13.9.0",
|
||||
"@vueuse/motion": "^3.0.3",
|
||||
"better-sqlite3": "^12.2.0",
|
||||
"eslint": "9.35.0",
|
||||
"nuxt": "4.1.1",
|
||||
"better-sqlite3": "^12.4.1",
|
||||
"eslint": "9.36.0",
|
||||
"nuxt": "4.1.2",
|
||||
"rehype-katex": "^7.0.1",
|
||||
"remark-math": "^6.0.0",
|
||||
"remark-parse": "^11.0.0",
|
||||
"remark-rehype": "^11.1.2",
|
||||
"typescript": "^5.6.3",
|
||||
"vue": "^3.5.20",
|
||||
"typescript": "^5.9.2",
|
||||
"vue": "^3.5.21",
|
||||
"vue-router": "^4.5.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^24.3.0",
|
||||
"@types/node": "^24.5.2",
|
||||
"@vueuse/nuxt": "^13.9.0",
|
||||
"vue-tsc": "^3.0.6"
|
||||
"vue-tsc": "^3.0.8"
|
||||
}
|
||||
}
|
||||
|
||||
Binary file not shown.
Binary file not shown.
29041
public/resumes/CV M1 2026 EN.pdf
Normal file
29041
public/resumes/CV M1 2026 EN.pdf
Normal file
File diff suppressed because it is too large
Load Diff
BIN
public/resumes/CV M1 2026 FR.pdf
Normal file
BIN
public/resumes/CV M1 2026 FR.pdf
Normal file
Binary file not shown.
Reference in New Issue
Block a user