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.
 
 
 
 
 
 

27 lines
654 B

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