stackscan 0.1.17 → 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.
Files changed (39) hide show
  1. package/dist/chunk-2R4IRVBW.mjs +19 -0
  2. package/dist/chunk-3JWM3QKI.mjs +2013 -0
  3. package/dist/chunk-5XOMETBV.mjs +158 -0
  4. package/dist/chunk-75Z7C4SW.mjs +19 -0
  5. package/dist/chunk-AU42WGBI.mjs +158 -0
  6. package/dist/chunk-BPDLELPJ.mjs +235 -0
  7. package/dist/chunk-JFE6WNCW.mjs +235 -0
  8. package/dist/chunk-MEH6MW3S.mjs +235 -0
  9. package/dist/chunk-NWUJIUCE.mjs +2028 -0
  10. package/dist/chunk-OX7SYHLD.mjs +235 -0
  11. package/dist/chunk-QNTMPVPN.mjs +19 -0
  12. package/dist/chunk-RRAAD3VC.mjs +2075 -0
  13. package/dist/chunk-TEUMOU3M.mjs +158 -0
  14. package/dist/cli.js +224 -95
  15. package/dist/cli.mjs +7 -5
  16. package/dist/index.js +220 -93
  17. package/dist/index.mjs +4 -4
  18. package/dist/scan.d.mts +2 -1
  19. package/dist/scan.d.ts +2 -1
  20. package/dist/scan.js +220 -93
  21. package/dist/scan.mjs +3 -3
  22. package/dist/scan.old.d.mts +8 -0
  23. package/dist/scan.old.d.ts +8 -0
  24. package/dist/scan.old.js +5770 -0
  25. package/dist/scan.old.mjs +205 -0
  26. package/dist/sync.js +129 -34
  27. package/dist/sync.mjs +3 -3
  28. package/dist/techDefinitions.js +129 -34
  29. package/dist/techDefinitions.mjs +1 -1
  30. package/dist/techMap.js +129 -34
  31. package/dist/techMap.mjs +2 -2
  32. package/package.json +1 -1
  33. package/public/assets/logos/backend/convex.svg +5 -0
  34. package/public/assets/logos/backend/springboot.svg +1 -0
  35. package/public/assets/logos/css/shadcn.svg +6 -0
  36. package/public/assets/logos/defaults/package.svg +18 -0
  37. package/public/assets/logos/language/css3.svg +6 -0
  38. package/public/assets/logos/language/html5.svg +6 -0
  39. package/public/assets/logos/language/typescript.svg +1 -1
