forked from littensy/pretty-react-hooks
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.42 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.42 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
{
"name": "@rbxts/pretty-react-hooks",
"version": "0.6.4",
"description": "Useful hooks for @rbxts/react",
"main": "out/init.lua",
"scripts": {
"build": "rbxtsc",
"dev": "rbxtsc -w --type game --rojo test.project.json",
"prepublishOnly": "pnpm build"
},
"keywords": [
"roact",
"react",
"roblox-ts"
],
"author": "littensy",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/littensy/pretty-react-hooks.git"
},
"bugs": {
"url": "https://github.com/littensy/pretty-react-hooks/issues"
},
"types": "out/index.d.ts",
"files": [
"out",
"!**/*.tsbuildinfo",
"!**/*.spec.lua",
"!**/*.spec.d.ts"
],
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@rbxts/compiler-types": "3.0.0-types.0",
"@rbxts/react": "17.3.0-alpha.1",
"@rbxts/react-roblox": "17.3.0-alpha.1",
"@rbxts/testez": "0.4.2-ts.0",
"@rbxts/types": "^1.0.854",
"@typescript-eslint/eslint-plugin": "^8.32.1",
"@typescript-eslint/parser": "^8.32.1",
"eslint": "^8.57.1",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-roblox-ts": "^0.0.35",
"prettier": "^2.8.8",
"roblox-ts": "3.0.0",
"typescript": "^5.8.3"
},
"dependencies": {
"@rbxts/ripple": "^0.9.3",
"@rbxts/services": "^1.5.5",
"@rbxts/set-timeout": "^1.1.2"
},
"peerDependencies": {
"@rbxts/react": "*",
"@rbxts/react-roblox": "*"
},
"packageManager": "pnpm@10.11.0"
}