forked from reactive-python/reactpy
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 698 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 698 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
{
"author": "Ryan Morshead",
"dependencies": {
"json-pointer": "^0.6.2",
"preact": "^10.26.9"
},
"description": "A client for ReactPy implemented in React",
"devDependencies": {
"@types/json-pointer": "^1.0.34",
"typescript": "^5.8.3"
},
"keywords": [
"react",
"reactive",
"python",
"reactpy"
],
"license": "MIT",
"main": "dist/index.js",
"name": "@reactpy/client",
"peerDependencies": {
"event-to-object": "<1.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/reactive-python/reactpy"
},
"scripts": {
"build": "tsc -b",
"checkTypes": "tsc --noEmit"
},
"type": "module",
"version": "1.0.0"
}