@@ -148,7 +148,10 @@ var techDefinitions = [
148
148
  "id": "remix",
149
149
  "name": "Remix",
150
150
  "aliases": [
151
- "remix"
151
+ "remix",
152
+ "@remix-run/react",
153
+ "@remix-run/node",
154
+ "@remix-run/serve"
152
155
  ],
153
156
  "category": "frontend",
154
157
  "logo": "frontend/remix.svg",
@@ -228,7 +231,10 @@ var techDefinitions = [
228
231
  "id": "angular",
229
232
  "name": "Angular",
230
233
  "aliases": [
231
- "@angular/core"
234
+ "@angular/core",
235
+ "@angular/common",
236
+ "@angular/platform-browser",
237
+ "@angular/cli"
232
238
  ],
233
239
  "category": "frontend",
234
240
  "logo": "frontend/angular.svg",
@@ -238,7 +244,9 @@ var techDefinitions = [
238
244
  "id": "lit",
239
245
  "name": "Lit",
240
246
  "aliases": [
241
- "lit"
247
+ "lit",
248
+ "lit-element",
249
+ "lit-html"
242
250
  ],
243
251
  "category": "frontend",
244
252
  "logo": "frontend/lit.svg",
@@ -258,7 +266,8 @@ var techDefinitions = [
258
266
  "id": "ember",
259
267
  "name": "Ember",
260
268
  "aliases": [
261
- "ember-source"
269
+ "ember-source",
270
+ "ember-cli"
262
271
  ],
263
272
  "category": "frontend",
264
273
  "logo": "frontend/emberdotjs.svg",
@@ -358,22 +367,14 @@ var techDefinitions = [
358
367
  "id": "mantine",
359
368
  "name": "Mantine",
360
369
  "aliases": [
361
- "@mantine/core"
370
+ "@mantine/core",
371
+ "@mantine/hooks",
372
+ "@mantine/form"
362
373
  ],
363
374
  "category": "css",
364
375
  "logo": "fallback/mantine-logo.svg",
365
376
  "frameworks": []
366
377
  },
367
- {
368
- "id": "shadcnui",
369
- "name": "shadcn/ui",
370
- "aliases": [
371
- "shadcn"
372
- ],
373
- "category": "css",
374
- "logo": "css/shadcnui.svg",
375
- "frameworks": []
376
- },
377
378
  {
378
379
  "id": "daisyui",
379
380
  "name": "DaisyUI",
@@ -408,7 +409,8 @@ var techDefinitions = [
408
409
  "id": "headlessui",
409
410
  "name": "Headless UI",
410
411
  "aliases": [
411
- "@headlessui/react"
412
+ "@headlessui/react",
413
+ "@headlessui/vue"
412
414
  ],
413
415
  "category": "css",
414
416
  "logo": "css/headlessui.svg",
@@ -418,7 +420,9 @@ var techDefinitions = [
418
420
  "id": "emotion",
419
421
  "name": "Emotion",
420
422
  "aliases": [
421
- "@emotion/react"
423
+ "@emotion/react",
424
+ "@emotion/styled",
425
+ "@emotion/css"
422
426
  ],
423
427
  "category": "css",
424
428
  "logo": "css/emotion.svg",
@@ -478,7 +482,9 @@ var techDefinitions = [
478
482
  "id": "redux",
479
483
  "name": "Redux",
480
484
  "aliases": [
481
- "redux"
485
+ "redux",
486
+ "react-redux",
487
+ "@reduxjs/toolkit"
482
488
  ],
483
489
  "category": "state",
484
490
  "logo": "state/redux.svg",
@@ -488,7 +494,9 @@ var techDefinitions = [
488
494
  "id": "mobx",
489
495
  "name": "MobX",
490
496
  "aliases": [
491
- "mobx"
497
+ "mobx",
498
+ "mobx-react",
499
+ "mobx-react-lite"
492
500
  ],
493
501
  "category": "state",
494
502
  "logo": "state/mobx.svg",
@@ -528,7 +536,9 @@ var techDefinitions = [
528
536
  "id": "xstate",
529
537
  "name": "XState",
530
538
  "aliases": [
531
- "xstate"
539
+ "xstate",
540
+ "@xstate/react",
541
+ "@xstate/fsm"
532
542
  ],
533
543
  "category": "state",
534
544
  "logo": "state/xstate.svg",
@@ -538,7 +548,10 @@ var techDefinitions = [
538
548
  "id": "tanstackquery",
539
549
  "name": "TanStack Query",
540
550
  "aliases": [
541
- "@tanstack/react-query"
551
+ "@tanstack/react-query",
552
+ "@tanstack/vue-query",
553
+ "@tanstack/svelte-query",
554
+ "react-query"
542
555
  ],
543
556
  "category": "state",
544
557
  "logo": "fallback/reactquery.svg",
@@ -748,7 +761,11 @@ var techDefinitions = [
748
761
  "id": "storybook",
749
762
  "name": "Storybook",
750
763
  "aliases": [
751
- "@storybook/react"
764
+ "storybook",
765
+ "@storybook/react",
766
+ "@storybook/vue",
767
+ "@storybook/angular",
768
+ "@storybook/addon-essentials"
752
769
  ],
753
770
  "category": "testing",
754
771
  "logo": "testing/storybook.svg",
@@ -928,7 +945,8 @@ var techDefinitions = [
928
945
  "id": "prisma",
929
946
  "name": "Prisma",
930
947
  "aliases": [
931
- "prisma"
948
+ "prisma",
949
+ "@prisma/client"
932
950
  ],
933
951
  "category": "orm",
934
952
  "logo": "orm/prisma.svg",
@@ -968,7 +986,9 @@ var techDefinitions = [
968
986
  "id": "postgresql",
969
987
  "name": "PostgreSQL",
970
988
  "aliases": [
971
- "pg"
989
+ "pg",
990
+ "pg-promise",
991
+ "node-postgres"
972
992
  ],
973
993
  "category": "database",
974
994
  "logo": "database/postgresql.svg",
@@ -999,7 +1019,8 @@ var techDefinitions = [
999
1019
  "id": "sqlite",
1000
1020
  "name": "SQLite",
1001
1021
  "aliases": [
1002
- "sqlite3"
1022
+ "sqlite3",
1023
+ "better-sqlite3"
1003
1024
  ],
1004
1025
  "category": "database",
1005
1026
  "logo": "database/sqlite.svg",
@@ -1019,7 +1040,9 @@ var techDefinitions = [
1019
1040
  "id": "redis",
1020
1041
  "name": "Redis",
1021
1042
  "aliases": [
1022
- "redis"
1043
+ "redis",
1044
+ "ioredis",
1045
+ "@redis/client"
1023
1046
  ],
1024
1047
  "category": "database",
1025
1048
  "logo": "database/redis.svg",
@@ -1199,7 +1222,11 @@ var techDefinitions = [
1199
1222
  "id": "auth0",
1200
1223
  "name": "Auth0",
1201
1224
  "aliases": [
1202
- "auth0"
1225
+ "auth0",
1226
+ "auth0-js",
1227
+ "@auth0/auth0-react",
1228
+ "@auth0/auth0-vue",
1229
+ "@auth0/auth0-angular"
1203
1230
  ],
1204
1231
  "category": "auth",
1205
1232
  "logo": "auth/auth0.svg",
@@ -1209,7 +1236,9 @@ var techDefinitions = [
1209
1236
  "id": "clerk",
1210
1237
  "name": "Clerk",
1211
1238
  "aliases": [
1212
- "@clerk/nextjs"
1239
+ "@clerk/nextjs",
1240
+ "@clerk/clerk-react",
1241
+ "@clerk/clerk-sdk-node"
1213
1242
  ],
1214
1243
  "category": "auth",
1215
1244
  "logo": "auth/clerk.svg",
@@ -1219,7 +1248,9 @@ var techDefinitions = [
1219
1248
  "id": "supabaseauth",
1220
1249
  "name": "Supabase Auth",
1221
1250
  "aliases": [
1222
- "@supabase/auth-helpers-nextjs"
1251
+ "@supabase/auth-helpers-nextjs",
1252
+ "@supabase/auth-helpers-react",
1253
+ "@supabase/ssr"
1223
1254
  ],
1224
1255
  "category": "auth",
1225
1256
  "logo": "database/supabase.svg",
@@ -1229,7 +1260,10 @@ var techDefinitions = [
1229
1260
  "id": "firebaseauth",
1230
1261
  "name": "Firebase Auth",
1231
1262
  "aliases": [
1232
- "firebase"
1263
+ "firebase",
1264
+ "firebase-admin",
1265
+ "@firebase/app",
1266
+ "@firebase/auth"
1233
1267
  ],
1234
1268
  "category": "auth",
1235
1269
  "logo": "auth/firebase.svg",
@@ -1311,7 +1345,9 @@ var techDefinitions = [
1311
1345
  "id": "langchain",
1312
1346
  "name": "LangChain",
1313
1347
  "aliases": [
1314
- "langchain"
1348
+ "langchain",
1349
+ "@langchain/core",
1350
+ "@langchain/openai"
1315
1351
  ],
1316
1352
  "category": "ai",
1317
1353
  "logo": "ai/langchain.svg",
@@ -1491,7 +1527,10 @@ var techDefinitions = [
1491
1527
  "id": "aws",
1492
1528
  "name": "AWS",
1493
1529
  "aliases": [
1494
- "aws-sdk"
1530
+ "aws-sdk",
1531
+ "@aws-sdk/client-s3",
1532
+ "@aws-sdk/client-dynamodb",
1533
+ "@aws-sdk/client-lambda"
1495
1534
  ],
1496
1535
  "category": "cloud",
1497
1536
  "logo": "cloud/amazonwebservices.svg",
@@ -1711,7 +1750,8 @@ var techDefinitions = [
1711
1750
  "id": "shopify",
1712
1751
  "name": "Shopify",
1713
1752
  "aliases": [
1714
- "@shopify/shopify-api"
1753
+ "@shopify/shopify-api",
1754
+ "shopify"
1715
1755
  ],
1716
1756
  "category": "cms",
1717
1757
  "logo": "cms/shopify.svg",
@@ -1971,7 +2011,9 @@ var techDefinitions = [
1971
2011
  "id": "stripe",
1972
2012
  "name": "Stripe",
1973
2013
  "aliases": [
1974
- "stripe"
2014
+ "stripe",
2015
+ "@stripe/stripe-js",
2016
+ "@stripe/react-stripe-js"
1975
2017
  ],
1976
2018
  "category": "payment",
1977
2019
  "logo": "payment/stripe.svg",
@@ -1996,6 +2038,59 @@ var techDefinitions = [
1996
2038
  "category": "payment",
1997
2039
  "logo": "fallback/lemonsqueezy.svg",
1998
2040
  "frameworks": []
2041
+ },
2042
+ {
2043
+ "id": "css",
2044
+ "name": "CSS",
2045
+ "aliases": [
2046
+ "css"
2047
+ ],
2048
+ "category": "language",
2049
+ "logo": "language/css3.svg",
2050
+ "frameworks": []
2051
+ },
2052
+ {
2053
+ "id": "html",
2054
+ "name": "HTML",
2055
+ "aliases": [
2056
+ "html"
2057
+ ],
2058
+ "category": "language",
2059
+ "logo": "language/html5.svg",
2060
+ "frameworks": []
2061
+ },
2062
+ {
2063
+ "id": "convex",
2064
+ "name": "Convex",
2065
+ "aliases": [
2066
+ "convex",
2067
+ "convex-dev"
2068
+ ],
2069
+ "category": "backend",
2070
+ "logo": "backend/convex.svg",
2071
+ "frameworks": []
2072
+ },
2073
+ {
2074
+ "id": "shadcn",
2075
+ "name": "shadcn/ui",
2076
+ "aliases": [
2077
+ "shadcn",
2078
+ "shadcn-ui",
2079
+ "shadcn/ui"
2080
+ ],
2081
+ "category": "css",
2082
+ "logo": "css/shadcn.svg",
2083
+ "frameworks": []
2084
+ },
2085
+ {
2086
+ "id": "springboot",
2087
+ "name": "Spring Boot",
2088
+ "aliases": [
2089
+ "spring-boot"
2090
+ ],
2091
+ "category": "backend",
2092
+ "logo": "backend/springboot.svg",
2093
+ "frameworks": []
1999
2094
  }
2000
2095
  ];
2001
2096
  // Annotate the CommonJS export names for ESM import in node:
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  techDefinitions
3
- } from "./chunk-LB3L25FS.mjs";
3
+ } from "./chunk-RRAAD3VC.mjs";
4
4
  import "./chunk-EOKQCSHI.mjs";
5
5
  export {
6
6
  techDefinitions
package/dist/techMap.js CHANGED
@@ -150,7 +150,10 @@ var techDefinitions = [
150
150
  "id": "remix",
151
151
  "name": "Remix",
152
152
  "aliases": [
153
- "remix"
153
+ "remix",
154
+ "@remix-run/react",
155
+ "@remix-run/node",
156
+ "@remix-run/serve"
154
157
  ],
155
158
  "category": "frontend",
156
159
  "logo": "frontend/remix.svg",
@@ -230,7 +233,10 @@ var techDefinitions = [
230
233
  "id": "angular",
231
234
  "name": "Angular",
232
235
  "aliases": [
233
- "@angular/core"
236
+ "@angular/core",
237
+ "@angular/common",
238
+ "@angular/platform-browser",
239
+ "@angular/cli"
234
240
  ],
235
241
  "category": "frontend",
236
242
  "logo": "frontend/angular.svg",
@@ -240,7 +246,9 @@ var techDefinitions = [
240
246
  "id": "lit",
241
247
  "name": "Lit",
242
248
  "aliases": [
243
- "lit"
249
+ "lit",
250
+ "lit-element",
251
+ "lit-html"
244
252
  ],
245
253
  "category": "frontend",
246
254
  "logo": "frontend/lit.svg",
@@ -260,7 +268,8 @@ var techDefinitions = [
260
268
  "id": "ember",
261
269
  "name": "Ember",
262
270
  "aliases": [
263
- "ember-source"
271
+ "ember-source",
272
+ "ember-cli"
264
273
  ],
265
274
  "category": "frontend",
266
275
  "logo": "frontend/emberdotjs.svg",
@@ -360,22 +369,14 @@ var techDefinitions = [
360
369
  "id": "mantine",
361
370
  "name": "Mantine",
362
371
  "aliases": [
363
- "@mantine/core"
372
+ "@mantine/core",
373
+ "@mantine/hooks",
374
+ "@mantine/form"
364
375
  ],
365
376
  "category": "css",
366
377
  "logo": "fallback/mantine-logo.svg",
367
378
  "frameworks": []
368
379
  },
369
- {
370
- "id": "shadcnui",
371
- "name": "shadcn/ui",
372
- "aliases": [
373
- "shadcn"
374
- ],
375
- "category": "css",
376
- "logo": "css/shadcnui.svg",
377
- "frameworks": []
378
- },
379
380
  {
380
381
  "id": "daisyui",
381
382
  "name": "DaisyUI",
@@ -410,7 +411,8 @@ var techDefinitions = [
410
411
  "id": "headlessui",
411
412
  "name": "Headless UI",
412
413
  "aliases": [
413
- "@headlessui/react"
414
+ "@headlessui/react",
415
+ "@headlessui/vue"
414
416
  ],
415
417
  "category": "css",
416
418
  "logo": "css/headlessui.svg",
@@ -420,7 +422,9 @@ var techDefinitions = [
420
422
  "id": "emotion",
421
423
  "name": "Emotion",
422
424
  "aliases": [
423
- "@emotion/react"
425
+ "@emotion/react",
426
+ "@emotion/styled",
427
+ "@emotion/css"
424
428
  ],
425
429
  "category": "css",
426
430
  "logo": "css/emotion.svg",
@@ -480,7 +484,9 @@ var techDefinitions = [
480
484
  "id": "redux",
481
485
  "name": "Redux",
482
486
  "aliases": [
483
- "redux"
487
+ "redux",
488
+ "react-redux",
489
+ "@reduxjs/toolkit"
484
490
  ],
485
491
  "category": "state",
486
492
  "logo": "state/redux.svg",
@@ -490,7 +496,9 @@ var techDefinitions = [
490
496
  "id": "mobx",
491
497
  "name": "MobX",
492
498
  "aliases": [
493
- "mobx"
499
+ "mobx",
500
+ "mobx-react",
501
+ "mobx-react-lite"
494
502
  ],
495
503
  "category": "state",
496
504
  "logo": "state/mobx.svg",
@@ -530,7 +538,9 @@ var techDefinitions = [
530
538
  "id": "xstate",
531
539
  "name": "XState",
532
540
  "aliases": [
533
- "xstate"
541
+ "xstate",
542
+ "@xstate/react",
543
+ "@xstate/fsm"
534
544
  ],
535
545
  "category": "state",
536
546
  "logo": "state/xstate.svg",
@@ -540,7 +550,10 @@ var techDefinitions = [
540
550
  "id": "tanstackquery",
541
551
  "name": "TanStack Query",
542
552
  "aliases": [
543
- "@tanstack/react-query"
553
+ "@tanstack/react-query",
554
+ "@tanstack/vue-query",
555
+ "@tanstack/svelte-query",
556
+ "react-query"
544
557
  ],
545
558
  "category": "state",
546
559
  "logo": "fallback/reactquery.svg",
@@ -750,7 +763,11 @@ var techDefinitions = [
750
763
  "id": "storybook",
751
764
  "name": "Storybook",
752
765
  "aliases": [
753
- "@storybook/react"
766
+ "storybook",
767
+ "@storybook/react",
768
+ "@storybook/vue",
769
+ "@storybook/angular",
770
+ "@storybook/addon-essentials"
754
771
  ],
755
772
  "category": "testing",
756
773
  "logo": "testing/storybook.svg",
@@ -930,7 +947,8 @@ var techDefinitions = [
930
947
  "id": "prisma",
931
948
  "name": "Prisma",
932
949
  "aliases": [
933
- "prisma"
950
+ "prisma",
951
+ "@prisma/client"
934
952
  ],
935
953
  "category": "orm",
936
954
  "logo": "orm/prisma.svg",
@@ -970,7 +988,9 @@ var techDefinitions = [
970
988
  "id": "postgresql",
971
989
  "name": "PostgreSQL",
972
990
  "aliases": [
973
- "pg"
991
+ "pg",
992
+ "pg-promise",
993
+ "node-postgres"
974
994
  ],
975
995
  "category": "database",
976
996
  "logo": "database/postgresql.svg",
@@ -1001,7 +1021,8 @@ var techDefinitions = [
1001
1021
  "id": "sqlite",
1002
1022
  "name": "SQLite",
1003
1023
  "aliases": [
1004
- "sqlite3"
1024
+ "sqlite3",
1025
+ "better-sqlite3"
1005
1026
  ],
1006
1027
  "category": "database",
1007
1028
  "logo": "database/sqlite.svg",
@@ -1021,7 +1042,9 @@ var techDefinitions = [
1021
1042
  "id": "redis",
1022
1043
  "name": "Redis",
1023
1044
  "aliases": [
1024
- "redis"
1045
+ "redis",
1046
+ "ioredis",
1047
+ "@redis/client"
1025
1048
  ],
1026
1049
  "category": "database",
1027
1050
  "logo": "database/redis.svg",
@@ -1201,7 +1224,11 @@ var techDefinitions = [
1201
1224
  "id": "auth0",
1202
1225
  "name": "Auth0",
1203
1226
  "aliases": [
1204
- "auth0"
1227
+ "auth0",
1228
+ "auth0-js",
1229
+ "@auth0/auth0-react",
1230
+ "@auth0/auth0-vue",
1231
+ "@auth0/auth0-angular"
1205
1232
  ],
1206
1233
  "category": "auth",
1207
1234
  "logo": "auth/auth0.svg",
@@ -1211,7 +1238,9 @@ var techDefinitions = [
1211
1238
  "id": "clerk",
1212
1239
  "name": "Clerk",
1213
1240
  "aliases": [
1214
- "@clerk/nextjs"
1241
+ "@clerk/nextjs",
1242
+ "@clerk/clerk-react",
1243
+ "@clerk/clerk-sdk-node"
1215
1244
  ],
1216
1245
  "category": "auth",
1217
1246
  "logo": "auth/clerk.svg",
@@ -1221,7 +1250,9 @@ var techDefinitions = [
1221
1250
  "id": "supabaseauth",
1222
1251
  "name": "Supabase Auth",
1223
1252
  "aliases": [
1224
- "@supabase/auth-helpers-nextjs"
1253
+ "@supabase/auth-helpers-nextjs",
1254
+ "@supabase/auth-helpers-react",
1255
+ "@supabase/ssr"
1225
1256
  ],
1226
1257
  "category": "auth",
1227
1258
  "logo": "database/supabase.svg",
@@ -1231,7 +1262,10 @@ var techDefinitions = [
1231
1262
  "id": "firebaseauth",
1232
1263
  "name": "Firebase Auth",
1233
1264
  "aliases": [
1234
- "firebase"
1265
+ "firebase",
1266
+ "firebase-admin",
1267
+ "@firebase/app",
1268
+ "@firebase/auth"
1235
1269
  ],
1236
1270
  "category": "auth",
1237
1271
  "logo": "auth/firebase.svg",
@@ -1313,7 +1347,9 @@ var techDefinitions = [
1313
1347
  "id": "langchain",
1314
1348
  "name": "LangChain",
1315
1349
  "aliases": [
1316
- "langchain"
1350
+ "langchain",
1351
+ "@langchain/core",
1352
+ "@langchain/openai"
1317
1353
  ],
1318
1354
  "category": "ai",
1319
1355
  "logo": "ai/langchain.svg",
@@ -1493,7 +1529,10 @@ var techDefinitions = [
1493
1529
  "id": "aws",
1494
1530
  "name": "AWS",
1495
1531
  "aliases": [
1496
- "aws-sdk"
1532
+ "aws-sdk",
1533
+ "@aws-sdk/client-s3",
1534
+ "@aws-sdk/client-dynamodb",
1535
+ "@aws-sdk/client-lambda"
1497
1536
  ],
1498
1537
  "category": "cloud",
1499
1538
  "logo": "cloud/amazonwebservices.svg",
@@ -1713,7 +1752,8 @@ var techDefinitions = [
1713
1752
  "id": "shopify",
1714
1753
  "name": "Shopify",
1715
1754
  "aliases": [
1716
- "@shopify/shopify-api"
1755
+ "@shopify/shopify-api",
1756
+ "shopify"
1717
1757
  ],
1718
1758
  "category": "cms",
1719
1759
  "logo": "cms/shopify.svg",
@@ -1973,7 +2013,9 @@ var techDefinitions = [
1973
2013
  "id": "stripe",
1974
2014
  "name": "Stripe",
1975
2015
  "aliases": [
1976
- "stripe"
2016
+ "stripe",
2017
+ "@stripe/stripe-js",
2018
+ "@stripe/react-stripe-js"
1977
2019
  ],
1978
2020
  "category": "payment",
1979
2021
  "logo": "payment/stripe.svg",
@@ -1998,6 +2040,59 @@ var techDefinitions = [
1998
2040
  "category": "payment",
1999
2041
  "logo": "fallback/lemonsqueezy.svg",
2000
2042
  "frameworks": []
2043
+ },
2044
+ {
2045
+ "id": "css",
2046
+ "name": "CSS",
2047
+ "aliases": [
2048
+ "css"
2049
+ ],
2050
+ "category": "language",
2051
+ "logo": "language/css3.svg",
2052
+ "frameworks": []
2053
+ },
2054
+ {
2055
+ "id": "html",
2056
+ "name": "HTML",
2057
+ "aliases": [
2058
+ "html"
2059
+ ],
2060
+ "category": "language",
2061
+ "logo": "language/html5.svg",
2062
+ "frameworks": []
2063
+ },
2064
+ {
2065
+ "id": "convex",
2066
+ "name": "Convex",
2067
+ "aliases": [
2068
+ "convex",
2069
+ "convex-dev"
2070
+ ],
2071
+ "category": "backend",
2072
+ "logo": "backend/convex.svg",
2073
+ "frameworks": []
2074
+ },
2075
+ {
2076
+ "id": "shadcn",
2077
+ "name": "shadcn/ui",
2078
+ "aliases": [
2079
+ "shadcn",
2080
+ "shadcn-ui",
2081
+ "shadcn/ui"
2082
+ ],
2083
+ "category": "css",
2084
+ "logo": "css/shadcn.svg",
2085
+ "frameworks": []
2086
+ },
2087
+ {
2088
+ "id": "springboot",
2089
+ "name": "Spring Boot",
2090
+ "aliases": [
2091
+ "spring-boot"
2092
+ ],
2093
+ "category": "backend",
2094
+ "logo": "backend/springboot.svg",
2095
+ "frameworks": []
2001
2096
  }
2002
2097
  ];
2003
2098
 
package/dist/techMap.mjs CHANGED
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  techMap
3
- } from "./chunk-LSUI3VI4.mjs";
4
- import "./chunk-LB3L25FS.mjs";
3
+ } from "./chunk-2R4IRVBW.mjs";
4
+ import "./chunk-RRAAD3VC.mjs";
5
5
  import "./chunk-EOKQCSHI.mjs";
6
6
  export {
7
7
  techMap
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "stackscan",
3
- "version": "0.1.17",
3
+ "version": "0.1.19",
4
4
  "description": "Automatically detect tech stacks from repositories and generate logos, JSON, and markdown for portfolios.",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",