-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
44 lines (44 loc) · 1.14 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
{
"name": "giscurriculum",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"export": "next export",
"start": "next start",
"build:out": "yarn build:prod && yarn export",
"lint": "next lint"
},
"dependencies": {
"big.js": "^6.1.1",
"builtin-modules": "^3.2.0",
"date-fns": "^2.27.0",
"esbuild": "^0.14.2",
"i18next-browser-languagedetector": "^6.1.2",
"mdx-bundler": "^8.0.0",
"mdx-prism": "^0.3.4",
"next": "12.0.7",
"next-i18next": "^10.0.1",
"next-mdx-enhanced": "^5.0.0",
"next-mdx-remote": "^3.0.8",
"react": "17.0.2",
"react-dom": "17.0.2",
"remark-code-titles": "^0.1.2",
"responsive-loader": "^2.3.0",
"semantic-ui-css": "^2.4.1",
"semantic-ui-react": "^2.0.4"
},
"devDependencies": {
"eslint": "8.4.1",
"eslint-config-next": "12.0.7",
"globby": "^12.0.2",
"gray-matter": "^4.0.3",
"reading-time": "^1.5.0",
"rehype": "^12.0.0",
"rehype-autolink-headings": "^6.1.0",
"rehype-code-titles": "^1.0.3",
"rehype-prism-plus": "^1.1.3",
"rehype-slug": "^5.0.0",
"remark-gfm": "^3.0.1"
}
}