-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 849 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
34
{
"name": "reactive-blocs",
"version": "0.1.9",
"description": "Reactive Blocs",
"main": "index.js",
"scripts": {
"build": "tsc",
"build:watch": "tsc -w"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nairinarinyan/reactive-blocs.git"
},
"keywords": [
"reactive",
"blocs"
],
"author": "Nairi Narinyan",
"license": "MIT",
"bugs": {
"url": "https://github.com/nairinarinyan/reactive-blocs/issues"
},
"homepage": "https://github.com/nairinarinyan/reactive-blocs#readme",
"peerDependencies": {
"react": "^16.8 || ^17.0 || ^18.0",
"rxjs": "^7.0"
},
"devDependencies": {
"@types/react": "^17.0",
"react": "^17.0",
"typescript": "^4.3.5",
"rxjs": "^7.0"
}
}