-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 677 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 677 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
{
"name": "reflex-devtools",
"scripts": {
"build": "rbxtsc && rojo build -o ReflexDevTools.rbxm",
"serve": "rojo serve serve.project.json",
"watch": "rbxtsc -w"
},
"devDependencies": {
"@biomejs/biome": "^1.5.3",
"@rbxts/compiler-types": "^2.3.0-types.0",
"@rbxts/react-reflex": "^0.3.1",
"@rbxts/react-roblox": "^0.3.0",
"@rbxts/reflex": "^4.3.1",
"@rbxts/services": "^1.5.4",
"@rbxts/types": "^1.0.754",
"rbxts-transform-debug": "^2.2.0",
"roblox-ts": "^2.3.0-dev-4e19cec",
"typescript": "^5.3.3"
},
"dependencies": {
"@rbxts/highlighter": "^0.8.2-ts.1",
"@rbxts/inspect": "^1.0.1",
"@rbxts/react": "^0.1.0",
"@rbxts/t": "^3.1.1"
}
}