-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathpackage.json
More file actions
94 lines (94 loc) · 2.11 KB
/
package.json
File metadata and controls
94 lines (94 loc) · 2.11 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
{
"name": "rocketride-server",
"version": "3.1.1",
"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"
},
"engines": {
"node": ">=18.0.0",
"pnpm": ">=8.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": {
"cross-spawn": ">=6.0.6",
"glob": ">=11.1.0",
"js-yaml": ">=4.1.1",
"postcss": ">=8.4.31",
"qs": ">=6.14.1"
},
"supportedArchitectures": {
"os": [
"current"
],
"cpu": [
"current"
]
}
},
"devDependencies": {
"@eslint/js": "^9.15.0",
"@homebridge/node-pty-prebuilt-multiarch": "^0.13.1",
"@types/node": "^20.0.0",
"adm-zip": "^0.5.16",
"concurrently": "^8.2.2",
"dotenv": "^16.4.5",
"eslint": "^9.15.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.14",
"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.3.3",
"rimraf": "^5.0.5",
"tar": "^7.5.8",
"lefthook": "^2.1.4",
"typescript": "^5.3.3",
"typescript-eslint": "^8.15.0"
}
}