Skip to content

Commit fef3319

Browse files
committed
update
1 parent 352814f commit fef3319

File tree

1 file changed

+52
-52
lines changed

1 file changed

+52
-52
lines changed

package.json

Lines changed: 52 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -1,54 +1,54 @@
11
{
2-
"name": "@vtbag/element-crossing",
3-
"version": "1.0.0",
4-
"main": "lib/vanilla.js",
5-
"description": "Sites using cross-document view transitions look like SPAs but they still do full page loads on navigation. The element crossing provides a way to preserve DOM elements and data objects across page loads.",
6-
"files": [
7-
"lib/vanilla.js",
8-
"lib/over-the-top.js"
9-
],
10-
"exports": {
11-
".": "./lib/vanilla.js",
12-
"./experimental": "./lib/over-the-top.js"
13-
},
14-
"scripts": {
15-
"dev": "bin/bundle dev",
16-
"build": "npm run format; bin/bundle",
17-
"format": "prettier --write src | grep -v 'unchanged)$'",
18-
"test": "bin/test",
19-
"changeset": "changeset",
20-
"release": "changeset publish"
21-
},
22-
"repository": {
23-
"type": "git",
24-
"url": "git+https://github.com/vtbag/element-crossing.git"
25-
},
26-
"keywords": [
27-
"view",
28-
"transitions",
29-
"view transition",
30-
"view-transition",
31-
"preserve",
32-
"state",
33-
"cross-document",
34-
"DOM"
35-
],
36-
"author": "vtbag",
37-
"license": "ISC",
38-
"bugs": {
39-
"url": "https://github.com/vtbag/element-crossing/issues"
40-
},
41-
"homepage": "https://vtbag.pages.dev",
42-
"funding": {
43-
"type": "github",
44-
"url": "https://github.com/sponsors/martrapp"
45-
},
46-
"devDependencies": {
47-
"@changesets/cli": "^2.27.8",
48-
"@eslint/js": "^9.9.1",
49-
"@types/dom-view-transitions": "^1.0.5",
50-
"esbuild": "^0.23.1",
51-
"prettier": "^3.3.3",
52-
"typescript": "^5.5.4"
53-
}
2+
"name": "@vtbag/element-crossing",
3+
"version": "1.0.0",
4+
"main": "lib/vanilla.js",
5+
"description": "Sites using cross-document view transitions do full page loads of static content on navigation. The element crossing provides a way to preserve current dynamic state of selected elements across cross-document view transitions for a smoother user experience.",
6+
"files": [
7+
"lib/vanilla.js",
8+
"lib/over-the-top.js"
9+
],
10+
"exports": {
11+
".": "./lib/vanilla.js",
12+
"./experimental": "./lib/over-the-top.js"
13+
},
14+
"scripts": {
15+
"dev": "bin/bundle dev",
16+
"build": "npm run format; bin/bundle",
17+
"format": "prettier --write src | grep -v 'unchanged)$'",
18+
"test": "bin/test",
19+
"changeset": "changeset",
20+
"release": "changeset publish"
21+
},
22+
"repository": {
23+
"type": "git",
24+
"url": "git+https://github.com/vtbag/element-crossing.git"
25+
},
26+
"keywords": [
27+
"view",
28+
"transitions",
29+
"view transition",
30+
"view-transition",
31+
"preserve",
32+
"state",
33+
"cross-document",
34+
"DOM"
35+
],
36+
"author": "vtbag",
37+
"license": "ISC",
38+
"bugs": {
39+
"url": "https://github.com/vtbag/element-crossing/issues"
40+
},
41+
"homepage": "https://vtbag.pages.dev",
42+
"funding": {
43+
"type": "github",
44+
"url": "https://github.com/sponsors/martrapp"
45+
},
46+
"devDependencies": {
47+
"@changesets/cli": "^2.27.8",
48+
"@eslint/js": "^9.9.1",
49+
"@types/dom-view-transitions": "^1.0.5",
50+
"esbuild": "^0.23.1",
51+
"prettier": "^3.3.3",
52+
"typescript": "^5.5.4"
53+
}
5454
}

0 commit comments

Comments
 (0)