-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
74 lines (74 loc) · 1.74 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "react-native-minuit",
"version": "1.3.71",
"description": "Internal library for all minuit products",
"main": "lib/commonjs/index",
"module": "lib/module/index",
"react-native": "src/index",
"source": "src/index",
"scripts": {},
"keywords": [
"react-native",
"ios",
"android"
],
"repository": "https://github.com/minuitagency/react-native-minuit",
"author": "minuit.agency",
"license": "MIT",
"homepage": "https://minuit.agency/",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"devDependencies": {
"@react-native-community/eslint-config": "^3.0.2",
"eslint": "^8.4.1",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"jest": "^28.1.1",
"prettier": "^2.0.5",
"react": "17.0.2",
"react-native": "0.68.2"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"eslintConfig": {
"root": true,
"parser": "@babel/eslint-parser",
"extends": [
"@react-native-community",
"prettier"
],
"rules": {
"prettier/prettier": [
"error",
{
"quoteProps": "consistent",
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "es5",
"useTabs": false
}
]
}
},
"eslintIgnore": [
"node_modules/",
"lib/"
],
"dependencies": {
"@legendapp/motion": "^2.1.10",
"algoliasearch": "^4.14.2",
"firebase": "^9.20.0",
"geofirex": "^0.1.0",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"moment-range": "^4.0.2",
"react-native-calendars": "^1.1300.0",
"react-native-modalbox": "^2.0.2",
"react-native-responsive-dimensions": "^3.1.1",
"reactn": "^2.2.7",
"rxjs": "^7.5.7"
}
}