-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1014 Bytes
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 1014 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
34
35
36
37
38
39
40
41
42
{
"name": "astro-viewtransition-theme",
"version": "0.0.4",
"description": "Astro theme toggle with view transitions support.",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/Yusaku01/astro-viewtransition-theme.git"
},
"homepage": "https://github.com/Yusaku01/astro-viewtransition-theme#readme",
"bugs": {
"url": "https://github.com/Yusaku01/astro-viewtransition-theme/issues"
},
"keywords": [
"astro",
"theme",
"theme-toggle",
"dark-mode",
"color-scheme",
"view-transitions"
],
"type": "module",
"sideEffects": false,
"exports": {
"./ThemeToggle": "./src/ThemeToggle.astro",
"./ThemeButton": "./src/ThemeButton.astro",
"./ThemeInit": "./src/ThemeInit.astro"
},
"files": [
"src/ThemeToggle.astro",
"src/ThemeButton.astro",
"src/ThemeInit.astro",
"README.md",
"LICENSE"
],
"peerDependencies": {
"astro": "^5.0.0"
},
"devDependencies": {
"typescript": "^5.9.3"
}
}