-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.7 KB
/
Copy pathpackage.json
File metadata and controls
64 lines (64 loc) · 1.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "elcronopio",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@remotion/player": "^4.0.285",
"@vercel/analytics": "^1.6.1",
"babel-plugin-styled-components": "^2.1.4",
"better-react-mathjax": "^2.1.0",
"chart.js": "^4.4.8",
"cheerio": "^1.2.0",
"gray-matter": "^4.0.3",
"highlight.js": "^11.10.0",
"mermaid": "^11.12.2",
"mongodb": "^7.1.0",
"mongoose": "^9.3.1",
"motion": "^12.4.10",
"next": "^16.2.2",
"next-intl": "^4.5.6",
"next-mdx-remote": "^6.0.0",
"next-themes": "^0.4.5",
"plotly.js": "^3.3.1",
"prismjs": "^1.29.0",
"react": "^19.2.4",
"react-chartjs-2": "^5.3.0",
"react-dom": "^19.2.4",
"react-icons": "^5.3.0",
"react-markdown": "^9.0.1",
"react-pdf": "^9.2.1",
"react-plotly.js": "^2.6.0",
"react-syntax-highlighter": "^16.1.1",
"recma-stringify": "^1.0.0",
"rehype": "^13.0.2",
"rehype-highlight": "^7.0.2",
"rehype-katex": "^7.0.1",
"rehype-parse": "^9.0.1",
"rehype-sanitize": "^6.0.0",
"rehype-slug": "^6.0.0",
"rehype-stringify": "^10.0.1",
"remark": "^15.0.1",
"remark-gfm": "^4.0.1",
"remark-html": "^16.0.1",
"remark-math": "^6.0.0",
"remark-prism": "^1.3.6",
"remark-rehype": "^11.1.1",
"remark-sub-super": "^1.0.21",
"remark-supersub": "^1.0.0",
"remark-toc": "^9.0.0",
"remotion": "^4.0.285",
"styled-components": "^6.1.15",
"usehooks-ts": "^3.1.1"
},
"devDependencies": {
"baseline-browser-mapping": "^2.9.19",
"eslint": "^9.0.0",
"eslint-config-next": "^16.0.10"
}
}