summary refs log tree commit diff
path: root/package.json
blob: d112af2b11738f1915569f6fc66f6850ee24281e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
  "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.6",
    "victormono": "^1.5.5"
  },
  "devDependencies": {
    "@types/node": "20.1.0",
    "@types/react": "^18.2.41",
    "typescript": "5.0.4"
  }
}