@ewanc26/svelte-standard-site 0.2.2 → 0.2.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +47 -50
package/package.json
CHANGED
|
@@ -1,13 +1,48 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ewanc26/svelte-standard-site",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.3",
|
|
4
4
|
"description": "SvelteKit library for reading and writing AT Protocol longform content via site.standard.* records — with a complete design system, federated comments, publishing tools, and content verification.",
|
|
5
|
+
"author": "Ewan Croft",
|
|
5
6
|
"license": "AGPL-3.0-only",
|
|
6
|
-
"author": {
|
|
7
|
-
"name": "Ewan Croft",
|
|
8
|
-
"url": "https://github.com/ewanc26"
|
|
9
|
-
},
|
|
10
7
|
"type": "module",
|
|
8
|
+
"keywords": [
|
|
9
|
+
"svelte",
|
|
10
|
+
"sveltekit",
|
|
11
|
+
"atproto",
|
|
12
|
+
"at-protocol",
|
|
13
|
+
"bluesky",
|
|
14
|
+
"site-standard",
|
|
15
|
+
"blog",
|
|
16
|
+
"cms",
|
|
17
|
+
"design-system",
|
|
18
|
+
"components",
|
|
19
|
+
"dark-mode",
|
|
20
|
+
"light-mode",
|
|
21
|
+
"theme",
|
|
22
|
+
"publishing",
|
|
23
|
+
"federation",
|
|
24
|
+
"comments"
|
|
25
|
+
],
|
|
26
|
+
"repository": {
|
|
27
|
+
"type": "git",
|
|
28
|
+
"url": "git+https://github.com/ewanc26/pkgs.git",
|
|
29
|
+
"directory": "packages/svelte-standard-site"
|
|
30
|
+
},
|
|
31
|
+
"homepage": "https://github.com/ewanc26/pkgs/tree/main/packages/svelte-standard-site",
|
|
32
|
+
"bugs": {
|
|
33
|
+
"url": "https://github.com/ewanc26/pkgs/issues"
|
|
34
|
+
},
|
|
35
|
+
"publishConfig": {
|
|
36
|
+
"access": "public"
|
|
37
|
+
},
|
|
38
|
+
"files": [
|
|
39
|
+
"dist",
|
|
40
|
+
"src/lib",
|
|
41
|
+
"README.md"
|
|
42
|
+
],
|
|
43
|
+
"sideEffects": [
|
|
44
|
+
"**/*.css"
|
|
45
|
+
],
|
|
11
46
|
"svelte": "./dist/index.js",
|
|
12
47
|
"types": "./dist/index.d.ts",
|
|
13
48
|
"exports": {
|
|
@@ -47,21 +82,6 @@
|
|
|
47
82
|
"default": "./dist/styles/themes.css"
|
|
48
83
|
}
|
|
49
84
|
},
|
|
50
|
-
"files": [
|
|
51
|
-
"dist",
|
|
52
|
-
"src/lib",
|
|
53
|
-
"README.md"
|
|
54
|
-
],
|
|
55
|
-
"sideEffects": [
|
|
56
|
-
"**/*.css"
|
|
57
|
-
],
|
|
58
|
-
"publishConfig": {
|
|
59
|
-
"access": "public"
|
|
60
|
-
},
|
|
61
|
-
"peerDependencies": {
|
|
62
|
-
"@sveltejs/kit": "^2.0.0",
|
|
63
|
-
"svelte": "^5.0.0"
|
|
64
|
-
},
|
|
65
85
|
"dependencies": {
|
|
66
86
|
"@atproto/api": "^0.19.3",
|
|
67
87
|
"@lucide/svelte": "^0.577.0",
|
|
@@ -74,9 +94,13 @@
|
|
|
74
94
|
"shiki": "^3.21.0",
|
|
75
95
|
"unified": "^11.0.5",
|
|
76
96
|
"zod": "^3.24.0",
|
|
77
|
-
"@ewanc26/atproto": "0.2.
|
|
78
|
-
"@ewanc26/
|
|
79
|
-
"@ewanc26/
|
|
97
|
+
"@ewanc26/atproto": "0.2.5",
|
|
98
|
+
"@ewanc26/utils": "0.1.5",
|
|
99
|
+
"@ewanc26/tid": "1.1.3"
|
|
100
|
+
},
|
|
101
|
+
"peerDependencies": {
|
|
102
|
+
"@sveltejs/kit": "^2.0.0",
|
|
103
|
+
"svelte": "^5.0.0"
|
|
80
104
|
},
|
|
81
105
|
"devDependencies": {
|
|
82
106
|
"@sveltejs/adapter-auto": "^7.0.1",
|
|
@@ -97,33 +121,6 @@
|
|
|
97
121
|
"vite": "^7.2.6",
|
|
98
122
|
"vitest": "^4.1.0"
|
|
99
123
|
},
|
|
100
|
-
"keywords": [
|
|
101
|
-
"svelte",
|
|
102
|
-
"sveltekit",
|
|
103
|
-
"atproto",
|
|
104
|
-
"at-protocol",
|
|
105
|
-
"bluesky",
|
|
106
|
-
"site-standard",
|
|
107
|
-
"blog",
|
|
108
|
-
"cms",
|
|
109
|
-
"design-system",
|
|
110
|
-
"components",
|
|
111
|
-
"dark-mode",
|
|
112
|
-
"light-mode",
|
|
113
|
-
"theme",
|
|
114
|
-
"publishing",
|
|
115
|
-
"federation",
|
|
116
|
-
"comments"
|
|
117
|
-
],
|
|
118
|
-
"repository": {
|
|
119
|
-
"type": "git",
|
|
120
|
-
"url": "git+https://github.com/ewanc26/pkgs.git",
|
|
121
|
-
"directory": "packages/svelte-standard-site"
|
|
122
|
-
},
|
|
123
|
-
"homepage": "https://github.com/ewanc26/pkgs/tree/main/packages/svelte-standard-site",
|
|
124
|
-
"bugs": {
|
|
125
|
-
"url": "https://github.com/ewanc26/pkgs/issues"
|
|
126
|
-
},
|
|
127
124
|
"scripts": {
|
|
128
125
|
"build": "svelte-kit sync && svelte-package -i src/lib -o dist && publint",
|
|
129
126
|
"dev": "svelte-kit sync && svelte-package -i src/lib -o dist --watch",
|