stackscan 0.1.18 → 0.1.19

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -3794,7 +3794,10 @@ var techDefinitions = [
3794
3794
  "id": "remix",
3795
3795
  "name": "Remix",
3796
3796
  "aliases": [
3797
- "remix"
3797
+ "remix",
3798
+ "@remix-run/react",
3799
+ "@remix-run/node",
3800
+ "@remix-run/serve"
3798
3801
  ],
3799
3802
  "category": "frontend",
3800
3803
  "logo": "frontend/remix.svg",
@@ -3874,7 +3877,10 @@ var techDefinitions = [
3874
3877
  "id": "angular",
3875
3878
  "name": "Angular",
3876
3879
  "aliases": [
3877
- "@angular/core"
3880
+ "@angular/core",
3881
+ "@angular/common",
3882
+ "@angular/platform-browser",
3883
+ "@angular/cli"
3878
3884
  ],
3879
3885
  "category": "frontend",
3880
3886
  "logo": "frontend/angular.svg",
@@ -3884,7 +3890,9 @@ var techDefinitions = [
3884
3890
  "id": "lit",
3885
3891
  "name": "Lit",
3886
3892
  "aliases": [
3887
- "lit"
3893
+ "lit",
3894
+ "lit-element",
3895
+ "lit-html"
3888
3896
  ],
3889
3897
  "category": "frontend",
3890
3898
  "logo": "frontend/lit.svg",
@@ -3904,7 +3912,8 @@ var techDefinitions = [
3904
3912
  "id": "ember",
3905
3913
  "name": "Ember",
3906
3914
  "aliases": [
3907
- "ember-source"
3915
+ "ember-source",
3916
+ "ember-cli"
3908
3917
  ],
3909
3918
  "category": "frontend",
3910
3919
  "logo": "frontend/emberdotjs.svg",
@@ -4004,22 +4013,14 @@ var techDefinitions = [
4004
4013
  "id": "mantine",
4005
4014
  "name": "Mantine",
4006
4015
  "aliases": [
4007
- "@mantine/core"
4016
+ "@mantine/core",
4017
+ "@mantine/hooks",
4018
+ "@mantine/form"
4008
4019
  ],
4009
4020
  "category": "css",
4010
4021
  "logo": "fallback/mantine-logo.svg",
4011
4022
  "frameworks": []
4012
4023
  },
4013
- {
4014
- "id": "shadcnui",
4015
- "name": "shadcn/ui",
4016
- "aliases": [
4017
- "shadcn"
4018
- ],
4019
- "category": "css",
4020
- "logo": "css/shadcnui.svg",
4021
- "frameworks": []
4022
- },
4023
4024
  {
4024
4025
  "id": "daisyui",
4025
4026
  "name": "DaisyUI",
@@ -4054,7 +4055,8 @@ var techDefinitions = [
4054
4055
  "id": "headlessui",
4055
4056
  "name": "Headless UI",
4056
4057
  "aliases": [
4057
- "@headlessui/react"
4058
+ "@headlessui/react",
4059
+ "@headlessui/vue"
4058
4060
  ],
4059
4061
  "category": "css",
4060
4062
  "logo": "css/headlessui.svg",
@@ -4064,7 +4066,9 @@ var techDefinitions = [
4064
4066
  "id": "emotion",
4065
4067
  "name": "Emotion",
4066
4068
  "aliases": [
4067
- "@emotion/react"
4069
+ "@emotion/react",
4070
+ "@emotion/styled",
4071
+ "@emotion/css"
4068
4072
  ],
4069
4073
  "category": "css",
4070
4074
  "logo": "css/emotion.svg",
@@ -4124,7 +4128,9 @@ var techDefinitions = [
4124
4128
  "id": "redux",
4125
4129
  "name": "Redux",
4126
4130
  "aliases": [
4127
- "redux"
4131
+ "redux",
4132
+ "react-redux",
4133
+ "@reduxjs/toolkit"
4128
4134
  ],
4129
4135
  "category": "state",
4130
4136
  "logo": "state/redux.svg",
@@ -4134,7 +4140,9 @@ var techDefinitions = [
4134
4140
  "id": "mobx",
4135
4141
  "name": "MobX",
4136
4142
  "aliases": [
4137
- "mobx"
4143
+ "mobx",
4144
+ "mobx-react",
4145
+ "mobx-react-lite"
4138
4146
  ],
4139
4147
  "category": "state",
4140
4148
  "logo": "state/mobx.svg",
@@ -4174,7 +4182,9 @@ var techDefinitions = [
4174
4182
  "id": "xstate",
4175
4183
  "name": "XState",
4176
4184
  "aliases": [
4177
- "xstate"
4185
+ "xstate",
4186
+ "@xstate/react",
4187
+ "@xstate/fsm"
4178
4188
  ],
4179
4189
  "category": "state",
4180
4190
  "logo": "state/xstate.svg",
@@ -4184,7 +4194,10 @@ var techDefinitions = [
4184
4194
  "id": "tanstackquery",
4185
4195
  "name": "TanStack Query",
4186
4196
  "aliases": [
4187
- "@tanstack/react-query"
4197
+ "@tanstack/react-query",
4198
+ "@tanstack/vue-query",
4199
+ "@tanstack/svelte-query",
4200
+ "react-query"
4188
4201
  ],
4189
4202
  "category": "state",
4190
4203
  "logo": "fallback/reactquery.svg",
@@ -4394,7 +4407,11 @@ var techDefinitions = [
4394
4407
  "id": "storybook",
4395
4408
  "name": "Storybook",
4396
4409
  "aliases": [
4397
- "@storybook/react"
4410
+ "storybook",
4411
+ "@storybook/react",
4412
+ "@storybook/vue",
4413
+ "@storybook/angular",
4414
+ "@storybook/addon-essentials"
4398
4415
  ],
4399
4416
  "category": "testing",
4400
4417
  "logo": "testing/storybook.svg",
@@ -4574,7 +4591,8 @@ var techDefinitions = [
4574
4591
  "id": "prisma",
4575
4592
  "name": "Prisma",
4576
4593
  "aliases": [
4577
- "prisma"
4594
+ "prisma",
4595
+ "@prisma/client"
4578
4596
  ],
4579
4597
  "category": "orm",
4580
4598
  "logo": "orm/prisma.svg",
@@ -4614,7 +4632,9 @@ var techDefinitions = [
4614
4632
  "id": "postgresql",
4615
4633
  "name": "PostgreSQL",
4616
4634
  "aliases": [
4617
- "pg"
4635
+ "pg",
4636
+ "pg-promise",
4637
+ "node-postgres"
4618
4638
  ],
4619
4639
  "category": "database",
4620
4640
  "logo": "database/postgresql.svg",
@@ -4645,7 +4665,8 @@ var techDefinitions = [
4645
4665
  "id": "sqlite",
4646
4666
  "name": "SQLite",
4647
4667
  "aliases": [
4648
- "sqlite3"
4668
+ "sqlite3",
4669
+ "better-sqlite3"
4649
4670
  ],
4650
4671
  "category": "database",
4651
4672
  "logo": "database/sqlite.svg",
@@ -4665,7 +4686,9 @@ var techDefinitions = [
4665
4686
  "id": "redis",
4666
4687
  "name": "Redis",
4667
4688
  "aliases": [
4668
- "redis"
4689
+ "redis",
4690
+ "ioredis",
4691
+ "@redis/client"
4669
4692
  ],
4670
4693
  "category": "database",
4671
4694
  "logo": "database/redis.svg",
@@ -4845,7 +4868,11 @@ var techDefinitions = [
4845
4868
  "id": "auth0",
4846
4869
  "name": "Auth0",
4847
4870
  "aliases": [
4848
- "auth0"
4871
+ "auth0",
4872
+ "auth0-js",
4873
+ "@auth0/auth0-react",
4874
+ "@auth0/auth0-vue",
4875
+ "@auth0/auth0-angular"
4849
4876
  ],
4850
4877
  "category": "auth",
4851
4878
  "logo": "auth/auth0.svg",
@@ -4855,7 +4882,9 @@ var techDefinitions = [
4855
4882
  "id": "clerk",
4856
4883
  "name": "Clerk",
4857
4884
  "aliases": [
4858
- "@clerk/nextjs"
4885
+ "@clerk/nextjs",
4886
+ "@clerk/clerk-react",
4887
+ "@clerk/clerk-sdk-node"
4859
4888
  ],
4860
4889
  "category": "auth",
4861
4890
  "logo": "auth/clerk.svg",
@@ -4865,7 +4894,9 @@ var techDefinitions = [
4865
4894
  "id": "supabaseauth",
4866
4895
  "name": "Supabase Auth",
4867
4896
  "aliases": [
4868
- "@supabase/auth-helpers-nextjs"
4897
+ "@supabase/auth-helpers-nextjs",
4898
+ "@supabase/auth-helpers-react",
4899
+ "@supabase/ssr"
4869
4900
  ],
4870
4901
  "category": "auth",
4871
4902
  "logo": "database/supabase.svg",
@@ -4875,7 +4906,10 @@ var techDefinitions = [
4875
4906
  "id": "firebaseauth",
4876
4907
  "name": "Firebase Auth",
4877
4908
  "aliases": [
4878
- "firebase"
4909
+ "firebase",
4910
+ "firebase-admin",
4911
+ "@firebase/app",
4912
+ "@firebase/auth"
4879
4913
  ],
4880
4914
  "category": "auth",
4881
4915
  "logo": "auth/firebase.svg",
@@ -4957,7 +4991,9 @@ var techDefinitions = [
4957
4991
  "id": "langchain",
4958
4992
  "name": "LangChain",
4959
4993
  "aliases": [
4960
- "langchain"
4994
+ "langchain",
4995
+ "@langchain/core",
4996
+ "@langchain/openai"
4961
4997
  ],
4962
4998
  "category": "ai",
4963
4999
  "logo": "ai/langchain.svg",
@@ -5137,7 +5173,10 @@ var techDefinitions = [
5137
5173
  "id": "aws",
5138
5174
  "name": "AWS",
5139
5175
  "aliases": [
5140
- "aws-sdk"
5176
+ "aws-sdk",
5177
+ "@aws-sdk/client-s3",
5178
+ "@aws-sdk/client-dynamodb",
5179
+ "@aws-sdk/client-lambda"
5141
5180
  ],
5142
5181
  "category": "cloud",
5143
5182
  "logo": "cloud/amazonwebservices.svg",
@@ -5357,7 +5396,8 @@ var techDefinitions = [
5357
5396
  "id": "shopify",
5358
5397
  "name": "Shopify",
5359
5398
  "aliases": [
5360
- "@shopify/shopify-api"
5399
+ "@shopify/shopify-api",
5400
+ "shopify"
5361
5401
  ],
5362
5402
  "category": "cms",
5363
5403
  "logo": "cms/shopify.svg",
@@ -5617,7 +5657,9 @@ var techDefinitions = [
5617
5657
  "id": "stripe",
5618
5658
  "name": "Stripe",
5619
5659
  "aliases": [
5620
- "stripe"
5660
+ "stripe",
5661
+ "@stripe/stripe-js",
5662
+ "@stripe/react-stripe-js"
5621
5663
  ],
5622
5664
  "category": "payment",
5623
5665
  "logo": "payment/stripe.svg",
@@ -5642,6 +5684,59 @@ var techDefinitions = [
5642
5684
  "category": "payment",
5643
5685
  "logo": "fallback/lemonsqueezy.svg",
5644
5686
  "frameworks": []
5687
+ },
5688
+ {
5689
+ "id": "css",
5690
+ "name": "CSS",
5691
+ "aliases": [
5692
+ "css"
5693
+ ],
5694
+ "category": "language",
5695
+ "logo": "language/css3.svg",
5696
+ "frameworks": []
5697
+ },
5698
+ {
5699
+ "id": "html",
5700
+ "name": "HTML",
5701
+ "aliases": [
5702
+ "html"
5703
+ ],
5704
+ "category": "language",
5705
+ "logo": "language/html5.svg",
5706
+ "frameworks": []
5707
+ },
5708
+ {
5709
+ "id": "convex",
5710
+ "name": "Convex",
5711
+ "aliases": [
5712
+ "convex",
5713
+ "convex-dev"
5714
+ ],
5715
+ "category": "backend",
5716
+ "logo": "backend/convex.svg",
5717
+ "frameworks": []
5718
+ },
5719
+ {
5720
+ "id": "shadcn",
5721
+ "name": "shadcn/ui",
5722
+ "aliases": [
5723
+ "shadcn",
5724
+ "shadcn-ui",
5725
+ "shadcn/ui"
5726
+ ],
5727
+ "category": "css",
5728
+ "logo": "css/shadcn.svg",
5729
+ "frameworks": []
5730
+ },
5731
+ {
5732
+ "id": "springboot",
5733
+ "name": "Spring Boot",
5734
+ "aliases": [
5735
+ "spring-boot"
5736
+ ],
5737
+ "category": "backend",
5738
+ "logo": "backend/springboot.svg",
5739
+ "frameworks": []
5645
5740
  }
5646
5741
  ];
5647
5742
 
package/dist/index.mjs CHANGED
@@ -1,19 +1,19 @@
1
- import {
2
- sync
3
- } from "./chunk-XS2LU2MN.mjs";
4
1
  import "./chunk-WAXGOBY2.mjs";
5
2
  import {
6
3
  add
7
4
  } from "./chunk-ACCTMJVS.mjs";
8
5
  import {
9
6
  scan
10
- } from "./chunk-OX7SYHLD.mjs";
7
+ } from "./chunk-JFE6WNCW.mjs";
8
+ import {
9
+ sync
10
+ } from "./chunk-5XOMETBV.mjs";
11
11
  import {
12
12
  techMap
13
- } from "./chunk-LSUI3VI4.mjs";
13
+ } from "./chunk-2R4IRVBW.mjs";
14
14
  import {
15
15
  techDefinitions
16
- } from "./chunk-LB3L25FS.mjs";
16
+ } from "./chunk-RRAAD3VC.mjs";
17
17
  import {
18
18
  copyAssets,
19
19
  generateMarkdown,
package/dist/scan.js CHANGED
@@ -168,7 +168,10 @@ var techDefinitions = [
168
168
  "id": "remix",
169
169
  "name": "Remix",
170
170
  "aliases": [
171
- "remix"
171
+ "remix",
172
+ "@remix-run/react",
173
+ "@remix-run/node",
174
+ "@remix-run/serve"
172
175
  ],
173
176
  "category": "frontend",
174
177
  "logo": "frontend/remix.svg",
@@ -248,7 +251,10 @@ var techDefinitions = [
248
251
  "id": "angular",
249
252
  "name": "Angular",
250
253
  "aliases": [
251
- "@angular/core"
254
+ "@angular/core",
255
+ "@angular/common",
256
+ "@angular/platform-browser",
257
+ "@angular/cli"
252
258
  ],
253
259
  "category": "frontend",
254
260
  "logo": "frontend/angular.svg",
@@ -258,7 +264,9 @@ var techDefinitions = [
258
264
  "id": "lit",
259
265
  "name": "Lit",
260
266
  "aliases": [
261
- "lit"
267
+ "lit",
268
+ "lit-element",
269
+ "lit-html"
262
270
  ],
263
271
  "category": "frontend",
264
272
  "logo": "frontend/lit.svg",
@@ -278,7 +286,8 @@ var techDefinitions = [
278
286
  "id": "ember",
279
287
  "name": "Ember",
280
288
  "aliases": [
281
- "ember-source"
289
+ "ember-source",
290
+ "ember-cli"
282
291
  ],
283
292
  "category": "frontend",
284
293
  "logo": "frontend/emberdotjs.svg",
@@ -378,22 +387,14 @@ var techDefinitions = [
378
387
  "id": "mantine",
379
388
  "name": "Mantine",
380
389
  "aliases": [
381
- "@mantine/core"
390
+ "@mantine/core",
391
+ "@mantine/hooks",
392
+ "@mantine/form"
382
393
  ],
383
394
  "category": "css",
384
395
  "logo": "fallback/mantine-logo.svg",
385
396
  "frameworks": []
386
397
  },
387
- {
388
- "id": "shadcnui",
389
- "name": "shadcn/ui",
390
- "aliases": [
391
- "shadcn"
392
- ],
393
- "category": "css",
394
- "logo": "css/shadcnui.svg",
395
- "frameworks": []
396
- },
397
398
  {
398
399
  "id": "daisyui",
399
400
  "name": "DaisyUI",
@@ -428,7 +429,8 @@ var techDefinitions = [
428
429
  "id": "headlessui",
429
430
  "name": "Headless UI",
430
431
  "aliases": [
431
- "@headlessui/react"
432
+ "@headlessui/react",
433
+ "@headlessui/vue"
432
434
  ],
433
435
  "category": "css",
434
436
  "logo": "css/headlessui.svg",
@@ -438,7 +440,9 @@ var techDefinitions = [
438
440
  "id": "emotion",
439
441
  "name": "Emotion",
440
442
  "aliases": [
441
- "@emotion/react"
443
+ "@emotion/react",
444
+ "@emotion/styled",
445
+ "@emotion/css"
442
446
  ],
443
447
  "category": "css",
444
448
  "logo": "css/emotion.svg",
@@ -498,7 +502,9 @@ var techDefinitions = [
498
502
  "id": "redux",
499
503
  "name": "Redux",
500
504
  "aliases": [
501
- "redux"
505
+ "redux",
506
+ "react-redux",
507
+ "@reduxjs/toolkit"
502
508
  ],
503
509
  "category": "state",
504
510
  "logo": "state/redux.svg",
@@ -508,7 +514,9 @@ var techDefinitions = [
508
514
  "id": "mobx",
509
515
  "name": "MobX",
510
516
  "aliases": [
511
- "mobx"
517
+ "mobx",
518
+ "mobx-react",
519
+ "mobx-react-lite"
512
520
  ],
513
521
  "category": "state",
514
522
  "logo": "state/mobx.svg",
@@ -548,7 +556,9 @@ var techDefinitions = [
548
556
  "id": "xstate",
549
557
  "name": "XState",
550
558
  "aliases": [
551
- "xstate"
559
+ "xstate",
560
+ "@xstate/react",
561
+ "@xstate/fsm"
552
562
  ],
553
563
  "category": "state",
554
564
  "logo": "state/xstate.svg",
@@ -558,7 +568,10 @@ var techDefinitions = [
558
568
  "id": "tanstackquery",
559
569
  "name": "TanStack Query",
560
570
  "aliases": [
561
- "@tanstack/react-query"
571
+ "@tanstack/react-query",
572
+ "@tanstack/vue-query",
573
+ "@tanstack/svelte-query",
574
+ "react-query"
562
575
  ],
563
576
  "category": "state",
564
577
  "logo": "fallback/reactquery.svg",
@@ -768,7 +781,11 @@ var techDefinitions = [
768
781
  "id": "storybook",
769
782
  "name": "Storybook",
770
783
  "aliases": [
771
- "@storybook/react"
784
+ "storybook",
785
+ "@storybook/react",
786
+ "@storybook/vue",
787
+ "@storybook/angular",
788
+ "@storybook/addon-essentials"
772
789
  ],
773
790
  "category": "testing",
774
791
  "logo": "testing/storybook.svg",
@@ -948,7 +965,8 @@ var techDefinitions = [
948
965
  "id": "prisma",
949
966
  "name": "Prisma",
950
967
  "aliases": [
951
- "prisma"
968
+ "prisma",
969
+ "@prisma/client"
952
970
  ],
953
971
  "category": "orm",
954
972
  "logo": "orm/prisma.svg",
@@ -988,7 +1006,9 @@ var techDefinitions = [
988
1006
  "id": "postgresql",
989
1007
  "name": "PostgreSQL",
990
1008
  "aliases": [
991
- "pg"
1009
+ "pg",
1010
+ "pg-promise",
1011
+ "node-postgres"
992
1012
  ],
993
1013
  "category": "database",
994
1014
  "logo": "database/postgresql.svg",
@@ -1019,7 +1039,8 @@ var techDefinitions = [
1019
1039
  "id": "sqlite",
1020
1040
  "name": "SQLite",
1021
1041
  "aliases": [
1022
- "sqlite3"
1042
+ "sqlite3",
1043
+ "better-sqlite3"
1023
1044
  ],
1024
1045
  "category": "database",
1025
1046
  "logo": "database/sqlite.svg",
@@ -1039,7 +1060,9 @@ var techDefinitions = [
1039
1060
  "id": "redis",
1040
1061
  "name": "Redis",
1041
1062
  "aliases": [
1042
- "redis"
1063
+ "redis",
1064
+ "ioredis",
1065
+ "@redis/client"
1043
1066
  ],
1044
1067
  "category": "database",
1045
1068
  "logo": "database/redis.svg",
@@ -1219,7 +1242,11 @@ var techDefinitions = [
1219
1242
  "id": "auth0",
1220
1243
  "name": "Auth0",
1221
1244
  "aliases": [
1222
- "auth0"
1245
+ "auth0",
1246
+ "auth0-js",
1247
+ "@auth0/auth0-react",
1248
+ "@auth0/auth0-vue",
1249
+ "@auth0/auth0-angular"
1223
1250
  ],
1224
1251
  "category": "auth",
1225
1252
  "logo": "auth/auth0.svg",
@@ -1229,7 +1256,9 @@ var techDefinitions = [
1229
1256
  "id": "clerk",
1230
1257
  "name": "Clerk",
1231
1258
  "aliases": [
1232
- "@clerk/nextjs"
1259
+ "@clerk/nextjs",
1260
+ "@clerk/clerk-react",
1261
+ "@clerk/clerk-sdk-node"
1233
1262
  ],
1234
1263
  "category": "auth",
1235
1264
  "logo": "auth/clerk.svg",
@@ -1239,7 +1268,9 @@ var techDefinitions = [
1239
1268
  "id": "supabaseauth",
1240
1269
  "name": "Supabase Auth",
1241
1270
  "aliases": [
1242
- "@supabase/auth-helpers-nextjs"
1271
+ "@supabase/auth-helpers-nextjs",
1272
+ "@supabase/auth-helpers-react",
1273
+ "@supabase/ssr"
1243
1274
  ],
1244
1275
  "category": "auth",
1245
1276
  "logo": "database/supabase.svg",
@@ -1249,7 +1280,10 @@ var techDefinitions = [
1249
1280
  "id": "firebaseauth",
1250
1281
  "name": "Firebase Auth",
1251
1282
  "aliases": [
1252
- "firebase"
1283
+ "firebase",
1284
+ "firebase-admin",
1285
+ "@firebase/app",
1286
+ "@firebase/auth"
1253
1287
  ],
1254
1288
  "category": "auth",
1255
1289
  "logo": "auth/firebase.svg",
@@ -1331,7 +1365,9 @@ var techDefinitions = [
1331
1365
  "id": "langchain",
1332
1366
  "name": "LangChain",
1333
1367
  "aliases": [
1334
- "langchain"
1368
+ "langchain",
1369
+ "@langchain/core",
1370
+ "@langchain/openai"
1335
1371
  ],
1336
1372
  "category": "ai",
1337
1373
  "logo": "ai/langchain.svg",
@@ -1511,7 +1547,10 @@ var techDefinitions = [
1511
1547
  "id": "aws",
1512
1548
  "name": "AWS",
1513
1549
  "aliases": [
1514
- "aws-sdk"
1550
+ "aws-sdk",
1551
+ "@aws-sdk/client-s3",
1552
+ "@aws-sdk/client-dynamodb",
1553
+ "@aws-sdk/client-lambda"
1515
1554
  ],
1516
1555
  "category": "cloud",
1517
1556
  "logo": "cloud/amazonwebservices.svg",
@@ -1731,7 +1770,8 @@ var techDefinitions = [
1731
1770
  "id": "shopify",
1732
1771
  "name": "Shopify",
1733
1772
  "aliases": [
1734
- "@shopify/shopify-api"
1773
+ "@shopify/shopify-api",
1774
+ "shopify"
1735
1775
  ],
1736
1776
  "category": "cms",
1737
1777
  "logo": "cms/shopify.svg",
@@ -1991,7 +2031,9 @@ var techDefinitions = [
1991
2031
  "id": "stripe",
1992
2032
  "name": "Stripe",
1993
2033
  "aliases": [
1994
- "stripe"
2034
+ "stripe",
2035
+ "@stripe/stripe-js",
2036
+ "@stripe/react-stripe-js"
1995
2037
  ],
1996
2038
  "category": "payment",
1997
2039
  "logo": "payment/stripe.svg",
@@ -2016,6 +2058,59 @@ var techDefinitions = [
2016
2058
  "category": "payment",
2017
2059
  "logo": "fallback/lemonsqueezy.svg",
2018
2060
  "frameworks": []
2061
+ },
2062
+ {
2063
+ "id": "css",
2064
+ "name": "CSS",
2065
+ "aliases": [
2066
+ "css"
2067
+ ],
2068
+ "category": "language",
2069
+ "logo": "language/css3.svg",
2070
+ "frameworks": []
2071
+ },
2072
+ {
2073
+ "id": "html",
2074
+ "name": "HTML",
2075
+ "aliases": [
2076
+ "html"
2077
+ ],
2078
+ "category": "language",
2079
+ "logo": "language/html5.svg",
2080
+ "frameworks": []
2081
+ },
2082
+ {
2083
+ "id": "convex",
2084
+ "name": "Convex",
2085
+ "aliases": [
2086
+ "convex",
2087
+ "convex-dev"
2088
+ ],
2089
+ "category": "backend",
2090
+ "logo": "backend/convex.svg",
2091
+ "frameworks": []
2092
+ },
2093
+ {
2094
+ "id": "shadcn",
2095
+ "name": "shadcn/ui",
2096
+ "aliases": [
2097
+ "shadcn",
2098
+ "shadcn-ui",
2099
+ "shadcn/ui"
2100
+ ],
2101
+ "category": "css",
2102
+ "logo": "css/shadcn.svg",
2103
+ "frameworks": []
2104
+ },
2105
+ {
2106
+ "id": "springboot",
2107
+ "name": "Spring Boot",
2108
+ "aliases": [
2109
+ "spring-boot"
2110
+ ],
2111
+ "category": "backend",
2112
+ "logo": "backend/springboot.svg",
2113
+ "frameworks": []
2019
2114
  }
2020
2115
  ];
2021
2116