-
Notifications
You must be signed in to change notification settings - Fork 33
/
Copy pathpackage.json
49 lines (49 loc) · 1.29 KB
/
package.json
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
{
"name": "lc-rating",
"private": false,
"homepage": "https://huxulm.github.io/lc-rating",
"version": "0.0.4",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@mdx-js/loader": "^3.0.1",
"@mdx-js/react": "^3.0.1",
"@next/mdx": "^14.2.2",
"@tanstack/match-sorter-utils": "^8.8.4",
"@tanstack/react-query": "^5.45.1",
"@tanstack/react-table": "^8.15.3",
"bootstrap": "^5.3.0",
"clsx": "^2.1.1",
"github-star-badge": "^1.1.6",
"next": "^14.1.4",
"react": "^18.2.0",
"react-bootstrap": "^2.7.4",
"react-dom": "^18.2.0",
"react-draggable": "^4.4.6",
"react-query": "^3.39.3",
"react-router-dom": "^6.11.2",
"react-syntax-highlighter": "^15.5.0",
"rehype-katex": "^7.0.0",
"rehype-pretty-code": "^0.13.1",
"remark-frontmatter": "^5.0.0",
"remark-gfm": "^4.0.0",
"remark-math": "^6.0.0",
"remark-mdx-frontmatter": "^4.0.0",
"shiki": "^1.3.0",
"axios": "1.7.7",
"web-vitals": "^3.3.1",
"react-icons": "^5.2.1"
},
"devDependencies": {
"@types/mdx": "^2.0.13",
"@types/node": "20.12.7",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"sass": "^1.62.1",
"typescript": "^5.0.2"
}
}