-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.16 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
{
"name": "flamework-template",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "rbxtsc",
"watch": "rbxtsc -w"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@rbxts/compiler-types": "^2.3.0-types.1",
"@rbxts/types": "^1.0.777",
"@typescript-eslint/eslint-plugin": "^6.7.5",
"@typescript-eslint/parser": "^6.7.5",
"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-transformer-flamework": "^1.2.2",
"roblox-ts": "^3.0.0",
"typescript": "^5.5.3"
},
"dependencies": {
"@flamework/components": "^1.2.2",
"@flamework/core": "^1.2.2",
"@flamework/networking": "^1.2.2",
"@rbxts/abbreviate": "^3.0.4",
"@rbxts/charm": "^0.8.1",
"@rbxts/charm-sync": "^0.1.1",
"@rbxts/cmdr": "^1.12.1",
"@rbxts/lapis": "^0.3.6",
"@rbxts/lapis-mockdatastore": "^0.3.7",
"@rbxts/mechanism": "^1.1.0",
"@rbxts/services": "^1.5.5",
"@rbxts/t": "^3.1.1",
"@rbxts/vide": "^0.5.3",
"@rbxts/vide-charm": "^0.1.1"
}
}