-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
39 lines (39 loc) · 980 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
{
"name": "polistat-site-2022",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@mdx-js/loader": "^2.1.3",
"@monaco-editor/react": "^4.4.6",
"@next/mdx": "^12.3.0",
"@octokit/rest": "^19.0.4",
"better-react-mathjax": "^2.0.2",
"framer-motion": "^7.3.4",
"gray-matter": "^4.0.3",
"next": "^12.3.0",
"next-mdx-remote": "^4.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.6.0",
"rehype-mathjax": "^4.0.2",
"rehype-sanitize": "^5.0.1",
"rehype-slug": "^5.0.1",
"remark-breaks": "^3.0.2",
"remark-gfm": "^3.0.1",
"remark-math": "^5.1.1"
},
"devDependencies": {
"@types/node": "18.7.17",
"@types/react": "^17.0.38",
"autoprefixer": "^10.4.2",
"eslint": "8.6.0",
"eslint-config-next": "12.0.7",
"postcss": "^8.4.5",
"tailwindcss": "^3.0.12"
}
}