generated from R-unic/flamework-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.19 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
{
"name": "mineblox",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "rbxtsc",
"watch": "rbxtsc -w"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@rbxts/compiler-types": "^2.2.0-types.0",
"@rbxts/types": "^1.0.737",
"@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.21",
"roblox-ts": "^2.1.0",
"typescript": "^4.9.4"
},
"dependencies": {
"@flamework/components": "^1.0.0-beta.21",
"@flamework/core": "^1.0.0-beta.21",
"@flamework/networking": "^1.0.0-beta.21",
"@rbxts/builders": "^1.0.2",
"@rbxts/datastore2": "^1.4.0-ts.0",
"@rbxts/gamejoy": "^1.1.4",
"@rbxts/janitor": "^1.15.4-ts.0",
"@rbxts/object-utils": "^1.0.4",
"@rbxts/services": "^1.5.1",
"@rbxts/signal": "^1.1.1",
"@rbxts/strict-map": "^1.0.2",
"@rbxts/string-utils": "^1.0.3",
"rbxts-transformer-switchcase": "^1.0.1"
}
}