-
Notifications
You must be signed in to change notification settings - Fork 2.4k
/
package.json
65 lines (65 loc) · 2.08 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
{
"name": "native-base-example",
"description": "Example app for NativeBase",
"version": "0.0.3",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject",
"storybook": "start-storybook -p 7007",
"build-storybook": "build-storybook",
"postinstall": "patch-package",
"test": "bash scripts/test.sh",
"update-test": "yarn test -u"
},
"dependencies": {
"@expo/vector-icons": "^13.0.0",
"@react-native-aria/overlays": "^0.2.9",
"@react-native-async-storage/async-storage": "~1.17.3",
"expo": "^46.0.0",
"expo-font": "~10.2.0",
"expo-linear-gradient": "~11.4.0",
"expo-splash-screen": "~0.16.2",
"expo-status-bar": "~1.4.0",
"formik": "^2.2.6",
"react": "18.0.0",
"react-hook-form": "^6.14.0",
"react-native": "0.69.6",
"react-native-keyboard-aware-scroll-view": "^0.9.4",
"react-native-safe-area-context": "4.3.1",
"react-native-svg": "12.3.0",
"react-native-web": "~0.18.7",
"webpack-dev-server": "3"
},
"devDependencies": {
"@babel/core": "^7.18.6",
"@babel/runtime": "^7.12.5",
"@expo/webpack-config": "^0.17.0",
"@storybook/addon-actions": "^5.3",
"@storybook/addon-knobs": "^5.3",
"@storybook/addon-links": "^5.3",
"@storybook/addon-ondevice-actions": "^5.3.23",
"@storybook/addon-ondevice-knobs": "^5.3.23",
"@storybook/addon-storyshots": "6.3",
"@storybook/react-native": "^5.3.23",
"@storybook/react-native-server": "^5.3.23",
"@types/react": "~18.0.0",
"@types/react-dom": "~18.0.0",
"@types/react-native": "~0.69.1",
"babel-loader": "^8.2.2",
"babel-plugin-module-resolver": "^4.0.0",
"core-js": "3.6.5",
"jest": "^26.6.3",
"jest-expo": "^46.0.0",
"metro-react-native-babel-preset": "^0.64.0",
"patch-package": "^6.2.2",
"postinstall-postinstall": "^2.1.0",
"react-dom": "18.0.0",
"react-test-renderer": "17.0.1",
"typescript": "^4.6.3"
},
"private": false
}