-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
47 lines (47 loc) · 1.27 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
{
"name": "for-animia",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "rbxtsc",
"watch": "rbxtsc -w"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@rbxts/compiler-types": "^2.0.4-types.1",
"@rbxts/types": "^1.0.571",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-roblox-ts": "^0.0.31",
"prettier": "^2.4.1",
"roblox-ts": "^2.0.4",
"typescript": "4.7"
},
"dependencies": {
"@flamework/networking": "^1.0.0-beta.9",
"@kapouer/eslint-plugin-no-return-in-loop": "^1.0.0",
"@rbxts/fitumi": "^1.0.11",
"@rbxts/fusion": "^0.2.0-dev-a5a9d0a",
"@rbxts/lightning-beams": "^1.1.0-ts.2",
"@rbxts/matter": "^0.6.2-ts.6",
"@rbxts/plasma": "^0.4.1-ts.0",
"@rbxts/promise-character": "^1.0.3",
"@rbxts/rewire": "^0.3.0",
"@rbxts/roact": "^1.4.2-ts.3",
"@rbxts/roact-hooked": "^2.0.3",
"@rbxts/roact-hooks": "^0.4.1-ts.3",
"@rbxts/rust-classes": "^0.11.0-beta.1",
"@rbxts/services": "^1.2.0",
"@rbxts/t": "^3.0.0",
"@rbxts/testez": "^0.3.1-ts.7",
"@rbxts/todo": "^1.0.1",
"@rbxts/variant": "^1.0.1",
"@rbxts/wind-shake": "^1.0.0"
}
}