summary refs log tree commit diff
path: root/package.json
blob: 34b45616f2a7bb2f509e6fa72edc264f3b51398d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "name": "tempest.dev",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "",
  "license": "ISC",
  "dependencies": {
    "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"
  }
}