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

27 lines
562 B
JSON

{
"name": "tempest.dev",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
11 months ago
"test": "echo \"Error: no test specified\" && exit 1",
"build": "next build"
},
"author": "",
"license": "ISC",
"dependencies": {
"front-matter": "^4.0.2",
"markdown-to-jsx": "^7.2.0",
"next": "^13.4.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sharp": "^0.32.1",
"victormono": "^1.5.5"
},
"devDependencies": {
"@types/node": "20.1.0",
"@types/react": "^18.2.6",
"typescript": "5.0.4"
}
}