@moku-labs/web 0.1.0-alpha.1
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/LICENSE +21 -0
- package/README.md +38 -0
- package/dist/bin/moku.cjs +809 -0
- package/dist/bin/moku.d.cts +1 -0
- package/dist/bin/moku.d.mts +1 -0
- package/dist/bin/moku.mjs +809 -0
- package/dist/factory-BBVQO5ZG.d.mts +90 -0
- package/dist/factory-CixCpR9C.cjs +1710 -0
- package/dist/factory-D0m7Xil2.d.cts +90 -0
- package/dist/factory-DwpBwjDk.mjs +1602 -0
- package/dist/index-CWdZdegx.d.mts +349 -0
- package/dist/index.cjs +46 -0
- package/dist/index.d.cts +135 -0
- package/dist/index.d.mts +135 -0
- package/dist/index.mjs +36 -0
- package/dist/plugins/head/build.cjs +35 -0
- package/dist/plugins/head/build.d.cts +17 -0
- package/dist/plugins/head/build.d.mts +17 -0
- package/dist/plugins/head/build.mjs +27 -0
- package/dist/plugins/spa/index.cjs +26 -0
- package/dist/plugins/spa/index.d.cts +30 -0
- package/dist/plugins/spa/index.d.mts +30 -0
- package/dist/plugins/spa/index.mjs +24 -0
- package/dist/primitives-BBo4wxUL.d.cts +69 -0
- package/dist/primitives-BYUp6kae.cjs +100 -0
- package/dist/primitives-gO5i1tD8.mjs +58 -0
- package/dist/primitives-kuZFxqV7.d.mts +69 -0
- package/dist/project-BTNUWbGQ.mjs +1020 -0
- package/dist/project-C1vtMxE8.cjs +1081 -0
- package/dist/route-builder-Lv6HUVvP.d.cts +349 -0
- package/dist/test.cjs +82 -0
- package/dist/test.d.cts +61 -0
- package/dist/test.d.mts +61 -0
- package/dist/test.mjs +79 -0
- package/package.json +100 -0
package/package.json
ADDED
|
@@ -0,0 +1,100 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@moku-labs/web",
|
|
3
|
+
"version": "0.1.0-alpha.1",
|
|
4
|
+
"author": "Alex Kucherenko",
|
|
5
|
+
"license": "MIT",
|
|
6
|
+
"type": "module",
|
|
7
|
+
"main": "./dist/index.cjs",
|
|
8
|
+
"module": "./dist/index.mjs",
|
|
9
|
+
"exports": {
|
|
10
|
+
".": {
|
|
11
|
+
"import": {
|
|
12
|
+
"types": "./dist/index.d.mts",
|
|
13
|
+
"default": "./dist/index.mjs"
|
|
14
|
+
},
|
|
15
|
+
"require": {
|
|
16
|
+
"types": "./dist/index.d.cts",
|
|
17
|
+
"default": "./dist/index.cjs"
|
|
18
|
+
}
|
|
19
|
+
},
|
|
20
|
+
"./build": {
|
|
21
|
+
"import": {
|
|
22
|
+
"types": "./dist/plugins/head/build.d.mts",
|
|
23
|
+
"default": "./dist/plugins/head/build.mjs"
|
|
24
|
+
}
|
|
25
|
+
},
|
|
26
|
+
"./spa": {
|
|
27
|
+
"import": {
|
|
28
|
+
"types": "./dist/plugins/spa/index.d.mts",
|
|
29
|
+
"default": "./dist/plugins/spa/index.mjs"
|
|
30
|
+
}
|
|
31
|
+
},
|
|
32
|
+
"./test": {
|
|
33
|
+
"import": {
|
|
34
|
+
"types": "./dist/test.d.mts",
|
|
35
|
+
"default": "./dist/test.mjs"
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
},
|
|
39
|
+
"bin": {
|
|
40
|
+
"moku": "./dist/bin/moku.mjs"
|
|
41
|
+
},
|
|
42
|
+
"files": [
|
|
43
|
+
"dist",
|
|
44
|
+
"README.md",
|
|
45
|
+
"LICENSE"
|
|
46
|
+
],
|
|
47
|
+
"scripts": {
|
|
48
|
+
"build": "tsdown",
|
|
49
|
+
"test": "vitest run",
|
|
50
|
+
"test:watch": "vitest",
|
|
51
|
+
"test:coverage": "vitest run --coverage",
|
|
52
|
+
"format": "biome check --write .",
|
|
53
|
+
"format:check": "biome check .",
|
|
54
|
+
"lint": "eslint .",
|
|
55
|
+
"typecheck": "tsc --noEmit"
|
|
56
|
+
},
|
|
57
|
+
"peerDependencies": {
|
|
58
|
+
"preact": "~10.28.0",
|
|
59
|
+
"preact-render-to-string": "~6.6.0"
|
|
60
|
+
},
|
|
61
|
+
"dependencies": {
|
|
62
|
+
"@moku-labs/core": "0.1.0-alpha.6",
|
|
63
|
+
"gray-matter": "^4.0.3",
|
|
64
|
+
"reading-time": "^1.5.0",
|
|
65
|
+
"unified": "^11.0.5",
|
|
66
|
+
"remark-parse": "^11.0.0",
|
|
67
|
+
"remark-frontmatter": "^5.0.0",
|
|
68
|
+
"remark-gfm": "^4.0.1",
|
|
69
|
+
"remark-directive": "^4.0.0",
|
|
70
|
+
"remark-rehype": "^11.1.2",
|
|
71
|
+
"rehype-raw": "^7.0.0",
|
|
72
|
+
"rehype-sanitize": "^6.0.0",
|
|
73
|
+
"rehype-stringify": "^10.0.1",
|
|
74
|
+
"@shikijs/rehype": "^3.22.0",
|
|
75
|
+
"shiki": "^3.22.0",
|
|
76
|
+
"unist-util-visit": "^5.1.0",
|
|
77
|
+
"feed": "^5.2.0",
|
|
78
|
+
"satori": "^0.19.1",
|
|
79
|
+
"@resvg/resvg-js": "^2.6.2"
|
|
80
|
+
},
|
|
81
|
+
"devDependencies": {
|
|
82
|
+
"@biomejs/biome": "2.4.2",
|
|
83
|
+
"@types/bun": "1.3.9",
|
|
84
|
+
"@vitest/coverage-istanbul": "4.0.18",
|
|
85
|
+
"eslint": "9",
|
|
86
|
+
"eslint-config-biome": "2.1.3",
|
|
87
|
+
"eslint-plugin-jsdoc": "62.6.0",
|
|
88
|
+
"eslint-plugin-sonarjs": "4.0.0",
|
|
89
|
+
"eslint-plugin-unicorn": "63.0.0",
|
|
90
|
+
"globals": "17.3.0",
|
|
91
|
+
"happy-dom": "^20.0.0",
|
|
92
|
+
"jiti": "2.6.1",
|
|
93
|
+
"lefthook": "2.1.1",
|
|
94
|
+
"publint": "0.3.17",
|
|
95
|
+
"tsdown": "0.20.3",
|
|
96
|
+
"typescript": "5.9.3",
|
|
97
|
+
"typescript-eslint": "8.56.0",
|
|
98
|
+
"vitest": "4.0.18"
|
|
99
|
+
}
|
|
100
|
+
}
|