-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 881 Bytes
/
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
{
"name": "react-object-model",
"description": "Object-oriented state management for react.",
"version": "1.2.21",
"type": "module",
"main": "./index.js",
"scripts": {
"typecheck": "tsc --noEmit",
"build": "tsc"
},
"author": "ShenHongFei <[email protected]> (https://github.com/ShenHongFei)",
"license": "MIT",
"homepage": "https://github.com/ShenHongFei/react-object-model",
"repository": {
"type": "git",
"url": "https://github.com/ShenHongFei/react-object-model"
},
"keywords": [
"react",
"state management",
"object-oriented"
],
"optionalDependencies": {
"final-form": "^4.20.10"
},
"peerDependencies": {
"react": "^19.0.0"
},
"devDependencies": {
"@types/react": "^19.0.2",
"typescript": "^5.7.2"
}
}