-
Notifications
You must be signed in to change notification settings - Fork 308
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 785 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 785 Bytes
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
{
"name": "react-native-step-indicator-example",
"description": "Example app for react-native-step-indicator",
"version": "0.0.1",
"private": true,
"main": "index",
"scripts": {
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"start": "expo start",
"test": "jest"
},
"dependencies": {
"expo": "^47.0.13",
"react": "~18.1.0",
"react-dom": "~18.1.0",
"react-native": "0.70.5",
"react-native-swiper": "^1.6.0",
"react-native-unimodules": "~0.9.0",
"react-native-web": "~0.18.9"
},
"devDependencies": {
"@babel/core": "^7.20.12",
"@babel/runtime": "^7.20.13",
"babel-plugin-module-resolver": "^5.0.0",
"babel-preset-expo": "~9.2.2",
"expo-cli": "^6.3.1"
}
}