-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.29 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.29 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
{
"name": "ios-date-picker-js",
"version": "0.1.1",
"main": "dist/index.js",
"scripts": {
"lint": "eslint --ext .ts,.tsx .",
"build": "rollup -c",
"start": "rollup -c -w"
},
"repository": {
"type": "git",
"url": "https://github.com/app-sapiens/ios-date-picker-js.git"
},
"dependencies": {
"@babel/core": "^7.12.9",
"@react-native-community/masked-view": "0.1.10",
"@types/lodash.debounce": "^4.0.6",
"expo-linear-gradient": "^8.3.1",
"lodash.debounce": "^4.0.8",
"react-native-gesture-handler": "~1.6.0",
"react-native-redash": "^15.11.1"
},
"peerDependencies": {
"react": "^16.8.0",
"react-dom": "^16.8.0",
"react-native": "^0.63.2",
"react-native-reanimated": "2.0.0-alpha.6.1"
},
"devDependencies": {
"@types/color": "^3.0.1",
"@types/react": "~16.9.41",
"@types/react-dom": "^16.0.5",
"@types/react-native": "~0.62.13",
"babel-core": "^6.26.3",
"babel-preset-expo": "^8.2.3",
"babel-runtime": "^6.26.0",
"eslint": "7.5.0",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-native-reanimated": "2.0.0-alpha.6.1",
"rollup": "^1.29.0",
"rollup-plugin-sass": "^1.2.2",
"rollup-plugin-typescript2": "^0.25.3",
"typescript": "~3.9.5"
},
"files": [
"dist"
]
}