-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.6 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 1.6 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
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "@rbxts/backpack-plus",
"version": "1.2.1",
"description": "A modern Roblox backpack made /w React & inspired by ryanlua/satchel",
"main": "out/lib/init.luau",
"scripts": {
"build": "rbxtsc",
"watch": "rbxtsc -w",
"prepublishOnly": "npm run build"
},
"keywords": [
"Roblox",
"Backpack"
],
"repository": {
"url": "git+https://github.com/teakzc/backpack-plus.git"
},
"author": "teakzc",
"license": "MIT",
"type": "commonjs",
"types": "out/lib/index.d.ts",
"files": [
"out/lib/index.d.ts",
"out/lib/init.luau",
"out/lib/**",
"LICENSE",
"!**/*.tsbuildinfo"
],
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@rbxts/compiler-types": "^3.0.0-types.0",
"@rbxts/coverage": "^0.1.3",
"@rbxts/jest": "^3.13.3-ts.1",
"@rbxts/jest-globals": "^3.13.3-ts.1",
"@rbxts/topbarplus": "^1.0.9",
"@rbxts/types": "^1.0.903",
"@typescript-eslint/eslint-plugin": "^8.53.1",
"@typescript-eslint/parser": "^8.53.1",
"eslint": "^9.39.2",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.5",
"eslint-plugin-roblox-ts": "^1.3.1",
"prettier": "^3.8.1",
"roblox-ts": "^3.0.0",
"typescript": "^5.9.3"
},
"dependencies": {
"@rbxts/charm": "^0.10.0",
"@rbxts/charm-sync": "^0.3.0",
"@rbxts/fuzzy-search": "^1.0.4",
"@rbxts/pretty-react-hooks": "^0.6.4",
"@rbxts/react": "^17.3.7-ts.1",
"@rbxts/react-charm": "^0.3.0",
"@rbxts/react-ripple": "^3.0.1",
"@rbxts/react-roblox": "^17.3.7-ts.1",
"@rbxts/remo": "^1.5.3",
"@rbxts/ripple": "^0.10.2",
"@rbxts/services": "^1.6.0",
"@rbxts/sift": "^0.0.11",
"@rbxts/t": "^3.2.1"
}
}