-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.27 KB
/
Copy pathpackage.json
File metadata and controls
57 lines (57 loc) · 1.27 KB
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
54
55
56
57
{
"name": "f3b3",
"version": "1.1.2",
"description": "FE infratstructure based on React, Redux & Redux-Observable",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"license": "MIT",
"authors": [
"Omer Spalter <admin@c0d3.io> (https://github.com/omerts)"
],
"scripts": {
"build": "tsc"
},
"files": [
"dist/**/*"
],
"peerDependencies": {
"@react-navigation/native": "^6.1.9",
"react": "^18.2.0",
"react-redux": "^8.1.3",
"redux": "^4.2.1",
"rxjs": "^7.8.1"
},
"peerDependenciesMeta": {
"@react-navigation/native": {
"optional": true
}
},
"dependencies": {
"history": "^5.3.0",
"immer": "^10.0.3",
"lodash": "^4.17.21",
"redux-observable": "^2.0.0",
"route-parser": "^0.0.5",
"url-parser": "^0.0.1"
},
"devDependencies": {
"@react-navigation/native": "^6.1.9",
"@types/lodash": "^4.14.201",
"@types/react": "^18.2.33",
"react": "^18.2.0",
"react-redux": "^8.1.3",
"redux": "^4.2.1",
"rxjs": "^7.8.1",
"typescript": "^5.2.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/omerts/f3b3.git"
},
"keywords": [
"react",
"redux",
"rxjs",
"micro fe"
]
}