-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.08 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
{
"name": "ya-signals",
"version": "0.9.14",
"description": "React application architecture on MobX.",
"main": "dist/index.js",
"files": [
"dist",
"README.md"
],
"scripts": {
"test": "jest",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/betula/ya-signals.git"
},
"keywords": [
"framework",
"reactive",
"decorators",
"oop",
"functional",
"service",
"hooks",
"mobx",
"signals"
],
"author": "Slava Bereza <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/betula/ya-signals/issues"
},
"homepage": "https://github.com/betula/ya-signals#readme",
"dependencies": {
"mobx": "6.12.0",
"mobx-react-lite": "4.0.5",
"unsubscriber": "2.2.0",
"provi": "2.3.3",
"evemin": "2.0.0"
},
"peerDependencies": {
"react" : "^16.8.0 || ^17.0.0 || ^18.0.0"
},
"devDependencies": {
"@types/jest": "^29.5.3",
"jest": "^29.6.2",
"ts-jest": "^29.1.1",
"typescript": "^5.1.6",
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
}