forked from MonzterDev/TS-Halloween-Simulator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.32 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
{
"name": "Roblox-TS-Template",
"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.0",
"@rbxts/types": "^1.0.593",
"@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-transformer-flamework": "^1.0.0-beta.10",
"roblox-ts": "^2.0.4",
"typescript": "^4.6.2"
},
"dependencies": {
"@flamework/components": "^1.0.0-beta.6",
"@flamework/core": "^1.0.0-beta.4",
"@flamework/networking": "^1.0.0-beta.6",
"@rbxts/abbreviate": "^3.0.4",
"@rbxts/boat-tween": "^1.0.1",
"@rbxts/clack": "^3.1.0",
"@rbxts/cmdr": "^1.8.4-ts.2",
"@rbxts/format-number": "^3.0.4-b3",
"@rbxts/gameanalytics": "^2.2.2-ts.1",
"@rbxts/make": "^1.0.6",
"@rbxts/profileservice": "^1.4.1",
"@rbxts/rodux": "^3.0.0-ts.3",
"@rbxts/services": "^1.5.1",
"@rbxts/sheetvalues": "^2.0.3-ts.1",
"@rbxts/signal": "^1.1.1",
"@rbxts/viewport-model": "^1.0.0",
"io-serve": "^1.1.2"
}
}