-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.05 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.05 KB
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
{
"name": "wrld.js-react-native-example",
"author": "WRLD",
"license": "See license in LICENSE.md",
"main": "src/app/index.js",
"scripts": {
"lint": "eslint --ext .js,.jsx src -c .eslintrc.json",
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject",
"build:webview": "sh ./scripts/build_webview_html.sh"
},
"dependencies": {
"expo-location": "^12.0.4",
"expo-screen-orientation": "^3.1.0",
"react": "^17.0.1",
"react-native": "^0.64.1",
"react-native-webview": "11.2.3"
},
"devDependencies": {
"@babel/core": "^7.12.3",
"@babel/preset-env": "^7.12.1",
"babel-loader": "^8.1.0",
"babel-plugin-root-import": "^6.6.0",
"babel-preset-expo": "^8.3.0",
"eslint": "^7.12.1",
"eslint-plugin-react": "^7.21.5",
"expo": "^41.0.0",
"html-webpack-inline-source-plugin": "1.0.0-beta.2",
"html-webpack-plugin": "^4.5.0",
"webpack": "^4.44.2",
"webpack-cli": "^3.3.12"
},
"private": true
}