-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.39 KB
/
package.json
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "@dreampipcom/hygieia",
"description": "DreamPip's App Health Status Service.",
"type": "module",
"version": "1.0.0",
"private": true,
"author": "Angelo Reale",
"license": "HPL3-ECO-AND-ANC",
"scripts": {
"dev": "next dev -p 1212",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "next lint && prettier --check --ignore-path .gitignore --ignore-path .prettierignore .",
"format:fix": "next lint --fix && prettier --write --ignore-path .gitignore --ignore-path .prettierignore .",
"prepare": "husky"
},
"dependencies": {
"@dreampipcom/oneiros": "0.0.25",
"@sentry/nextjs": "^8.20.0",
"next": "14.2.4",
"swr": "^2.2.5"
},
"devDependencies": {
"@babel/core": "7.23.7",
"@babel/eslint-parser": "7.23.3",
"@types/json-schema": "7.0.15",
"@types/node": "20",
"@types/react": "18.3.4",
"@types/uuid": "9.0.8",
"@typescript-eslint/eslint-plugin": "6.19.0",
"@upstash/ratelimit": "2.0.1",
"@vercel/edge": "1.1.2",
"@vercel/functions": "1.4.0",
"@vercel/kv": "2.0.0",
"bson": "6.8.0",
"eslint": "8",
"eslint-config-alloy": "5.1.2",
"eslint-config-next": "14.0.4",
"husky": "9.0.11",
"lodash": "4.17.21",
"prettier": "3.2.4",
"server-only": "0.0.1",
"socket.io": "4.7.5",
"ts-node": "10.9.2",
"typescript": "5",
"uuid": "9.0.1"
}
}