start incorporating Roact

This commit is contained in:
2024-04-04 21:22:31 -04:00
parent 2b17d60a41
commit 414af47f09
5 changed files with 2332 additions and 0 deletions

22
package.json Normal file
View File

@@ -0,0 +1,22 @@
{
"name": "roblox-ts",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "rbxtsc",
"watch": "rbxtsc -w"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@rbxts/compiler-types": "^2.3.0-types.0",
"@rbxts/types": "^1.0.767",
"roblox-ts": "^2.3.0",
"typescript": "^5.4.4"
},
"dependencies": {
"@rbxts/roact": "^1.4.4-ts.0"
}
}