@ecopages/radiant 0.3.0-alpha.10 → 0.3.0-alpha.11
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/dist/package.json +206 -0
- package/package.json +1 -1
|
@@ -0,0 +1,206 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@ecopages/radiant",
|
|
3
|
+
"version": "0.3.0-alpha.11",
|
|
4
|
+
"repository": {
|
|
5
|
+
"type": "git",
|
|
6
|
+
"url": "https://github.com/ecopages/radiant.git"
|
|
7
|
+
},
|
|
8
|
+
"author": "Andrea Zanenghi",
|
|
9
|
+
"license": "MIT",
|
|
10
|
+
"type": "module",
|
|
11
|
+
"main": "./index.js",
|
|
12
|
+
"module": "./index.js",
|
|
13
|
+
"types": "./index.d.ts",
|
|
14
|
+
"files": [
|
|
15
|
+
"**/*"
|
|
16
|
+
],
|
|
17
|
+
"sideEffects": [
|
|
18
|
+
"./dist/client/install-hydrator.js",
|
|
19
|
+
"./dist/server/install-light-dom-shim.js"
|
|
20
|
+
],
|
|
21
|
+
"exports": {
|
|
22
|
+
"./package.json": {
|
|
23
|
+
"import": "./package.json"
|
|
24
|
+
},
|
|
25
|
+
".": {
|
|
26
|
+
"types": "./index.d.ts",
|
|
27
|
+
"import": "./index.js"
|
|
28
|
+
},
|
|
29
|
+
"./context": {
|
|
30
|
+
"types": "./context/index.d.ts",
|
|
31
|
+
"import": "./context/index.js"
|
|
32
|
+
},
|
|
33
|
+
"./context/create-context": {
|
|
34
|
+
"types": "./context/create-context.d.ts",
|
|
35
|
+
"import": "./context/create-context.js"
|
|
36
|
+
},
|
|
37
|
+
"./context/context-provider": {
|
|
38
|
+
"types": "./context/context-provider.d.ts",
|
|
39
|
+
"import": "./context/context-provider.js"
|
|
40
|
+
},
|
|
41
|
+
"./context/consume-context": {
|
|
42
|
+
"types": "./context/decorators/consume-context.d.ts",
|
|
43
|
+
"import": "./context/decorators/consume-context.js"
|
|
44
|
+
},
|
|
45
|
+
"./context/provide-context": {
|
|
46
|
+
"types": "./context/decorators/provide-context.d.ts",
|
|
47
|
+
"import": "./context/decorators/provide-context.js"
|
|
48
|
+
},
|
|
49
|
+
"./context/context-selector": {
|
|
50
|
+
"types": "./context/decorators/context-selector.d.ts",
|
|
51
|
+
"import": "./context/decorators/context-selector.js"
|
|
52
|
+
},
|
|
53
|
+
"./context/on-context-update": {
|
|
54
|
+
"types": "./context/decorators/on-context-update.d.ts",
|
|
55
|
+
"import": "./context/decorators/on-context-update.js"
|
|
56
|
+
},
|
|
57
|
+
"./context/events": {
|
|
58
|
+
"types": "./context/events.d.ts",
|
|
59
|
+
"import": "./context/events.js"
|
|
60
|
+
},
|
|
61
|
+
"./controller-registry": {
|
|
62
|
+
"types": "./controller-registry.d.ts",
|
|
63
|
+
"import": "./controller-registry.js"
|
|
64
|
+
},
|
|
65
|
+
"./core/radiant-element": {
|
|
66
|
+
"types": "./core/radiant-element.d.ts",
|
|
67
|
+
"import": "./core/radiant-element.js"
|
|
68
|
+
},
|
|
69
|
+
"./core/radiant-controller": {
|
|
70
|
+
"types": "./core/radiant-controller.d.ts",
|
|
71
|
+
"import": "./core/radiant-controller.js"
|
|
72
|
+
},
|
|
73
|
+
"./core/reactive-jsx-value": {
|
|
74
|
+
"types": "./core/reactive-jsx-value.d.ts",
|
|
75
|
+
"import": "./core/reactive-jsx-value.js"
|
|
76
|
+
},
|
|
77
|
+
"./client/hydrator": {
|
|
78
|
+
"types": "./client/hydrator.d.ts",
|
|
79
|
+
"import": "./client/hydrator.js"
|
|
80
|
+
},
|
|
81
|
+
"./client/app-bootstrap": {
|
|
82
|
+
"types": "./client/app-bootstrap.d.ts",
|
|
83
|
+
"import": "./client/app-bootstrap.js"
|
|
84
|
+
},
|
|
85
|
+
"./client/install-hydrator": {
|
|
86
|
+
"types": "./client/install-hydrator.d.ts",
|
|
87
|
+
"import": "./client/install-hydrator.js"
|
|
88
|
+
},
|
|
89
|
+
"./signals/host-resource": {
|
|
90
|
+
"types": "./signals/host-resource.d.ts",
|
|
91
|
+
"import": "./signals/host-resource.js"
|
|
92
|
+
},
|
|
93
|
+
"./server/light-dom-shim": {
|
|
94
|
+
"types": "./server/light-dom-shim.d.ts",
|
|
95
|
+
"import": "./server/light-dom-shim.js"
|
|
96
|
+
},
|
|
97
|
+
"./server/install-light-dom-shim": {
|
|
98
|
+
"types": "./server/install-light-dom-shim.d.ts",
|
|
99
|
+
"import": "./server/install-light-dom-shim.js"
|
|
100
|
+
},
|
|
101
|
+
"./server/render-component": {
|
|
102
|
+
"types": "./server/render-component.d.ts",
|
|
103
|
+
"import": "./server/render-component.js"
|
|
104
|
+
},
|
|
105
|
+
"./server/render-controller": {
|
|
106
|
+
"types": "./server/render-controller.d.ts",
|
|
107
|
+
"import": "./server/render-controller.js"
|
|
108
|
+
},
|
|
109
|
+
"./server/project-root": {
|
|
110
|
+
"types": "./server/project-root.d.ts",
|
|
111
|
+
"import": "./server/project-root.js"
|
|
112
|
+
},
|
|
113
|
+
"./decorators/bound": {
|
|
114
|
+
"types": "./decorators/bound.d.ts",
|
|
115
|
+
"import": "./decorators/bound.js"
|
|
116
|
+
},
|
|
117
|
+
"./decorators/attr": {
|
|
118
|
+
"types": "./decorators/attr.d.ts",
|
|
119
|
+
"import": "./decorators/attr.js"
|
|
120
|
+
},
|
|
121
|
+
"./decorators/controller": {
|
|
122
|
+
"types": "./decorators/controller.d.ts",
|
|
123
|
+
"import": "./decorators/controller.js"
|
|
124
|
+
},
|
|
125
|
+
"./decorators/custom-element": {
|
|
126
|
+
"types": "./decorators/custom-element.d.ts",
|
|
127
|
+
"import": "./decorators/custom-element.js"
|
|
128
|
+
},
|
|
129
|
+
"./decorators/debounce": {
|
|
130
|
+
"types": "./decorators/debounce.d.ts",
|
|
131
|
+
"import": "./decorators/debounce.js"
|
|
132
|
+
},
|
|
133
|
+
"./helpers/debounce": {
|
|
134
|
+
"types": "./helpers/debounce.d.ts",
|
|
135
|
+
"import": "./helpers/debounce.js"
|
|
136
|
+
},
|
|
137
|
+
"./helpers/create-query": {
|
|
138
|
+
"types": "./helpers/create-query.d.ts",
|
|
139
|
+
"import": "./helpers/create-query.js"
|
|
140
|
+
},
|
|
141
|
+
"./helpers/create-query-slot": {
|
|
142
|
+
"types": "./helpers/create-query-slot.d.ts",
|
|
143
|
+
"import": "./helpers/create-query-slot.js"
|
|
144
|
+
},
|
|
145
|
+
"./helpers/create-event": {
|
|
146
|
+
"types": "./helpers/create-event.d.ts",
|
|
147
|
+
"import": "./helpers/create-event.js"
|
|
148
|
+
},
|
|
149
|
+
"./helpers/create-event-listener": {
|
|
150
|
+
"types": "./helpers/create-event-listener.d.ts",
|
|
151
|
+
"import": "./helpers/create-event-listener.js"
|
|
152
|
+
},
|
|
153
|
+
"./decorators/event": {
|
|
154
|
+
"types": "./decorators/event.d.ts",
|
|
155
|
+
"import": "./decorators/event.js"
|
|
156
|
+
},
|
|
157
|
+
"./decorators/on-event": {
|
|
158
|
+
"types": "./decorators/on-event.d.ts",
|
|
159
|
+
"import": "./decorators/on-event.js"
|
|
160
|
+
},
|
|
161
|
+
"./decorators/on-updated": {
|
|
162
|
+
"types": "./decorators/on-updated.d.ts",
|
|
163
|
+
"import": "./decorators/on-updated.js"
|
|
164
|
+
},
|
|
165
|
+
"./decorators/prop": {
|
|
166
|
+
"types": "./decorators/prop.d.ts",
|
|
167
|
+
"import": "./decorators/prop.js"
|
|
168
|
+
},
|
|
169
|
+
"./decorators/query": {
|
|
170
|
+
"types": "./decorators/query.d.ts",
|
|
171
|
+
"import": "./decorators/query.js"
|
|
172
|
+
},
|
|
173
|
+
"./decorators/query-slot": {
|
|
174
|
+
"types": "./decorators/query-slot.d.ts",
|
|
175
|
+
"import": "./decorators/query-slot.js"
|
|
176
|
+
},
|
|
177
|
+
"./decorators/resource": {
|
|
178
|
+
"types": "./decorators/resource.d.ts",
|
|
179
|
+
"import": "./decorators/resource.js"
|
|
180
|
+
},
|
|
181
|
+
"./decorators/signal": {
|
|
182
|
+
"types": "./decorators/signal.d.ts",
|
|
183
|
+
"import": "./decorators/signal.js"
|
|
184
|
+
},
|
|
185
|
+
"./decorators/state": {
|
|
186
|
+
"types": "./decorators/state.d.ts",
|
|
187
|
+
"import": "./decorators/state.js"
|
|
188
|
+
},
|
|
189
|
+
"./tools/render-jsx-template": {
|
|
190
|
+
"types": "./tools/render-jsx-template.d.ts",
|
|
191
|
+
"import": "./tools/render-jsx-template.js"
|
|
192
|
+
},
|
|
193
|
+
"./tools/escape-script-json": {
|
|
194
|
+
"types": "./tools/escape-script-json.d.ts",
|
|
195
|
+
"import": "./tools/escape-script-json.js"
|
|
196
|
+
},
|
|
197
|
+
"./tools/event-emitter": {
|
|
198
|
+
"types": "./tools/event-emitter.d.ts",
|
|
199
|
+
"import": "./tools/event-emitter.js"
|
|
200
|
+
}
|
|
201
|
+
},
|
|
202
|
+
"peerDependencies": {
|
|
203
|
+
"@ecopages/jsx": ">=0.3.0-alpha.0 <1.0.0",
|
|
204
|
+
"@ecopages/signals": ">=0.3.0-alpha.0 <1.0.0"
|
|
205
|
+
}
|
|
206
|
+
}
|