forked from y7ya-com/motion
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.16 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.16 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
{
"name": "@rbxts/react-motion",
"version": "1.5.4",
"author": "Firere",
"description": "Motion for React",
"main": "out/init.lua",
"repository": {
"type": "git",
"url": "git+https://github.com/Firere/motion.git"
},
"scripts": {
"build": "bunx rbxtsc",
"watch": "bunx rbxtsc -w",
"prepublishOnly": "bun run build"
},
"keywords": [],
"license": "ISC",
"types": "out/index.d.ts",
"files": [
"out",
"!out/bezier-tween/*",
"out/bezier-tween/src/*",
"!**/*.tsbuildinfo"
],
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@rbxts/compiler-types": "2.3.0-types.0",
"@rbxts/react": "^0.4.0",
"@rbxts/types": "^1.0.766",
"@typescript-eslint/eslint-plugin": "^5.57.1",
"@typescript-eslint/parser": "^5.57.1",
"eslint": "^8.38.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-roblox-ts": "^0.0.35",
"prettier": "^2.8.7",
"roblox-ts": "2.3.0-dev-576ad98",
"typescript": "^5.4.3"
},
"dependencies": {
"@rbxts/cubic-bezier": "^1.1.0",
"@rbxts/object-utils": "^1.0.4",
"@rbxts/services": "^1.5.1",
"@rbxts/t": "^3.1.1"
},
"peerDependencies": {
"@rbxts/react": "*"
}
}