-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
79 lines (79 loc) · 2.69 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "roblox-ts-template",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build:base": "rbxtsc --verbose -p ./places/base && darklua process places/base/out places/base/dist --verbose ",
"watch:base": "rbxtsc -w --verbose -p ./places/base",
"process:base": "darklua process places/base/out places/base/dist --verbose -w",
"serve:base": "rojo serve places/base/darklua.project.json",
"lint": "eslint --max-warnings 0 .",
"sync": "asphalt sync"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@rbxts/compiler-types": "2.3.0-types.2",
"@rbxts/types": "^1.0.801",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^8.0.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-roblox-ts": "^0.0.36",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-unused-imports": "^3.2.0",
"prettier": "^3.3.3",
"rbxts-transformer-flamework": "^1.2.3",
"rbxts-transformer-services": "1.1.1",
"roblox-ts": "2.3.0-dev-8137656",
"typescript": "5.4.2"
},
"dependencies": {
"@flamework/components": "^1.2.3",
"@flamework/core": "^1.2.3",
"@flamework/networking": "^1.2.3",
"@rbxts/beacon": "2.1.1",
"@rbxts/bytenet": "0.4.3-tsprev4",
"@rbxts/centurion": "1.0.0-dev-9b382c9",
"@rbxts/centurion-ui": "1.0.0-dev-2d5383e",
"@rbxts/charm": "0.6.0",
"@rbxts/charm-payload-converter": "^1.0.1",
"@rbxts/colour-utils": "^1.4.1",
"@rbxts/flamework-binary-serializer": "0.6.0",
"@rbxts/immut": "0.4.4-ts.0",
"@rbxts/jecs": "0.2.9-b.1",
"@rbxts/lapis": "0.3.4",
"@rbxts/lapis-mockdatastore": "0.3.6",
"@rbxts/lemon-signal": "1.0.0",
"@rbxts/make": "^1.0.6",
"@rbxts/mock-memory-store-service": "0.2.0-13",
"@rbxts/object-cache": "1.4.1",
"@rbxts/pretty-react-hooks": "0.6.0",
"@rbxts/promise-character": "1.0.3",
"@rbxts/react": "^0.4.0",
"@rbxts/react-roblox": "^0.4.0",
"@rbxts/reflex": "4.3.1",
"@rbxts/remap": "^0.2.2",
"@rbxts/remo": "^1.5.0",
"@rbxts/ripple": "0.9.0",
"@rbxts/services": "1.5.4",
"@rbxts/set-timeout": "1.1.2",
"@rbxts/sift": "^0.0.9",
"@rbxts/signal": "^1.1.1",
"@rbxts/t": "3.1.1",
"@rbxts/testez": "0.4.2-ts.0",
"@rbxts/topbar-plus": "3.0.2-ts.2",
"@rbxts/trove": "1.3.0",
"@rbxts/ui-labs": "2.2.0-ts.1",
"@rbxts/ui-scaler": "^0.2.1",
"@rbxts/vide": "0.4.4",
"rbxts-build": "^2.4.0",
"rbxts-transform-debug": "^2.2.0",
"rbxts-transform-env": "^2.2.0",
"rbxts-transformer-access": "^1.1.2",
"rbxts-transformer-t-new": "^1.1.5"
}
}