File tree 1 file changed +26
-2
lines changed
1 file changed +26
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
+ "name" : " @adam.plesnik/taiwlindcss-scroll-driven-animations" ,
3
+ "version" : " 0.0.2" ,
4
+ "author" :
" Adam Plesnik <[email protected] >" ,
2
5
"scripts" : {
3
- "build" : " npx swc ./src/index.ts --out-dir ./dist"
6
+ "build" : " npx swc ./src/index.js --out-dir ./dist"
4
7
},
5
8
"prettier" : {
6
9
"printWidth" : 100 ,
18
21
"swcify" : " ^1.0.1" ,
19
22
"tailwindcss" : " ^0.0.0-insiders.3ba51d1" ,
20
23
"typescript" : " ^5.4.3"
21
- }
24
+ },
25
+ "description" : " `unofficial` `experimental` `chrome-115+`" ,
26
+ "files" : [
27
+ " dist"
28
+ ],
29
+ "main" : " dist/index.js" ,
30
+ "repository" : {
31
+ "type" : " git" ,
32
+ "url" : " git+https://github.com/adamplesnik/tailwindcss-scroll-driven-animations.git"
33
+ },
34
+ "keywords" : [
35
+ " tailwindcss" ,
36
+ " scroll" ,
37
+ " driven" ,
38
+ " animations" ,
39
+ " css"
40
+ ],
41
+ "license" : " MIT" ,
42
+ "bugs" : {
43
+ "url" : " https://github.com/adamplesnik/tailwindcss-scroll-driven-animations/issues"
44
+ },
45
+ "homepage" : " https://github.com/adamplesnik/tailwindcss-scroll-driven-animations#readme"
22
46
}
You can’t perform that action at this time.
0 commit comments