-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.16 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.16 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
{
"name": "@rbxts/better-react-components",
"version": "2.9.1",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/idkncc/better-react-components.git"
},
"bugs": {
"url": "https://github.com/idkncc/better-react-components/issues"
},
"homepage": "https://github.com/idkncc/better-react-components#readme",
"main": "out/init.lua",
"typings": "out/index.d.ts",
"files": [
"out",
"!out/*.tsbuildinfo",
"!out/stories/**/*"
],
"scripts": {
"build": "pnpm clean && rbxtsc",
"dev": "rbxtsc -w --type game --rojo story.project.json",
"dev-serve": "rojo serve story.project.json",
"lint": "eslint src",
"clean": "rimraf out/"
},
"devDependencies": {
"@rbxts/compiler-types": "3.0.0-types.0",
"@rbxts/types": "^1.0.813",
"rimraf": "^6.0.1",
"roblox-ts": "3.0.0",
"typescript": "^5.6.3"
},
"dependencies": {
"@rbxts/object-utils": "^1.0.4",
"@rbxts/pretty-react-hooks": "^0.6.1",
"@rbxts/react": "^17.2.3",
"@rbxts/react-roblox": "^17.2.3",
"@rbxts/ripple": "^0.9.3",
"@rbxts/services": "^1.5.5"
},
"publishConfig": {
"access": "public"
}
}