Skip to content

Commit 120a565

Browse files
committed
feat: add editor libraries data and update package dependencies
1 parent c5b1edd commit 120a565

File tree

10 files changed

+1675
-1558
lines changed

10 files changed

+1675
-1558
lines changed

package.json

Lines changed: 20 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -6,40 +6,41 @@
66
"dev": "next dev --turbopack",
77
"build": "next build",
88
"start": "next start",
9-
"lint": "next lint"
9+
"lint": "next lint",
10+
"update": "node --env-file=.env.local scripts/index.mjs"
1011
},
1112
"dependencies": {
12-
"@heroicons/react": "^2.1.5",
13-
"@radix-ui/react-dropdown-menu": "^2.1.3",
14-
"@radix-ui/react-select": "^2.1.2",
15-
"@radix-ui/react-slot": "^1.1.0",
16-
"axios": "^1.7.7",
13+
"@heroicons/react": "^2.2.0",
14+
"@radix-ui/react-dropdown-menu": "^2.1.6",
15+
"@radix-ui/react-select": "^2.1.6",
16+
"@radix-ui/react-slot": "^1.1.2",
17+
"axios": "^1.7.9",
1718
"cheerio": "^1.0.0",
18-
"class-variance-authority": "^0.7.0",
19+
"class-variance-authority": "^0.7.1",
1920
"clsx": "^2.1.1",
2021
"dayjs": "^1.11.13",
2122
"lodash-es": "^4.17.21",
2223
"lucide-react": "^0.459.0",
23-
"motion": "^11.14.4",
24+
"motion": "^11.18.2",
2425
"next": "15.0.3",
25-
"next-intl": "^3.25.1",
26+
"next-intl": "^3.26.3",
2627
"next-themes": "^0.4.4",
27-
"octokit": "^4.0.2",
28+
"octokit": "^4.1.2",
2829
"radash": "^12.1.0",
2930
"react": "19.0.0-rc-66855b96-20241106",
3031
"react-dom": "19.0.0-rc-66855b96-20241106",
31-
"recharts": "^2.13.3",
32-
"tailwind-merge": "^2.5.4",
32+
"recharts": "^2.15.1",
33+
"tailwind-merge": "^2.6.0",
3334
"tailwindcss-animate": "^1.0.7"
3435
},
3536
"devDependencies": {
36-
"@types/node": "^20",
37-
"@types/react": "^18",
38-
"@types/react-dom": "^18",
39-
"eslint": "^8",
37+
"@types/node": "^20.17.19",
38+
"@types/react": "^18.3.18",
39+
"@types/react-dom": "^18.3.5",
40+
"eslint": "^8.57.1",
4041
"eslint-config-next": "15.0.3",
41-
"postcss": "^8",
42-
"tailwindcss": "^3.4.1",
43-
"typescript": "^5"
42+
"postcss": "^8.5.2",
43+
"tailwindcss": "^3.4.17",
44+
"typescript": "^5.7.3"
4445
}
4546
}

pnpm-lock.yaml

