You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

31 lines
816 B

{
"name": "garrit.xyz",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "npm run build && next dev",
"start:prod": "npm run build && next start",
"build": "next build && npm run build:rss && npm run build:sitemap && next build",
"build:static": "npm run build && next export",
"build:rss": "node lib/rss.js",
"build:sitemap": "next-sitemap"
},
"dependencies": {
"markdown": "0.5.0",
"next": "^12.1.0",
"next-plausible": "^3.1.6",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-markdown": "7.1.1",
"rehype-raw": "^6.1.1",
"remark-gfm": "^3.0.1"
},
"devDependencies": {
"glob": "^7.1.6",
"gray-matter": "4.0.3",
"next-sitemap": "^2.1.5",
"raw-loader": "^4.0.2",
"rfc822-date": "0.0.3",
"sass": "1.45.1"
}
}