-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.97 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
55
56
57
58
59
60
61
62
63
64
65
{
"name": "eatventure",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "rbxtsc",
"watch": "rbxtsc -w"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@rbxts/compiler-types": "2.1.0-types.1",
"@rbxts/types": "^1.0.708",
"@typescript-eslint/eslint-plugin": "^6.3.0",
"@typescript-eslint/parser": "^6.3.0",
"eslint": "^8.46.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-roblox-ts": "^0.0.35",
"prettier": "^3.0.1",
"typescript": "^5.1.6"
},
"dependencies": {
"@rbxts/beacon": "^2.1.1",
"@rbxts/dumpster": "^1.0.8",
"@rbxts/flipper": "^2.0.1",
"@rbxts/format-number": "3.0.9-b3",
"@rbxts/fusion": "0.1.1-ts.beta.1",
"@rbxts/inspect": "^1.0.1",
"@rbxts/linked-lists": "^1.0.4",
"@rbxts/log": "^0.6.3",
"@rbxts/maid": "^1.1.0",
"@rbxts/matter": "^0.6.4",
"@rbxts/message-templates": "^0.3.2",
"@rbxts/net": "^3.0.7",
"@rbxts/object-utils": "^1.0.4",
"@rbxts/plasma": "0.4.1-ts.1",
"@rbxts/player-statistic-achievements": "^1.0.2",
"@rbxts/player-statistics": "^1.0.4",
"@rbxts/profileservice": "^1.4.1",
"@rbxts/promise-character": "^1.0.3",
"@rbxts/proton": "^0.7.0",
"@rbxts/rbx-react-spring": "^1.1.1",
"@rbxts/react-roblox": "^0.1.2",
"@rbxts/reflex": "^4.2.0",
"@rbxts/reward-containers": "^1.0.1",
"@rbxts/rewire": "^0.3.0",
"@rbxts/roact": "npm:@rbxts/[email protected]",
"@rbxts/rust-classes": "^0.12.0",
"@rbxts/services": "^1.5.1",
"@rbxts/set-timeout": "^1.1.2",
"@rbxts/signal": "^1.1.1",
"@rbxts/signals-tooling": "^1.0.8",
"@rbxts/simplepath": "2.2.1-ts.2",
"@rbxts/snapdragon": "2.0.0-beta.1",
"@rbxts/stacks-and-queues": "^1.0.5",
"@rbxts/string-utils": "^1.0.3",
"@rbxts/t": "^3.1.0",
"@rbxts/testez": "0.4.2-ts.0",
"@rbxts/validate-tree": "^2.0.2",
"@rbxts/variant": "^1.0.2"
}
}