-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.32 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.32 KB
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
{
"name": "chess",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "rbxtsc",
"watch": "rbxtsc -w"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@rbxts/types": "latest",
"@typescript-eslint/eslint-plugin": "latest",
"@typescript-eslint/parser": "latest",
"eslint": "latest",
"eslint-config-prettier": "latest",
"eslint-plugin-prettier": "latest",
"eslint-plugin-roblox-ts": "latest",
"prettier": "latest",
"rbxts-transform-debug": "latest",
"rbxts-transformer-flamework": "latest",
"roblox-ts": "latest",
"typescript": "latest"
},
"dependencies": {
"@flamework/components": "latest",
"@flamework/core": "latest",
"@flamework/networking": "latest",
"@rbxts/charm": "latest",
"@rbxts/compiler-types": "latest",
"@rbxts/flamework-binary-serializer": "^0.7.0",
"@rbxts/flamework-react-utils": "^1.0.8",
"@rbxts/lapis": "^0.3.8",
"@rbxts/luau-polyfill": "^1.1.3",
"@rbxts/pretty-react-hooks": "^0.6.4",
"@rbxts/react": "latest",
"@rbxts/react-charm": "latest",
"@rbxts/react-reflex": "latest",
"@rbxts/react-roblox": "latest",
"@rbxts/ripple": "latest",
"@rbxts/services": "latest",
"@rbxts/ui-labs": "latest",
"typescript-eslint": "latest"
}
}