-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.17 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.17 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
{
"name": "winderberg-main",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "rbxtsc",
"prewatch": "rbxtsc",
"watch": "rbxtsc -w"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@rbxts/beacon": "^2.1.1",
"@rbxts/catppuccin": "^1.0.2",
"@rbxts/flipper": "^2.0.1",
"@rbxts/lapis": "^0.2.9",
"@rbxts/maid": "^1.1.0",
"@rbxts/pretty-react-hooks": "^0.3.3",
"@rbxts/react-roblox": "^0.2.0",
"@rbxts/reflex": "^4.3.1",
"@rbxts/remo": "^1.3.1",
"@rbxts/roact": "npm:@rbxts/react-ts",
"@rbxts/services": "^1.5.3",
"@rbxts/set-timeout": "^1.1.2",
"@rbxts/spr": "^2.1.1",
"@rbxts/t": "^3.1.0",
"rbxts-transformer-t-new": "^1.1.5"
},
"devDependencies": {
"@rbxts/compiler-types": "^2.2.0-types.0",
"@rbxts/types": "^1.0.744",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-roblox-ts": "^0.0.36",
"prettier": "^3.2.4",
"roblox-ts": "^2.2.0",
"typescript": "^5.3.3"
}
}