forked from MkDev11/gittensor-hub
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 905 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 905 Bytes
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
{
"name": "gittensor-miner-dashboard",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 12074",
"build": "next build",
"start": "next start -p 12074",
"lint": "next lint"
},
"dependencies": {
"@octokit/rest": "^21.0.2",
"@primer/octicons-react": "^19.12.0",
"@primer/react": "^37.16.0",
"@tanstack/react-query": "^5.100.10",
"better-sqlite3": "^11.7.0",
"dompurify": "^3.4.3",
"marked": "^18.0.3",
"next": "15.5.18",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"styled-components": "^5.3.11"
},
"devDependencies": {
"@types/better-sqlite3": "^7.6.12",
"@types/node": "^22.19.19",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/styled-components": "^5.1.34",
"typescript": "^5.7.2"
},
"pnpm": {
"onlyBuiltDependencies": [
"better-sqlite3"
]
}
}