Lines changed: 1380 additions & 1421 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/realtime-data/animation.json

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -6,36 +6,17 @@
66
"npm": {
77
"name": "framer-motion",
88
"url": "https://www.npmjs.com/package/framer-motion",
9-
"downloads": 20244651,
9+
"downloads": 22644095,
1010
"firstReleased": "2019-01-14T13:04:29.347Z",
11-
"lastReleased": "2024-11-18T16:44:34.848Z"
11+
"lastReleased": "2025-02-14T15:16:41.321Z"
1212
},
1313
"github": {
14-
"url": "https://github.com/framer/motion",
15-
"stars": 25531,
16-
"issuesTotal": 246,
14+
"url": "https://github.com/motiondivision/motion",
15+
"stars": 27313,
16+
"issuesTotal": 254,
1717
"issuesResolved": 0
1818
},
19-
"website": "https://github.com/framer/motion#readme"
20-
},
21-
{
22-
"id": 2,
23-
"name": "react-spring",
24-
"description": "<p align=\"center\"> <img src=\"https://i.imgur.com/QZownhg.png\" width=\"240\" /> </p>",
25-
"npm": {
26-
"name": "react-spring",
27-
"url": "https://www.npmjs.com/package/react-spring",
28-
"downloads": 3195723,
29-
"firstReleased": "2018-03-07T15:58:57.531Z",
30-
"lastReleased": "2024-07-21T14:41:12.658Z"
31-
},
32-
"github": {
33-
"url": "https://github.com/pmndrs/react-spring",
34-
"stars": 28235,
35-
"issuesTotal": 109,
36-
"issuesResolved": 0
37-
},
38-
"website": "https://github.com/pmndrs/react-spring#readme"
19+
"website": "https://github.com/motiondivision/motion#readme"
3920
},
4021
{
4122
"id": 3,
@@ -44,18 +25,37 @@
4425
"npm": {
4526
"name": "react-motion",
4627
"url": "https://www.npmjs.com/package/react-motion",
47-
"downloads": 1796658,
28+
"downloads": 1691750,
4829
"firstReleased": "2015-07-07T23:57:00.832Z",
4930
"lastReleased": "2022-06-26T02:36:12.652Z"
5031
},
5132
"github": {
5233
"url": "https://github.com/chenglou/react-motion",
53-
"stars": 21692,
34+
"stars": 21745,
5435
"issuesTotal": 193,
5536
"issuesResolved": 0
5637
},
5738
"website": "https://github.com/chenglou/react-motion#readme"
5839
},
40+
{
41+
"id": 4,
42+
"name": "animate.css",
43+
"description": "[![GitHub Version](https://img.shields.io/github/release/daneden/animate.css.svg?style=for-the-badge)](https://github.com/daneden/animate.css) [![Github Star](https://img.shields.io/github/stars/daneden/animate.css.svg?style=for-the-badge)](https://github",
44+
"npm": {
45+
"name": "animate.css",
46+
"url": "https://www.npmjs.com/package/animate.css",
47+
"downloads": 1774331,
48+
"firstReleased": "2014-06-03T01:13:14.613Z",
49+
"lastReleased": "2022-11-18T07:54:08.622Z"
50+
},
51+
"github": {
52+
"url": "https://github.com/animate-css/animate.css",
53+
"stars": 81318,
54+
"issuesTotal": 53,
55+
"issuesResolved": 0
56+
},
57+
"website": "https://animate.style/"
58+
},
5959
{
6060
"id": 4,
6161
"name": "animate.css",

public/realtime-data/css.json

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
"npm": {
77
"name": "sass",
88
"url": "https://www.npmjs.com/package/sass",
9-
"downloads": 64782221,
9+
"downloads": 62861606,
1010
"firstReleased": "2017-06-06T20:36:44.615Z",
11-
"lastReleased": "2024-11-15T01:30:56.712Z"
11+
"lastReleased": "2025-02-14T00:34:21.778Z"
1212
},
1313
"github": {
1414
"url": "https://github.com/sass/dart-sass",
15-
"stars": 3972,
15+
"stars": 4034,
1616
"issuesTotal": 70,
1717
"issuesResolved": 0
1818
},
@@ -25,14 +25,14 @@
2525
"npm": {
2626
"name": "less",
2727
"url": "https://www.npmjs.com/package/less",
28-
"downloads": 26895761,
28+
"downloads": 26846017,
2929
"firstReleased": "2011-01-23T22:28:07.815Z",
30-
"lastReleased": "2024-05-06T13:39:54.525Z"
30+
"lastReleased": "2025-01-19T18:46:59.842Z"
3131
},
3232
"github": {
3333
"url": "https://github.com/less/less.js",
34-
"stars": 17033,
35-
"issuesTotal": 217,
34+
"stars": 17043,
35+
"issuesTotal": 219,
3636
"issuesResolved": 0
3737
},
3838
"website": "http://lesscss.org"
@@ -44,14 +44,14 @@
4444
"npm": {
4545
"name": "stylus",
4646
"url": "https://www.npmjs.com/package/stylus",
47-
"downloads": 11847790,
47+
"downloads": 10966031,
4848
"firstReleased": "2011-01-31T18:22:09.655Z",
4949
"lastReleased": "2024-10-20T07:12:10.674Z"
5050
},
5151
"github": {
5252
"url": "https://github.com/stylus/stylus",
53-
"stars": 11198,
54-
"issuesTotal": 268,
53+
"stars": 11215,
54+
"issuesTotal": 274,
5555
"issuesResolved": 0
5656
},
5757
"website": "https://github.com/stylus/stylus"
@@ -63,14 +63,14 @@
6363
"npm": {
6464
"name": "postcss",
6565
"url": "https://www.npmjs.com/package/postcss",
66-
"downloads": 344250693,
66+
"downloads": 344596943,
6767
"firstReleased": "2013-11-04T19:57:14.218Z",
68-
"lastReleased": "2024-11-11T19:59:09.312Z"
68+
"lastReleased": "2025-02-10T20:51:47.119Z"
6969
},
7070
"github": {
7171
"url": "https://github.com/postcss/postcss",
72-
"stars": 28524,
73-
"issuesTotal": 22,
72+
"stars": 28657,
73+
"issuesTotal": 23,
7474
"issuesResolved": 0
7575
},
7676
"website": "https://postcss.org/"
@@ -82,14 +82,14 @@
8282
"npm": {
8383
"name": "tailwindcss",
8484
"url": "https://www.npmjs.com/package/tailwindcss",
85-
"downloads": 46820441,
85+
"downloads": 53491201,
8686
"firstReleased": "2017-10-06T15:05:20.621Z",
87-
"lastReleased": "2024-11-14T18:45:02.765Z"
87+
"lastReleased": "2025-02-17T12:57:22.057Z"
8888
},
8989
"github": {
9090
"url": "https://github.com/tailwindlabs/tailwindcss",
91-
"stars": 83193,
92-
"issuesTotal": 96,
91+
"stars": 85717,
92+
"issuesTotal": 117,
9393
"issuesResolved": 0
9494
},
9595
"website": "https://tailwindcss.com"
@@ -101,14 +101,14 @@
101101
"npm": {
102102
"name": "@emotion/css",
103103
"url": "https://www.npmjs.com/package/@emotion/css",
104-
"downloads": 12111678,
104+
"downloads": 11340603,
105105
"firstReleased": "2018-02-09T14:09:33.098Z",
106106
"lastReleased": "2024-11-20T07:58:28.045Z"
107107
},
108108
"github": {
109109
"url": "https://github.com/emotion-js/emotion",
110-
"stars": 17508,
111-
"issuesTotal": 337,
110+
"stars": 17634,
111+
"issuesTotal": 347,
112112
"issuesResolved": 0
113113
},
114114
"website": "https://emotion.sh"

public/realtime-data/editor.json

Lines changed: 135 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,135 @@
1+
[
2+
{
3+
"id": 1,
4+
"name": "lexical",
5+
"description": "Lexical is an extensible text editor framework that provides excellent reliability, accessible and performance.",
6+
"npm": {
7+
"name": "lexical",
8+
"url": "https://www.npmjs.com/package/lexical",
9+
"downloads": 2661857,
10+
"firstReleased": "2014-06-13T06:09:12.460Z",
11+
"lastReleased": "2025-02-17T02:49:38.565Z"
12+
},
13+
"github": {
14+
"url": "https://github.com/facebook/lexical",
15+
"stars": 20558,
16+
"issuesTotal": 516,
17+
"issuesResolved": 0
18+
},
19+
"website": "https://github.com/facebook/lexical#readme"
20+
},
21+
{
22+
"id": 2,
23+
"name": "tiptap",
24+
"description": "A rich-text editor for Vue.js",
25+
"npm": {
26+
"name": "tiptap",
27+
"url": "https://www.npmjs.com/package/tiptap",
28+
"downloads": 145987,
29+
"firstReleased": "2018-08-21T20:52:50.452Z",
30+
"lastReleased": "2022-05-21T22:26:46.771Z"
31+
},
32+
"github": {
33+
"url": "https://github.com/ueberdosis/tiptap",
34+
"stars": 28811,
35+
"issuesTotal": 555,
36+
"issuesResolved": 0
37+
},
38+
"website": "https://tiptap.dev"
39+
},
40+
{
41+
"id": 3,
42+
"name": "remirror",
43+
"description": "One editing package to rule them all, one editing package to bind them.",
44+
"npm": {
45+
"name": "remirror",
46+
"url": "https://www.npmjs.com/package/remirror",
47+
"downloads": 173794,
48+
"firstReleased": "2019-01-21T10:36:28.386Z",
49+
"lastReleased": "2024-08-01T15:13:42.254Z"
50+
},
51+
"github": {
52+
"url": "https://github.com/remirror/remirror",
53+
"stars": 2807,
54+
"issuesTotal": 197,
55+
"issuesResolved": 0
56+
},
57+
"website": "https://github.com/remirror/remirror/tree/HEAD/packages/remirror"
58+
},
59+
{
60+
"id": 5,
61+
"name": "slate",
62+
"description": "A completely customizable framework for building rich text editors.",
63+
"npm": {
64+
"name": "slate",
65+
"url": "https://www.npmjs.com/package/slate",
66+
"downloads": 4136644,
67+
"firstReleased": "2012-02-09T15:42:43.660Z",
68+
"lastReleased": "2024-12-07T20:27:22.639Z"
69+
},
70+
"github": {
71+
"url": "https://github.com/ianstormtaylor/slate",
72+
"stars": 30368,
73+
"issuesTotal": 679,
74+
"issuesResolved": 0
75+
},
76+
"website": "https://github.com/ianstormtaylor/slate#readme"
77+
},
78+
{
79+
"id": 7,
80+
"name": "quill",
81+
"description": "Your powerful, rich text editor",
82+
"npm": {
83+
"name": "quill",
84+
"url": "https://www.npmjs.com/package/quill",
85+
"downloads": 6818268,
86+
"firstReleased": "2012-03-25T16:10:13.367Z",
87+
"lastReleased": "2025-01-20T11:04:13.632Z"
88+
},
89+
"github": {
90+
"url": "https://github.com/slab/quill",
91+
"stars": 44609,
92+
"issuesTotal": 508,
93+
"issuesResolved": 0
94+
},
95+
"website": "https://quilljs.com"
96+
},
97+
{
98+
"id": 9,
99+
"name": "ckeditor",
100+
"description": "JavaScript WYSIWYG web text editor.",
101+
"npm": {
102+
"name": "ckeditor",
103+
"url": "https://www.npmjs.com/package/ckeditor",
104+
"downloads": 139286,
105+
"firstReleased": "2016-01-26T13:09:24.402Z",
106+
"lastReleased": "2023-05-23T15:50:54.404Z"
107+
},
108+
"github": {
109+
"url": "https://github.com/ckeditor/ckeditor-releases",
110+
"stars": 522,
111+
"issuesTotal": 6,
112+
"issuesResolved": 0
113+
},
114+
"website": "http://ckeditor.com"
115+
},
116+
{
117+
"id": 10,
118+
"name": "tinymce",
119+
"description": "Web based JavaScript HTML WYSIWYG editor control.",
120+
"npm": {
121+
"name": "tinymce",
122+
"url": "https://www.npmjs.com/package/tinymce",
123+
"downloads": 2674420,
124+
"firstReleased": "2014-05-06T10:59:32.298Z",
125+
"lastReleased": "2025-01-22T03:57:07.291Z"
126+
},
127+
"github": {
128+
"url": "https://github.com/tinymce/tinymce",
129+
"stars": 15288,
130+
"issuesTotal": 543,
131+
"issuesResolved": 0
132+
},
133+
"website": "https://www.tiny.cloud/"
134+
}
135+
]

0 commit comments

Comments
 (0)