forked from rocketride-org/rocketride-server
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
123 lines (123 loc) · 3 KB
/
package.json
File metadata and controls
123 lines (123 loc) · 3 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
{
"name": "rocketride-server",
"version": "3.2.0",
"description": "RocketRide Server - A high-performance data processing engine with modular nodes, AI capabilities, and cross-platform clients",
"private": true,
"license": "MIT",
"vcpkg": {
"version": "2026.02.27"
},
"java": {
"jdkVersion": "17",
"mavenVersion": "3.9.6"
},
"tika": {
"version": "3.2.3"
},
"author": "rocketride.org",
"repository": {
"type": "git",
"url": "git+https://github.com/rocketride-org/rocketride-server.git"
},
"bugs": {
"url": "https://github.com/rocketride-org/rocketride-server/issues"
},
"homepage": "https://github.com/rocketride-org/rocketride-server#readme",
"keywords": [
"rocketride",
"server",
"data-processing",
"ai",
"nodes",
"pipeline"
],
"scripts": {
"prepare": "lefthook install --force"
},
"packageManager": "pnpm@10.33.0",
"engines": {
"node": ">=20.0.0",
"pnpm": ">=10.0.0"
},
"pnpm": {
"peerDependencyRules": {
"allowedVersions": {
"@rjsf/mui>@mui/material": "6",
"@rjsf/mui>@mui/icons-material": "6",
"@mui/icons-material>@mui/material": "6",
"react-json-view>react": "18",
"react-json-view>react-dom": "18",
"flux>react": "18",
"@typescript-eslint/utils>eslint": "9"
}
},
"overrides": {
"@remix-run/router": ">=1.23.2 <2",
"ajv@8": ">=8.18.0 <9",
"cross-spawn": ">=6.0.6",
"diff@7": ">=8.0.3 <9",
"dompurify": ">=3.4.0 <3.5.0",
"fast-uri": ">=3.1.2 <4",
"flatted": ">=3.4.2 <4",
"glob": ">=11.1.0",
"handlebars": ">=4.7.9 <5",
"immutable@5": ">=5.1.5 <6",
"js-yaml": ">=4.1.1",
"koa": ">=2.16.4 <3",
"lodash": ">=4.18.1 <5",
"lodash-es": ">=4.18.1 <5",
"markdown-it": ">=14.1.1 <15",
"minimatch@<3.1.4": ">=3.1.4 <4",
"minimatch@5": ">=5.1.8 <6",
"minimatch@9": ">=9.0.7 <10",
"minimatch@10": ">=10.2.3 <11",
"picomatch@<2.3.2": ">=2.3.2 <3",
"picomatch@4": ">=4.0.4 <5",
"postcss": ">=8.5.10",
"prismjs": ">=1.30.0 <2",
"protobufjs": ">=7.5.5 <8",
"qs": ">=6.14.2 <7",
"react-router": ">=6.30.2 <7",
"serialize-javascript": ">=7.0.5 <8",
"svgo@2": ">=2.8.1 <3",
"svgo@4": ">=4.0.1 <5",
"underscore": ">=1.13.8 <2",
"undici": ">=7.24.0 <8",
"ws": ">=8.20.1 <9",
"yaml@1": ">=1.10.3 <2"
},
"supportedArchitectures": {
"os": [
"current"
],
"cpu": [
"current"
]
}
},
"devDependencies": {
"@eslint/js": "^9.39.4",
"@homebridge/node-pty-prebuilt-multiarch": "^0.13.1",
"@types/node": "^20.19.41",
"adm-zip": "^0.5.17",
"concurrently": "^8.2.2",
"dotenv": "^16.4.5",
"eslint": "^9.39.4",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.5.2",
"execa": "^9.6.1",
"gitignore-globs": "^0.1.1",
"glob": "^11.0.0",
"globals": "^15.12.0",
"listr2": "^9.0.5",
"npm-run-all": "^4.1.5",
"prettier": "^3.8.3",
"rimraf": "^5.0.5",
"tar": "^7.5.15",
"lefthook": "^2.1.8",
"typescript": "^5.3.3",
"typescript-eslint": "^8.59.4"
}
}