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.
 
 

21 lines
498 B

{
"name": "slashdev.space",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "npm run build:rss && next dev",
"build": "npm run build:rss && next build && next export",
"build:rss": "node lib/rss.js"
},
"dependencies": {
"glob": "^7.1.6",
"gray-matter": "^4.0.2",
"markdown": "^0.5.0",
"next": "9.5.3",
"raw-loader": "^4.0.2",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-markdown": "^4.3.1",
"rfc822-date": "0.0.3"
}
}