forked from web-ridge/react-native-paper-dates
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 783 Bytes
/
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
{
"name": "react-native-paper-dates-example",
"description": "Example app for react-native-paper-dates",
"version": "1.0.0",
"private": true,
"main": "index.js",
"scripts": {
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"start": "expo start",
"test": "jest"
},
"dependencies": {
"expo": "^50.0.6",
"expo-splash-screen": "~0.26.4",
"expo-status-bar": "~1.11.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.73.2",
"react-native-paper": "^5.12.3",
"react-native-web": "~0.19.10"
},
"devDependencies": {
"@babel/core": "^7.23.9",
"@expo/webpack-config": "^19.0.1",
"babel-loader": "^9.1.3",
"babel-plugin-module-resolver": "^5.0.0"
}
}