-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.32 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
{
"name": "@rbxts/zenui-core",
"version": "0.8.1",
"description": "",
"main": "out/init.lua",
"scripts": {
"build": "cross-env NODE_ENV=production rbxtsc",
"watch": "cross-env NODE_ENV=development rbxtsc -w",
"prepublishOnly": "npm run generate-barrels && npm run build",
"generate-barrels": "barrelsby --delete -c barrelsby.json",
"yalc": "npm run prepublishOnly && yalc push"
},
"keywords": [
"Roact",
"TypeScript",
"Components"
],
"author": "Vorlias",
"license": "MIT",
"types": "out/index.d.ts",
"files": [
"out",
"!**/*.tsbuildinfo"
],
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@rbxts/compiler-types": "^2.0.4-types.0",
"@rbxts/types": "^1.0.649",
"@typescript-eslint/eslint-plugin": "^5.22.0",
"@typescript-eslint/parser": "^5.22.0",
"barrelsby": "^2.3.4",
"cross-env": "^7.0.3",
"eslint": "^8.15.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-roblox-ts": "^0.0.32",
"prettier": "^2.6.2",
"rbxts-transform-debug": "^2.0.3",
"rbxts-transform-env": "^2.0.4",
"roblox-ts": "^2.0.4",
"typescript": "~4.8.4"
},
"dependencies": {
"@rbxts/roact": "*",
"@rbxts/services": "^1.2.0",
"@rbxts/t": "^3.0.0",
"@rbxts/variant": "^1.0.1"
}
}