chore: datas are ok and sync also

This commit is contained in:
Julien Froidefond
2025-08-27 12:18:40 +02:00
parent aee5d74445
commit 88dc00a44b
11 changed files with 385 additions and 211 deletions

View File

@@ -11,7 +11,8 @@
"https://react.dev/",
"https://react.dev/learn",
"https://github.com/facebook/react"
]
],
"importance": "incontournable"
},
{
"id": "vue",
@@ -22,7 +23,8 @@
"https://vuejs.org/",
"https://vuejs.org/guide/",
"https://github.com/vuejs/core"
]
],
"importance": "standard"
},
{
"id": "typescript",
@@ -33,7 +35,8 @@
"https://www.typescriptlang.org/",
"https://www.typescriptlang.org/docs/",
"https://github.com/microsoft/TypeScript"
]
],
"importance": "incontournable"
},
{
"id": "nextjs",
@@ -44,7 +47,8 @@
"https://nextjs.org/",
"https://nextjs.org/docs",
"https://github.com/vercel/next.js"
]
],
"importance": "majeure"
},
{
"id": "tailwindcss",
@@ -55,7 +59,8 @@
"https://tailwindcss.com/",
"https://tailwindcss.com/docs",
"https://github.com/tailwindlabs/tailwindcss"
]
],
"importance": "standard"
},
{
"id": "webpack",
@@ -66,78 +71,88 @@
"https://webpack.js.org/",
"https://webpack.js.org/concepts/",
"https://github.com/webpack/webpack"
]
],
"importance": "majeure"
},
{
"id": "vite",
"name": "Vite",
"description": "Outil de build rapide pour applications modernes",
"icon": "fas-bolt",
"links": ["https://vitejs.dev/", "https://vitejs.dev/guide/"]
"links": ["https://vitejs.dev/", "https://vitejs.dev/guide/"],
"importance": "standard"
},
{
"id": "svelte",
"name": "Svelte",
"description": "Framework de compilation pour interfaces utilisateur",
"icon": "fas-code",
"links": ["https://svelte.dev/", "https://svelte.dev/docs"]
"links": ["https://svelte.dev/", "https://svelte.dev/docs"],
"importance": "standard"
},
{
"id": "solidjs",
"name": "SolidJS",
"description": "Framework JavaScript réactif et performant",
"icon": "fas-atom",
"links": ["https://www.solidjs.com/", "https://www.solidjs.com/docs"]
"links": ["https://www.solidjs.com/", "https://www.solidjs.com/docs"],
"importance": "standard"
},
{
"id": "astro",
"name": "Astro",
"description": "Framework statique multi-framework",
"icon": "fas-rocket",
"links": ["https://astro.build/", "https://docs.astro.build/"]
"links": ["https://astro.build/", "https://docs.astro.build/"],
"importance": "standard"
},
{
"id": "remix",
"name": "Remix",
"description": "Framework full-stack centré sur les standards web",
"icon": "fas-sync",
"links": ["https://remix.run/", "https://remix.run/docs"]
"links": ["https://remix.run/", "https://remix.run/docs"],
"importance": "standard"
},
{
"id": "storybook",
"name": "Storybook",
"description": "Outil de développement pour composants UI",
"icon": "fas-book",
"links": ["https://storybook.js.org/", "https://storybook.js.org/docs"]
"links": ["https://storybook.js.org/", "https://storybook.js.org/docs"],
"importance": "majeure"
},
{
"id": "playwright",
"name": "Playwright",
"description": "Framework de tests pour applications web",
"icon": "fas-flask",
"links": ["https://playwright.dev/", "https://playwright.dev/docs/"]
"links": ["https://playwright.dev/", "https://playwright.dev/docs/"],
"importance": "standard"
},
{
"id": "three-js",
"name": "Three.js",
"description": "Bibliothèque JavaScript pour 3D dans le navigateur",
"icon": "fas-cube",
"links": ["https://threejs.org/", "https://threejs.org/docs/"]
"links": ["https://threejs.org/", "https://threejs.org/docs/"],
"importance": "standard"
},
{
"id": "d3",
"name": "D3.js",
"description": "Bibliothèque de visualisation de données",
"icon": "fas-chart-line",
"links": ["https://d3js.org/", "https://github.com/d3/d3/wiki"]
"links": ["https://d3js.org/", "https://github.com/d3/d3/wiki"],
"importance": "standard"
},
{
"id": "gsap",
"name": "GSAP",
"description": "Bibliothèque d'animations web performantes",
"icon": "fas-bolt",
"links": ["https://greensock.com/gsap/", "https://greensock.com/docs/"]
"links": ["https://greensock.com/gsap/", "https://greensock.com/docs/"],
"importance": "standard"
},
{
"id": "web-components",
@@ -147,7 +162,8 @@
"links": [
"https://developer.mozilla.org/en-US/docs/Web/Web_Components",
"https://web.dev/web-components/"
]
],
"importance": "standard"
},
{
"id": "pwa",
@@ -157,7 +173,8 @@
"links": [
"https://web.dev/progressive-web-apps/",
"https://developer.mozilla.org/en-US/docs/Web/Progressive_web_apps"
]
],
"importance": "standard"
},
{
"id": "reactjs",
@@ -167,9 +184,9 @@
"links": [
"https://reactjs.org/",
"https://reactjs.org/docs/getting-started.html"
]
],
"importance": "standard"
},
{
"id": "html5-javascript-css",
"name": "HTML5/JavaScript/CSS",
@@ -178,7 +195,8 @@
"links": [
"https://developer.mozilla.org/fr/",
"https://developer.mozilla.org/fr/docs/Web"
]
],
"importance": "standard"
}
]
}