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
30 lines (30 loc) · 739 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 739 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
{
"workspaces": [
"packages/event-to-object",
"packages/@reactpy/app",
"packages/@reactpy/client"
],
"catalog": {
"preact": "^10.27.2",
"@pyscript/core": "^0.7.11",
"morphdom": "^2.7.7",
"typescript": "^5.9.3",
"json-pointer": "^0.6.2",
"@types/json-pointer": "^1.0.34",
"@reactpy/client": "file:./packages/@reactpy/client",
"event-to-object": "2.0.0"
},
"devDependencies": {
"@eslint/js": "^9.39.1",
"bun-types": "^1.3.3",
"eslint": "^9.39.1",
"globals": "^16.5.0",
"prettier": "^3.6.2",
"typescript-eslint": "^8.47.0"
},
"license": "MIT",
"scripts": {
"format": "prettier --write . && eslint --fix",
"lint": "prettier --check . && eslint"
}
}