-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
63 lines (63 loc) · 2.11 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
{
"name": "secullum-react-native-ui",
"version": "4.11.1",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"lib",
"styles"
],
"repository": {
"type": "git",
"url": "git+https://github.com/Secullum/secullum-react-native-ui.git"
},
"license": "MIT",
"scripts": {
"build": "rimraf lib && tsc --declaration",
"format": "prettier --write \"{src,styles,types}/**/*.{ts,tsx,css}\"",
"docs:dev": "cross-env NODE_OPTIONS=--openssl-legacy-provider docz dev",
"docs:publish": "cross-env NODE_OPTIONS=--openssl-legacy-provider docz build && gh-pages -d .docz/dist"
},
"dependencies": {
"@react-native-community/datetimepicker": "7.6.1",
"date-fns": "^2.29.3",
"react-date-range": "^1.4.0",
"react-native-drawer-layout": "^2.0.0",
"react-native-elevated-view": "^0.0.6",
"react-native-masked-text": "^1.7.2",
"react-native-modal-datetime-picker": "git+https://github.com/Secullum/react-native-modal-datetime-picker.git#d9985d6df54ca44febf0b8c92b55aa765a38b046",
"react-native-status-bar-height": "^2.6.0",
"react-native-vector-icons": "^8.0.0"
},
"devDependencies": {
"@hot-loader/react-dom": "^16.8.6",
"@types/react": "^16.4.11",
"@types/react-dom": "^16.0.11",
"@types/react-native": "^0.63.64",
"@types/react-native-drawer-layout": "^1.3.3",
"@types/react-native-elevated-view": "^0.0.2",
"@types/react-native-vector-icons": "^6.4.18",
"cross-env": "^7.0.3",
"docz": "^0.11.2",
"docz-plugin-css": "^0.11.0",
"docz-plugin-react-native": "^0.11.2",
"gh-pages": "^2.0.0",
"prettier": "^1.16.4",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-native": "^0.52 || ^0.53 || ^0.54 || ^0.55 || ^0.63",
"rimraf": "^2.6.2",
"typescript": "^4.8.3"
},
"peerDependencies": {
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-native": "^0.52 || ^0.53 || ^0.54 || ^0.55 || ^0.63"
},
"resolutions": {
"docz-plugin-css/node-sass": "~9.0.0",
"docz-plugin-react-native/react-native-web": "^0.18.7",
"react-docgen-typescript": "2.2.2",
"react-hot-loader": "4.12.21"
}
}