-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.29 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
{
"name": "@vtbag/cam-shaft",
"type": "module",
"version": "1.0.1",
"main": "lib/index.js",
"description": "The Cam-Shaft bumps your view transition images into place to avoid the pseudo-smooth-scroll effect when applying view transitions to elements that are taller than the viewport.",
"files": [
"lib/index.js",
"lib/index.d.ts"
],
"exports": {
".": "./lib/index.js"
},
"scripts": {
"dev": "bin/bundle dev",
"build": "npm run format; bin/bundle",
"format": "prettier --write src | grep -v 'unchanged)$'",
"test": "bin/test",
"changeset": "changeset",
"release": "changeset publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vtbag/cam-shaft.git"
},
"keywords": [
"view",
"transitions",
"view-transition",
"view-transitions",
"smooth-scroll",
"instant",
"scroll",
"smooth-scrolling",
"scrolling",
"cross-document"
],
"author": "vtbag",
"license": "ISC",
"bugs": {
"url": "https://github.com/vtbag/cam-shaft/issues"
},
"homepage": "https://vtbag.dev",
"funding": {
"type": "github",
"url": "https://github.com/sponsors/martrapp"
},
"devDependencies": {
"@changesets/cli": "^2.27.8",
"@eslint/js": "^9.14.0",
"@types/dom-navigation": "^1.0.4",
"esbuild": "^0.24.0",
"prettier": "^3.3.3",
"typescript": "^5.6.3"
}
}