-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1017 Bytes
/
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
{
"name": "news-vt.github.io",
"version": "0.1.0",
"private": true,
"scripts": {
"export": "next export",
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@citation-js/core": "^0.6.1",
"@citation-js/plugin-bibtex": "^0.6.1",
"@citation-js/plugin-csl": "^0.6.4",
"@mdx-js/loader": "^2.1.4",
"@mdx-js/react": "^2.1.4",
"@next/mdx": "^12.3.1",
"chart.js": "^3.9.1",
"cheerio": "^1.0.0-rc.12",
"next": "12.3.1",
"react": "18.2.0",
"react-chartjs-2": "^4.3.1",
"react-dom": "18.2.0",
"rehype-highlight": "^5.0.2",
"rehype-katex": "^6.0.2",
"rehype-stringify": "^9.0.3",
"remark-gfm": "^3.0.1",
"remark-math": "^5.1.1",
"remark-rehype": "^10.1.0"
},
"devDependencies": {
"@types/node": "18.8.3",
"@types/react": "18.0.21",
"@types/react-dom": "18.0.6",
"eslint": "8.25.0",
"eslint-config-next": "12.3.1",
"typescript": "4.8.4"
}
}