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.
 
 
 
 
 
 

25 lines
570 B

{
"name": "garrit.xyz",
"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.3",
"markdown": "0.5.0",
"next": "11.1.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-markdown": "^4.3.1",
"rfc822-date": "0.0.3",
"typeit-react": "2.0.1"
},
"devDependencies": {
"raw-loader": "^4.0.2",
"sass": "^1.38.2"
}
}