-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.44 KB
/
Copy pathpackage.json
File metadata and controls
48 lines (48 loc) · 1.44 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
{
"name": "endgit-web",
"version": "0.1.0",
"description": "EndGit Web Dashboard — Next.js frontend for the Endstone plugin marketplace",
"private": true,
"scripts": {
"dev": "node --disable-warning=DEP0169 node_modules/next/dist/bin/next dev",
"build": "node --disable-warning=DEP0169 node_modules/next/dist/bin/next build",
"start": "node --disable-warning=DEP0169 node_modules/next/dist/bin/next start",
"lint": "next lint",
"format": "prettier --write .",
"format:check": "prettier --check .",
"type-check": "tsc --noEmit"
},
"dependencies": {
"@tailwindcss/postcss": "^4.3.0",
"@vercel/analytics": "^2.0.1",
"@vercel/speed-insights": "^2.0.0",
"lucide-react": "^1.11.0",
"next": "14.2.35",
"next-auth": "^4.24.14",
"react": "^18",
"react-dom": "^18",
"react-markdown": "^10.1.0",
"react-syntax-highlighter": "^16.1.1",
"recharts": "^3.8.1",
"rehype-raw": "^7.0.0",
"rehype-sanitize": "^6.0.0",
"remark-gfm": "^4.0.1",
"swr": "^2.4.1",
"tailwindcss": "^4.3.0"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-syntax-highlighter": "^15.5.13",
"eslint": "^8",
"eslint-config-next": "14.2.35",
"prettier": "^3.8.3",
"typescript": "^5"
},
"license": "AGPL-3.0-only",
"repository": {
"type": "git",
"url": "https://github.com/two-tech-dev/endgit-web.git"
}
}