{ "name": "tempest.dev", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "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": "^14.0.3", "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.41", "typescript": "5.0.4" } }