-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
60 lines (60 loc) · 1.75 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
{
"name": "flamework-game",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "rbxtsc",
"watch": "rbxtsc -w"
},
"keywords": [],
"repository": {
"type": "git",
"url": "git+https://github.com/R-unic/flamework-template.git"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@rbxts/compiler-types": "^2.3.0-types.0",
"@rbxts/types": "^1.0.766",
"@typescript-eslint/eslint-plugin": "^4.28.4",
"@typescript-eslint/parser": "^4.28.4",
"eslint": "^7.31.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-roblox-ts": "^0.0.30",
"prettier": "^2.3.2",
"rbxts-transform-debug": "github:roblox-aurora/rbxts-transform-debug",
"rbxts-transformer-flamework": "latest",
"roblox-ts": "^3.0.0",
"typescript": "~5.5.2"
},
"dependencies": {
"@flamework/components": "latest",
"@flamework/core": "latest",
"@flamework/networking": "latest",
"@rbxts/atlas": "^1.1.4",
"@rbxts/builders": "^1.0.2",
"@rbxts/charm": "^0.8.1",
"@rbxts/cmdr": "^1.12.1",
"@rbxts/destroyable": "^1.0.1",
"@rbxts/ez-log": "^1.0.0",
"@rbxts/firebase": "^1.0.1",
"@rbxts/flamework-binary-serializer": "^0.6.0",
"@rbxts/flamework-meta-utils": "^1.0.0",
"@rbxts/gamejoy": "^1.1.4",
"@rbxts/instance-utility": "^1.0.1",
"@rbxts/iris": "^2.2.0-ts.0",
"@rbxts/janitor": "^1.15.7-ts.0",
"@rbxts/lazy": "^1.0.1",
"@rbxts/lazy-iterator": "^1.0.1",
"@rbxts/object-utils": "^1.0.4",
"@rbxts/quaternion": "^1.0.0",
"@rbxts/signal": "^1.1.1",
"@rbxts/strict-map": "^1.0.2",
"@rbxts/string-utils": "^1.0.3",
"@rbxts/t": "^3.1.1",
"@rbxts/wave": "^1.0.0",
"node": "^18.20.1"
}
}