-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
61 lines (61 loc) · 1.38 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
57
58
59
60
61
{
"name": "sprae",
"description": "DOM microhydration.",
"version": "11.0.4",
"main": "./sprae.js",
"module": "./sprae.js",
"unpkg": "dist/sprae.umd.min.js",
"type": "module",
"files": [
"core.js",
"sprae.js",
"store.js",
"signal.js",
"directive",
"dist"
],
"devDependencies": {
"@preact/signals": "^1.3.0",
"@webreflection/signal": "^2.1.2",
"es-module-shims": "^1.10.0",
"esbuild": "^0.23.0",
"esbuild-plugin-umd-wrapper": "^2.0.3",
"hyperf": "^1.7.0",
"jsdom": "^24.1.0",
"signal-polyfill": "^0.1.1",
"subscript": "^8.4.0",
"tst": "^7.2.0",
"usignal": "^0.9.0",
"wait-please": "^3.1.0"
},
"scripts": {
"test": "node -r ./test/register.cjs test/test.js",
"build": "node .esbuild.js",
"watch": "esbuild --bundle --watch ./sprae.js --outdir=dist --format=esm"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dy/sprae.git"
},
"keywords": [
"hydration",
"preact-signals",
"signals",
"observable",
"reactive",
"petite-vue",
"template-parts",
"templize",
"alpinejs",
"directives",
"templating",
"progressive",
"progressive enhancement"
],
"author": "Dmitry Iv <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/dy/sprae/issues"
},
"homepage": "https://github.com/dy/sprae#readme"
}