This repository was archived by the owner on Sep 1, 2025. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.57 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.57 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
50
51
52
53
54
55
56
57
58
59
{
"name": "@renzholy/sider",
"version": "0.0.0",
"description": "A Morden Redis GUI",
"main": "index.js",
"private": "true",
"scripts": {
"start": "next start -p 8000",
"dev": "next -p 8000",
"build": "next build",
"export": "next export",
"test": "exit 0",
"format": "prettier --config .prettierrc --write '**/*'",
"lint": "eslint ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/renzholy/sider.git"
},
"author": "renzholy <renzholy@gmail.com>",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/renzholy/sider/issues"
},
"homepage": "https://github.com/renzholy/sider#readme",
"dependencies": {
"@blueprintjs/core": "4.12.0",
"@blueprintjs/icons": "4.10.1",
"@blueprintjs/popover2": "1.10.1",
"@emotion/css": "11.10.5",
"@emotion/server": "11.10.0",
"@monaco-editor/react": "4.4.6",
"@reduxjs/toolkit": "1.9.0",
"@tanstack/react-virtual": "3.0.0-beta.23",
"bytes": "3.1.2",
"lodash-es": "4.17.21",
"mnemonist": "0.39.5",
"ms": "2.1.3",
"next": "14.2.32",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-redux": "8.0.5",
"swr": "1.3.0",
"use-async-effect": "2.2.7"
},
"devDependencies": {
"@types/bytes": "3.1.1",
"@types/lodash-es": "4.17.6",
"@types/ms": "0.7.31",
"@types/node": "18.11.9",
"@types/react": "18.0.25",
"@types/react-dom": "18.0.9",
"@types/react-redux": "7.1.24",
"eslint": "8.27.0",
"eslint-config-next": "13.0.3",
"prettier": "2.7.1",
"typescript": "4.9.3"
}
}