forked from shiftsmartinc/surveyjs-react-native
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.2 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
{
"name": "surveyjs-react-native",
"version": "1.0.1",
"private": true,
"main": "dist/index.js",
"scripts": {
"watch": "tsc -w --inlineSourceMap --inlineSources --pretty --outDir example/node_modules/surveyjs-react-native/dist",
"build": "tsc --outDir dist"
},
"devDependencies": {
"@react-native-community/datetimepicker": "^3.0.9",
"@shiftsmartinc/dotfiles": "^0.0.5",
"@types/react": "^16.14.0",
"@types/react-native": "^0.63.35",
"mobx": "^6.7.0",
"mobx-react": "^7.6.0",
"moment": "^2.24.0",
"react": "^16.13.1",
"react-native": "^0.64.1",
"react-native-image-crop-picker": "^0.37.3",
"react-native-image-picker": "^3.1.3",
"react-native-keyboard-aware-scroll-view": "^0.9.5",
"react-native-modal-datetime-picker": "^8.7.1",
"react-native-webview": "^11.0.0",
"typescript": "^4.9.5"
},
"peerDependencies": {
"@react-native-community/datetimepicker": "*",
"mobx": "*",
"mobx-react": "*",
"moment": "*",
"react": "*",
"react-native": "*",
"react-native-image-crop-picker": "*",
"react-native-keyboard-aware-scroll-view": "*",
"react-native-modal-datetime-picker": "*",
"react-native-webview": "*"
}
}