-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.3 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
{
"name": "pending-hub",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build-prod": "npm run compile && npm run add-comment && npm run build-dev",
"eslint": "eslint src --max-warnings 0",
"serve": "rojo serve serve.project.json",
"build-dev": "rojo build -o model.rbxmx build.project.json",
"compile": "rbxtsc --rojo build.project.json",
"watch": "rbxtsc -w --rojo serve.project.json",
"add-comment": "node scripts/add-comment.js"
},
"keywords": [],
"author": "",
"license": "MIT",
"devDependencies": {
"@rbxts/compiler-types": "^2.1.1-types.0",
"@rbxts/types": "^1.0.714",
"@typescript-eslint/eslint-plugin": "^6.7.0",
"@typescript-eslint/parser": "^6.7.0",
"eslint": "^8.49.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-roblox-ts": "^0.0.35",
"prettier": "^3.0.3",
"typescript": "^4.9.5"
},
"dependencies": {
"@rbxts/object-utils": "^1.0.4",
"@rbxts/pretty-react-hooks": "^0.2.1",
"@rbxts/react-reflex": "^0.2.0",
"@rbxts/react-roblox": "^0.2.0",
"@rbxts/reflex": "^4.2.0",
"@rbxts/remo": "^1.2.2",
"@rbxts/ripple": "^0.7.0",
"@rbxts/roact": "npm:@rbxts/react-ts@^1.0.1",
"@rbxts/services": "^1.5.1",
"@rbxts/t": "^3.1.0"
}
}