-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.58 KB
/
package.json
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
{
"name": "@grand-hawk/ui-components",
"version": "0.3.0",
"keywords": [
"roblox-ts",
"react",
"ui"
],
"homepage": "https://github.com/grand-hawk/ui-components",
"bugs": "https://github.com/grand-hawk/ui-components/issues",
"license": "MIT",
"author": "Astrid <git@astrid.email>",
"files": [
"dist",
"include"
],
"main": "dist/init.lua",
"types": "dist/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/grand-hawk/ui-components"
},
"scripts": {
"build": "rbxtsc --type package && tsup src/index.ts --dts-only",
"watch": "rbxtsc --type game -w",
"format": "prettier -w .",
"lint": "eslint src",
"typedoc": "typedoc"
},
"devDependencies": {
"@rbxts/compiler-types": "2.3.0-types.1",
"@rbxts/types": "^1.0.791",
"@typescript-eslint/eslint-plugin": "^7.17.0",
"@typescript-eslint/parser": "^7.17.0",
"eslint": "^8.57.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-roblox-ts": "^0.0.36",
"prettier": "^3.3.3",
"prettier-eslint": "^16.3.0",
"roblox-ts": "2.3.0-dev-576ad98",
"tsup": "^8.2.3",
"typedoc": "^0.26.5",
"typedoc-material-theme": "^1.1.0",
"typescript": "^5.5.4"
},
"dependencies": {
"@rbxts/react": "^0.4.0",
"@rbxts/react-roblox": "^0.4.0",
"@rbxts/services": "^1.5.4",
"@rbxts/ui-labs": "^2.1.1"
},
"publishConfig": {
"access": "public"
}
}