forked from y7ya-com/zustand
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 967 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 967 Bytes
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
{
"name": "@rbxts/zustand",
"version": "0.0.3",
"main": "out/init.lua",
"license": "MIT",
"homepage": "https://github.com/yayashn/zustand",
"scripts": {
"build": "rbxtsc",
"watch": "rbxtsc -w",
"prepublishOnly": "yarn run build"
},
"types": "out/index.d.ts",
"files": [
"out",
"!**/*.tsbuildinfo"
],
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@rbxts/compiler-types": "^2.2.0-types.0",
"@rbxts/types": "^1.0.747",
"@typescript-eslint/eslint-plugin": "^6.20.0",
"@typescript-eslint/parser": "^6.20.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-roblox-ts": "^0.0.36",
"eslint": "^8.56.0",
"prettier": "^3.2.4",
"roblox-ts": "^2.2.0",
"typescript": "^5.3.3"
},
"dependencies": {
"@rbxts/object-utils": "^1.0.4",
"@rbxts/react-roblox": "^0.2.0",
"@rbxts/roact": "npm:@rbxts/react-ts@latest"
}
}