Skip to content

Commit 8acede7

Browse files
authored
Merge pull request #32 from webdevhome/add-lit
Add more links
2 parents d7d6025 + 2fb480b commit 8acede7

File tree

2 files changed

+90
-2
lines changed

2 files changed

+90
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "webdevhome.github.io-vite",
3-
"version": "2.0.13",
3+
"version": "2.0.14",
44
"scripts": {
55
"dev": "vite",
66
"build": "tsc && vite build",

src/links.json

Lines changed: 89 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -535,10 +535,17 @@
535535
{
536536
"title": "Tailwind CSS",
537537
"url": "https://tailwindcss.com",
538-
"description": "A popular utility class based CSS framework.",
538+
"description": "A utility class based CSS framework.",
539539
"icon": "tailwindcss",
540540
"color": "#06B6D4"
541541
},
542+
{
543+
"title": "Windi CSS",
544+
"url": "https://windicss.org",
545+
"description": "A utility class based CSS framework.",
546+
"icon": "windicss",
547+
"color": "#48B0F1"
548+
},
542549
{
543550
"title": "Bootstrap",
544551
"url": "https://getbootstrap.com",
@@ -559,6 +566,30 @@
559566
"color": "#757575",
560567
"searchUrl": "https://material.io/search.html?q={search}",
561568
"searchConcat": "%20"
569+
},
570+
{
571+
"title": "CSS Modules",
572+
"url": "https://github.com/css-modules/css-modules",
573+
"icon": "cssmodules",
574+
"color": "#000000"
575+
},
576+
{
577+
"title": "vanilla-extract",
578+
"url": "https://vanilla-extract.style",
579+
"description": "A zero-runtime CSS-in-JS library."
580+
},
581+
{
582+
"title": "Styled Components",
583+
"url": "https://styled-components.com",
584+
"icon": "styledcomponents",
585+
"color": "#DB7093"
586+
},
587+
{
588+
"title": "JSS",
589+
"url": "https://cssinjs.org",
590+
"description": "CSS-in-JS library.",
591+
"icon": "jss",
592+
"color": "#F7DF1E"
562593
}
563594
]
564595
},
@@ -574,18 +605,21 @@
574605
{
575606
"title": "Create React App",
576607
"url": "https://create-react-app.dev",
608+
"description": "A starter template for React apps.",
577609
"icon": "createreactapp",
578610
"color": "#09D3AC"
579611
},
580612
{
581613
"title": "Gatsby",
582614
"url": "https://gatsbyjs.org",
615+
"description": "A framework based on React.",
583616
"icon": "gatsby",
584617
"color": "#663399"
585618
},
586619
{
587620
"title": "Next.js",
588621
"url": "https://nextjs.org",
622+
"description": "A framework based on React.",
589623
"icon": "nextdotjs",
590624
"color": "#000000"
591625
},
@@ -598,6 +632,7 @@
598632
{
599633
"title": "Nuxt.js",
600634
"url": "https://nuxtjs.org",
635+
"description": "A framework based on Vue.",
601636
"icon": "nuxtdotjs",
602637
"color": "#00DC82"
603638
},
@@ -607,27 +642,38 @@
607642
"icon": "angular",
608643
"color": "#DD0031"
609644
},
645+
{
646+
"title": "Lit",
647+
"url": "https://lit.dev",
648+
"description": "A library for building web components.",
649+
"icon": "lit",
650+
"color": "#324FFF"
651+
},
610652
{
611653
"title": "Svelte",
612654
"url": "https://svelte.dev",
655+
"description": "A framework without a runtime.",
613656
"icon": "svelte",
614657
"color": "#FF3E00"
615658
},
616659
{
617660
"title": "Alpine.js",
618661
"url": "https://alpinejs.dev",
662+
"description": "A library that attaches JS logic to the DOM.",
619663
"icon": "alpinedotjs",
620664
"color": "#8BC0D0"
621665
},
622666
{
623667
"title": "Stimulus",
624668
"url": "https://stimulus.hotwired.dev",
669+
"description": "A framework for existing HTML.",
625670
"icon": "stimulus",
626671
"color": "#77E8B9"
627672
},
628673
{
629674
"title": "Electron",
630675
"url": "https://www.electronjs.org",
676+
"description": "A framework to build native desktop apps using the web stack.",
631677
"icon": "electron",
632678
"color": "#47848F",
633679
"searchUrl": "https://www.electronjs.org/?q={search}",
@@ -636,12 +682,14 @@
636682
{
637683
"title": "Blazor",
638684
"url": "https://dotnet.microsoft.com/en-us/apps/aspnet/web-apps/blazor",
685+
"description": "Compile C# to WASM and run it in the Browser.",
639686
"icon": "blazor",
640687
"color": "#512BD4"
641688
},
642689
{
643690
"title": "Flutter",
644691
"url": "https://flutter.dev",
692+
"description": "A Dart based framework to build multi-platform apps.",
645693
"icon": "flutter",
646694
"color": "#02569B",
647695
"searchUrl": "https://flutter.dev/search?q={search}",
@@ -683,6 +731,13 @@
683731
"icon": "apollographql",
684732
"color": "#311C87"
685733
},
734+
{
735+
"title": "Axios",
736+
"url": "https://axios-http.com",
737+
"description": "JS REST client library.",
738+
"icon": "axios",
739+
"color": "#5A29E4"
740+
},
686741
{
687742
"title": "i18next",
688743
"url": "https://www.i18next.com",
@@ -800,6 +855,13 @@
800855
"description": "JSON Web Tokens",
801856
"icon": "jsonwebtokens",
802857
"color": "#000000"
858+
},
859+
{
860+
"title": "Auth0",
861+
"url": "https://auth0.com",
862+
"description": "An authentication and authorization platform.",
863+
"icon": "auth0",
864+
"color": "#EB5424"
803865
}
804866
]
805867
},
@@ -945,6 +1007,26 @@
9451007
"icon": "deno",
9461008
"color": "#000000"
9471009
},
1010+
{
1011+
"title": "Python",
1012+
"url": "https://www.python.org",
1013+
"icon": "python",
1014+
"color": "#3776AB",
1015+
"searchUrl": "https://www.python.org/search/?q={search}",
1016+
"searchConcat": "+"
1017+
},
1018+
{
1019+
"title": "Ruby",
1020+
"url": "https://www.ruby-lang.org",
1021+
"icon": "ruby",
1022+
"color": "#CC342D"
1023+
},
1024+
{
1025+
"title": "Crystal",
1026+
"url": "https://crystal-lang.org",
1027+
"icon": "crystal",
1028+
"color": "#000000"
1029+
},
9481030
{
9491031
"title": "Dart",
9501032
"url": "https://dart.dev",
@@ -1498,6 +1580,12 @@
14981580
"url": "https://stateofjs.com",
14991581
"icon": "javascript",
15001582
"color": "#f7df1e"
1583+
},
1584+
{
1585+
"title": "State of GraphQL",
1586+
"url": "https://www.stateofgraphql.com",
1587+
"icon": "graphql",
1588+
"color": "#E10098"
15011589
}
15021590
]
15031591
},

0 commit comments

Comments
 (0)