|
465 | 465 | "name": "Sigma.js", |
466 | 466 | "url": "https://www.sigmajs.org", |
467 | 467 | "patterns": ["Sigma\\.js|sigmajs|sigma\\.min\\.js"] |
| 468 | + }, |
| 469 | + { |
| 470 | + "category": "前端框架", |
| 471 | + "name": "Next.js", |
| 472 | + "url": "https://nextjs.org", |
| 473 | + "patterns": ["\\bNext\\.js\\b|@next/(?:env|swc|react-dev-overlay)|next/dist/"] |
| 474 | + }, |
| 475 | + { |
| 476 | + "category": "前端框架", |
| 477 | + "name": "Nuxt", |
| 478 | + "url": "https://nuxt.com", |
| 479 | + "patterns": ["\\bNuxt\\b|@nuxt/|nuxt/dist"] |
| 480 | + }, |
| 481 | + { |
| 482 | + "name": "Vue Router", |
| 483 | + "url": "https://router.vuejs.org", |
| 484 | + "patterns": ["vue-router|Vue Router|router\\.vuejs\\.org"] |
| 485 | + }, |
| 486 | + { |
| 487 | + "name": "Pinia", |
| 488 | + "url": "https://pinia.vuejs.org", |
| 489 | + "patterns": ["\\bPinia\\b|pinia\\.vuejs\\.org|vuejs/pinia"] |
| 490 | + }, |
| 491 | + { |
| 492 | + "name": "Vuex", |
| 493 | + "url": "https://vuex.vuejs.org", |
| 494 | + "patterns": ["\\bVuex\\b|vuex\\.vuejs\\.org|vuejs/vuex"] |
| 495 | + }, |
| 496 | + { |
| 497 | + "name": "VueUse", |
| 498 | + "url": "https://vueuse.org", |
| 499 | + "patterns": ["\\bVueUse\\b|@vueuse/(?:core|shared)|vueuse\\.org"] |
| 500 | + }, |
| 501 | + { |
| 502 | + "name": "MobX", |
| 503 | + "url": "https://mobx.js.org", |
| 504 | + "patterns": ["\\bMobX\\b|mobx\\.js\\.org|mobx(?:\\.umd)?\\.js"] |
| 505 | + }, |
| 506 | + { |
| 507 | + "name": "Jotai", |
| 508 | + "url": "https://jotai.org", |
| 509 | + "patterns": ["\\bJotai\\b|pmndrs/jotai|jotai\\.org"] |
| 510 | + }, |
| 511 | + { |
| 512 | + "name": "Recoil", |
| 513 | + "url": "https://recoiljs.org", |
| 514 | + "patterns": ["\\bRecoil\\b|recoiljs\\.org|facebookexperimental/Recoil"] |
| 515 | + }, |
| 516 | + { |
| 517 | + "name": "Valtio", |
| 518 | + "url": "https://valtio.dev", |
| 519 | + "patterns": ["\\bValtio\\b|pmndrs/valtio|valtio\\.dev"] |
| 520 | + }, |
| 521 | + { |
| 522 | + "name": "Redux Toolkit", |
| 523 | + "url": "https://redux-toolkit.js.org", |
| 524 | + "patterns": ["@reduxjs/toolkit|Redux Toolkit|redux-toolkit"] |
| 525 | + }, |
| 526 | + { |
| 527 | + "name": "TanStack Table", |
| 528 | + "url": "https://tanstack.com/table", |
| 529 | + "patterns": ["@tanstack/(?:react-table|table-core|vue-table|solid-table)|TanStack Table"] |
| 530 | + }, |
| 531 | + { |
| 532 | + "name": "TanStack Router", |
| 533 | + "url": "https://tanstack.com/router", |
| 534 | + "patterns": ["@tanstack/(?:react-router|router-core|vue-router|solid-router)|TanStack Router"] |
| 535 | + }, |
| 536 | + { |
| 537 | + "name": "React DnD", |
| 538 | + "url": "https://react-dnd.github.io/react-dnd/", |
| 539 | + "patterns": ["react-dnd|React DnD|react-dnd\\.github\\.io"] |
| 540 | + }, |
| 541 | + { |
| 542 | + "name": "dnd kit", |
| 543 | + "url": "https://dndkit.com", |
| 544 | + "patterns": ["@dnd-kit/(?:core|sortable|utilities)|\\bdnd kit\\b|dndkit\\.com"] |
| 545 | + }, |
| 546 | + { |
| 547 | + "name": "React Beautiful DnD", |
| 548 | + "url": "https://github.com/atlassian/react-beautiful-dnd", |
| 549 | + "patterns": ["react-beautiful-dnd|React Beautiful DnD"] |
| 550 | + }, |
| 551 | + { |
| 552 | + "name": "VeeValidate", |
| 553 | + "url": "https://vee-validate.logaretm.com", |
| 554 | + "patterns": ["vee-validate|VeeValidate|vee-validate\\.logaretm\\.com"] |
| 555 | + }, |
| 556 | + { |
| 557 | + "name": "Ajv", |
| 558 | + "url": "https://ajv.js.org", |
| 559 | + "patterns": ["\\bAjv\\b|ajv\\.js\\.org|epoberezkin/ajv"] |
| 560 | + }, |
| 561 | + { |
| 562 | + "name": "Valibot", |
| 563 | + "url": "https://valibot.dev", |
| 564 | + "patterns": ["\\bValibot\\b|valibot\\.dev|fabian-hiller/valibot"] |
| 565 | + }, |
| 566 | + { |
| 567 | + "name": "Superstruct", |
| 568 | + "url": "https://docs.superstructjs.org", |
| 569 | + "patterns": ["\\bSuperstruct\\b|superstructjs|ianstormtaylor/superstruct"] |
| 570 | + }, |
| 571 | + { |
| 572 | + "name": "Tabler Icons", |
| 573 | + "url": "https://tabler.io/icons", |
| 574 | + "patterns": ["@tabler/icons|Tabler Icons|tabler\\.io/icons"] |
| 575 | + }, |
| 576 | + { |
| 577 | + "name": "Phosphor Icons", |
| 578 | + "url": "https://phosphoricons.com", |
| 579 | + "patterns": ["@phosphor-icons/|Phosphor Icons|phosphoricons\\.com"] |
| 580 | + }, |
| 581 | + { |
| 582 | + "name": "Iconify", |
| 583 | + "url": "https://iconify.design", |
| 584 | + "patterns": ["@iconify/|Iconify|iconify\\.design"] |
| 585 | + }, |
| 586 | + { |
| 587 | + "name": "Tippy.js", |
| 588 | + "url": "https://atomiks.github.io/tippyjs", |
| 589 | + "patterns": ["Tippy\\.js|tippyjs|@tippyjs/|atomiks\\.github\\.io/tippyjs"] |
| 590 | + }, |
| 591 | + { |
| 592 | + "name": "Mousetrap", |
| 593 | + "url": "https://craig.is/killing/mice", |
| 594 | + "patterns": ["\\bMousetrap\\b|mousetrap(?:\\.min)?\\.js|craig\\.is/killing/mice"] |
| 595 | + }, |
| 596 | + { |
| 597 | + "name": "Fuse.js", |
| 598 | + "url": "https://www.fusejs.io", |
| 599 | + "patterns": ["Fuse\\.js|fusejs|fuse\\.js"] |
| 600 | + }, |
| 601 | + { |
| 602 | + "name": "Lunr.js", |
| 603 | + "url": "https://lunrjs.com", |
| 604 | + "patterns": ["Lunr\\.js|lunrjs|lunr(?:\\.min)?\\.js"] |
| 605 | + }, |
| 606 | + { |
| 607 | + "name": "Markdoc", |
| 608 | + "url": "https://markdoc.dev", |
| 609 | + "patterns": ["\\bMarkdoc\\b|@markdoc/|markdoc\\.dev"] |
| 610 | + }, |
| 611 | + { |
| 612 | + "name": "MDX", |
| 613 | + "url": "https://mdxjs.com", |
| 614 | + "patterns": ["\\bMDX\\b|@mdx-js/|mdxjs\\.com"] |
| 615 | + }, |
| 616 | + { |
| 617 | + "name": "Slate", |
| 618 | + "url": "https://www.slatejs.org", |
| 619 | + "patterns": ["\\bSlate\\b|slatejs|slate-react"] |
| 620 | + }, |
| 621 | + { |
| 622 | + "name": "Tiptap", |
| 623 | + "url": "https://tiptap.dev", |
| 624 | + "patterns": ["\\bTiptap\\b|@tiptap/|tiptap\\.dev"] |
| 625 | + }, |
| 626 | + { |
| 627 | + "name": "EasyMDE", |
| 628 | + "url": "https://github.com/Ionaru/easy-markdown-editor", |
| 629 | + "patterns": ["\\bEasyMDE\\b|easy-markdown-editor"] |
| 630 | + }, |
| 631 | + { |
| 632 | + "name": "Fabric.js", |
| 633 | + "url": "https://fabricjs.com", |
| 634 | + "patterns": ["Fabric\\.js|fabricjs|fabric(?:\\.min)?\\.js"] |
| 635 | + }, |
| 636 | + { |
| 637 | + "name": "Konva", |
| 638 | + "url": "https://konvajs.org", |
| 639 | + "patterns": ["\\bKonva\\b|konvajs|konva(?:\\.min)?\\.js"] |
| 640 | + }, |
| 641 | + { |
| 642 | + "name": "Excalidraw", |
| 643 | + "url": "https://excalidraw.com", |
| 644 | + "patterns": ["\\bExcalidraw\\b|@excalidraw/|excalidraw\\.com"] |
| 645 | + }, |
| 646 | + { |
| 647 | + "name": "Rough.js", |
| 648 | + "url": "https://roughjs.com", |
| 649 | + "patterns": ["Rough\\.js|roughjs|roughjs\\.com"] |
| 650 | + }, |
| 651 | + { |
| 652 | + "name": "P5.js", |
| 653 | + "url": "https://p5js.org", |
| 654 | + "patterns": ["p5\\.js|p5js|Processing Foundation"] |
| 655 | + }, |
| 656 | + { |
| 657 | + "name": "PixiJS", |
| 658 | + "url": "https://pixijs.com", |
| 659 | + "patterns": ["\\bPixiJS\\b|pixi\\.js|@pixi/|pixijs\\.com"] |
| 660 | + }, |
| 661 | + { |
| 662 | + "name": "Babylon.js", |
| 663 | + "url": "https://www.babylonjs.com", |
| 664 | + "patterns": ["Babylon\\.js|@babylonjs/|babylonjs\\.com"] |
| 665 | + }, |
| 666 | + { |
| 667 | + "name": "Matter.js", |
| 668 | + "url": "https://brm.io/matter-js", |
| 669 | + "patterns": ["Matter\\.js|matter-js|brm\\.io/matter-js"] |
468 | 670 | } |
469 | 671 | ] |
470 | 672 | } |
|
0 commit comments