-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.24 KB
/
Copy pathpackage.json
File metadata and controls
49 lines (49 loc) · 1.24 KB
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": "cybertorn-terminal",
"version": "1.2.1",
"description": "A sleek, easy-to-use dashboard to track your Torn City progress. Built by a player, for the players.",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint",
"test": "bun test",
"release": "standard-version"
},
"dependencies": {
"@vercel/analytics": "^1.6.1",
"configcat-react": "^5.0.3",
"dayjs": "^1.11.19",
"lucide-react": "^0.575.0",
"next": "16.1.6",
"next-themes": "^0.4.6",
"react": "19.2.3",
"react-dom": "19.2.3",
"react-markdown": "^10.1.0",
"recharts": "^3.7.0",
"rehype-raw": "^7.0.0",
"varlock": "^0.4.1"
},
"devDependencies": {
"@playwright/test": "^1.58.2",
"@tailwindcss/postcss": "^4",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "16.1.6",
"happy-dom": "^20.8.3",
"standard-version": "^9.5.0",
"tailwindcss": "^4",
"tsx": "^4.19.2",
"typescript": "^5"
},
"trustedDependencies": [
"esbuild",
"sharp",
"unrs-resolver"
]
}