-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
92 lines (92 loc) · 2.88 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
"name": "rbx-react-ts-template",
"version": "1.1.0",
"private": true,
"license": "SEE LICENSE IN LICENSE.md",
"repository": {
"type": "git",
"url": "git+https://github.com/MixeroTN/rbxts-react-template.git"
},
"author": "",
"contributors": [],
"scripts": {
"build": "rbxtsc",
"build:dev": "rm -rf out && npm run build && rojo build --output place.rbxlx",
"build:prod": "rm -rf out && cross-env NODE_ENV=production npm run build && rojo build --output place.rbxlx",
"eslint": "eslint src --max-warnings 0",
"eslint-fix": "eslint src --max-warnings 0 --fix",
"watch": "rbxtsc -w",
"serve": "rojo serve"
},
"devDependencies": {
"@facilitative/github-label-presets": "^1.0.2",
"@rbxts/compiler-types": "2.3.0-types.2",
"@rbxts/types": "^1.0.813",
"@types/fs-extra": "^11.0.4",
"@typescript-eslint/eslint-plugin": "^8.14.0",
"@typescript-eslint/parser": "^8.14.0",
"cross-env": "^7.0.3",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-deprecation": "^3.0.0",
"eslint-plugin-no-autofix": "^2.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-roblox-ts": "^0.0.36",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-unused-imports": "^4.1.4",
"prettier": "^3.3.3",
"rbxts-transform-debug": "^2.2.0",
"rbxts-transform-env": "^2.2.0",
"roblox-ts": "2.3.0-dev-3a5b920",
"ts-patch": "^3.2.1",
"typescript": "^5.6.3",
"typescript-transform-paths": "^3.5.2"
},
"dependencies": {
"@quenty/softshutdown": "^9.15.0",
"@rbxts/bezier": "^0.2.0",
"@rbxts/bitbuffer2": "^1.0.0-ts.0",
"@rbxts/camera-shaker": "^1.0.8",
"@rbxts/catppuccin": "^1.0.2",
"@rbxts/cleanser": "^2.1.0",
"@rbxts/cmdr": "^1.12.1",
"@rbxts/debris": "^1.1.0",
"@rbxts/lapis": "^0.3.6",
"@rbxts/log": "^0.6.3",
"@rbxts/maid": "^1.1.0",
"@rbxts/matter": "^0.8.5",
"@rbxts/matter-hooks": "^0.1.2",
"@rbxts/object-utils": "^1.0.4",
"@rbxts/plasma": "^0.4.5",
"@rbxts/player-hooks": "^1.0.1-beta.0",
"@rbxts/pretty-react-hooks": "^0.6.1",
"@rbxts/profileservice": "^1.4.2",
"@rbxts/promise-character": "^1.0.3",
"@rbxts/promise-child": "^1.2.1",
"@rbxts/rbxts-hashlib": "^1.0.2",
"@rbxts/rbxts-pattern": "^1.0.2",
"@rbxts/react": "^17.2.1",
"@rbxts/react-reflex": "^0.3.4",
"@rbxts/react-roblox": "^17.2.1",
"@rbxts/react-spring": "^1.0.0",
"@rbxts/react-tooltips": "^1.1.6",
"@rbxts/reflex": "^4.3.1",
"@rbxts/remo": "^1.5.0",
"@rbxts/rewire": "^0.3.0",
"@rbxts/ripple": "^0.9.1",
"@rbxts/rust-classes": "^0.13.0",
"@rbxts/safebadges": "^1.0.2",
"@rbxts/services": "^1.5.5",
"@rbxts/set-timeout": "^1.1.2",
"@rbxts/signal": "^1.1.1",
"@rbxts/spring": "^1.0.2",
"@rbxts/t": "^3.1.1",
"@rbxts/tableutil2": "^1.0.2",
"@rbxts/testez": "^0.4.2-ts.0",
"@rbxts/tween": "^1.0.5",
"@rbxts/validate-tree": "^2.0.2",
"@rbxts/variant": "^1.0.2",
"@rbxts/wind-shake": "^1.0.0",
"@rbxts/zircon": "^1.0.9"
}
}