forked from Jakubantalik/transitions.dev
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 785 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 785 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
{
"name": "transitions-pro",
"version": "0.1.1",
"description": "Install transitions.dev UI transitions into your project \u2014 CSS, React, and TypeScript. Free transitions work out of the box; Pro recipes and the Pro agent skill unlock after a browser sign-in.",
"type": "module",
"bin": {
"transitions-pro": "bin/transitions-pro.mjs"
},
"files": [
"bin",
"free",
"free-manifest.json"
],
"engines": {
"node": ">=18"
},
"keywords": [
"css",
"transitions",
"animations",
"react",
"typescript",
"ui",
"agent-skill"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/Jakubantalik/transitions.dev.git",
"directory": "cli"
},
"homepage": "https://transitions.dev"
}