generated from PEZ/rn-rf-shadow
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 2.12 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
{
"scripts": {
"server": "npx shadow-cljs server",
"expo": "npx expo start",
"storybook:build": "npx storybook build -c app",
"storybook:generate": "sb-rn-get-stories",
"storybook:ios": "STORYBOOK_ENABLED='true' expo ios",
"watch:css": "npx tailwindcss -i src/css/tailwind.css --postcss postcss.config.js --watch",
"android": "npx expo start --android",
"ios": "npx expo start --ios",
"web": "npx expo start --web",
"web-only": "npx expo start --web-only",
"release": "npx shadow-cljs release mobile",
"eject": "npx expo eject",
"eas-build-pre-install": "bash eas-build-pre-install.sh",
"eas-build-post-install": "npx shadow-cljs release mobile"
},
"dependencies": {
"@expo/config-plugins": "~8.0.0",
"@expo/metro-runtime": "~3.2.1",
"@expo/vector-icons": "^14.0.0",
"@react-native-async-storage/async-storage": "1.23.1",
"@react-native-community/slider": "4.5.2",
"@react-navigation/bottom-tabs": "^6.5.19",
"@react-navigation/material-top-tabs": "^6.6.13",
"@react-navigation/native": "^6.1.16",
"@react-navigation/native-stack": "^6.9.25",
"@shopify/flash-list": "1.6.4",
"create-react-class": "^15.7.0",
"expo": "~51.0.20",
"expo-constants": "~16.0.2",
"expo-image-picker": "~15.0.7",
"expo-splash-screen": "~0.27.5",
"expo-status-bar": "~1.12.1",
"i18n-js": "^3.3.0",
"metro": "^0.80.6",
"react": "^18.2.0",
"react-dom": "18.2.0",
"react-native": "0.74.3",
"react-native-element-dropdown": "^2.12.0",
"react-native-pager-view": "6.3.0",
"react-native-safe-area-context": "4.10.1",
"react-native-screens": "3.31.1",
"react-native-tab-view": "^3.5.2",
"react-native-web": "~0.19.6",
"tailwindcss": "3.3.2",
"twrnc": "^4.2.0"
},
"devDependencies": {
"@babel/core": "^7.23.9",
"@storybook/react-native": "^7.6.15",
"@tailwindcss/forms": "^0.5.7",
"autoprefixer": "^10.4.17",
"babel-loader": "^8.3.0",
"concurrently": "^8.2.2",
"cross-env": "^7.0.3",
"npm-run-all": "^4.1.5",
"shadow-cljs": "^2.23.3",
"storybook": "^7.6.17"
},
"private": true
}