-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.3 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.3 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
{
"name": "@rbxts/solid",
"version": "1.0.8",
"main": "out/init.lua",
"scripts": {
"build": "rbxtsc",
"watch": "rbxtsc -w",
"prepublishOnly": "npm run build"
},
"keywords": [
"signals",
"solid",
"solidjs",
"solid-js",
"solid-js-roblox",
"solid-js-roblox-ts"
],
"author": "RsMan",
"license": "MIT",
"description": "A library for creating reactive everything in Roblox like SolidJS",
"types": "out/index.d.ts",
"files": [
"out",
"!**/*.tsbuildinfo"
],
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/RsMan-Dev/rbxts-solid.git"
},
"devDependencies": {
"@rbxts/compiler-types": "^3.0.0-types.0",
"@rbxts/types": "^1.0.848",
"@typescript-eslint/eslint-plugin": "^8.31.1",
"@typescript-eslint/parser": "^8.31.1",
"eslint": "^8.57.1",
"eslint-config-prettier": "^10.1.2",
"eslint-plugin-prettier": "^5.2.6",
"eslint-plugin-roblox-ts": "^0.0.36",
"prettier": "^3.5.3",
"roblox-ts": "^3.0.0",
"typescript": "^5.8.3",
"@flamework/components": "^1.2.2",
"@flamework/core": "^1.2.2"
},
"dependencies": {
"@rbxts/bridge": "^1.0.7",
"@rbxts/jsnatives": "^1.1.4",
"@rbxts/profile-store": "^1.0.3",
"@rbxts/signals": "^1.0.5"
}
}