-
-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathpackage.json
54 lines (54 loc) · 1.47 KB
/
package.json
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
{
"name": "ui-labs",
"version": "1.0.0",
"description": "",
"main": "index.js",
"private": true,
"scripts": {
"build": "rbxtsc",
"watch": "rbxtsc -w",
"postinstall": "patch-package",
"build:local": "npm run build && rojo build default.project.json --plugin ui-labs.rbxm",
"format": "prettier --write ."
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@rbxts/compiler-types": "^2.3.0-types.0",
"@rbxts/fusion": "^0.2.0",
"@rbxts/roact": "^1.4.4-ts.0",
"@rbxts/types": "^1.0.758",
"@typescript-eslint/eslint-plugin": "^6.2.1",
"@typescript-eslint/parser": "^6.2.1",
"eslint": "^8.46.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-roblox-ts": "^0.0.35",
"patch-package": "^8.0.0",
"postinstall-postinstall": "^2.1.0",
"roblox-ts": "^3.0.0",
"typescript": "4.9.4"
},
"dependencies": {
"@rbxts/catppuccin": "^1.0.2",
"@rbxts/colour-utils": "^1.4.1",
"@rbxts/flipper": "^2.0.1",
"@rbxts/immut": "^0.4.4-ts.0",
"@rbxts/iris": "^2.3.1-ts.0",
"@rbxts/janitor": "^1.15.7-ts.0",
"@rbxts/lemon-signal": "^1.2.0",
"@rbxts/pretty-react-hooks": "^0.5.2",
"@rbxts/react": "^0.4.0",
"@rbxts/react-reflex": "^0.3.4",
"@rbxts/react-roblox": "^0.4.0",
"@rbxts/reflex": "^4.3.1",
"@rbxts/remap": "^0.2.2",
"@rbxts/services": "^1.5.1",
"@rbxts/set-timeout": "^1.1.2",
"@rbxts/sift": "^0.0.6",
"@rbxts/t": "^3.1.1",
"@rbxts/ui-labs": "^2.3.0",
"@rbxts/vide": "^0.4.5"
}
}