This repository was archived by the owner on Mar 4, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.81 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.81 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
48
49
50
51
{
"name": "project-saigon",
"version": "0.0.0",
"scripts": {
"build": "rbxtsc",
"watch": "rbxtsc -w",
"lint": "eslint . --fix && selene src",
"style": "prettier . --write && stylua src",
"sync": "asphalt sync --target studio",
"sync:c": "asphalt sync --target cloud",
"ci": "bun run lint && bun run style"
},
"private": true,
"devDependencies": {
"@rbxts/compiler-types": "latest",
"@rbxts/types": "latest",
"@rbxts/ui-labs": "^2.3.5",
"@typescript-eslint/eslint-plugin": "^8.22.0",
"@typescript-eslint/parser": "^8.22.0",
"eslint": "^8.57.1",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-prettier": "^5.2.3",
"eslint-plugin-roblox-ts": "^0.0.36",
"eslint-plugin-simple-import-sort": "^12.1.1",
"prettier": "^3.4.2",
"rbxts-transform-debug": "github:roblox-aurora/rbxts-transform-debug",
"rbxts-transformer-flamework": "^1.2.3",
"rbxts-transformer-fs": "2.0.0-alpha.3",
"rbxts-transformer-services": "^1.1.1",
"roblox-ts": "npm:@wad4444/roblox-ts@^1.0.0",
"typescript": "5.5.3"
},
"dependencies": {
"@flamework/core": "^1.2.3",
"@rbxts/document-service": "1.1.3-ts.1",
"@rbxts/flamework-meta-utils": "^1.0.1",
"@rbxts/iris": "2.3.1-ts.1",
"@rbxts/lapis": "^0.3.7",
"@rbxts/lazy": "^1.0.1",
"@rbxts/object-utils": "^1.0.4",
"@rbxts/pretty-vide-utils": "^0.0.4",
"@rbxts/ripple": "^0.9.3",
"@rbxts/semver": "^1.0.0",
"@rbxts/services": "^1.5.5",
"@rbxts/set-timeout": "^1.1.2",
"@rbxts/sift": "^0.0.9",
"@rbxts/signal": "^1.1.1",
"@rbxts/vide": "^0.5.4",
"@rbxts/vide-charm": "^0.2.0"
}
}