-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
42 lines (42 loc) · 1 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
{
"name": "nigiri",
"version": "0.1.0",
"private": "true",
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mapbox/rehype-prism": "^0.9.0",
"@mui/material": "^5.15.0",
"bootstrap": "^5.3.2",
"gray-matter": "^4.0.3",
"i": "^0.3.7",
"js-yaml-loader": "^1.2.2",
"next": "14.0.4",
"next-sitemap": "^4.2.3",
"npm": "^10.5.0",
"prismjs": "^1.29.0",
"react": "^18",
"react-dom": "^18",
"react-icons": "^4.12.0",
"react-markdown": "^9.0.1",
"rehype-highlight": "^7.0.0",
"remark": "^15.0.1",
"remark-breaks": "^4.0.0",
"remark-gfm": "^4.0.0",
"remark-html": "^16.0.1",
"remark-parse": "^11.0.0"
},
"devDependencies": {
"@types/bootstrap": "^5.2.10",
"@types/node": "20.10.4",
"@types/react": "18.2.43",
"typescript": "5.3.3"
}
}