aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/examples/with-react-native-web/apps/web/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'examples/with-react-native-web/apps/web/package.json')
-rw-r--r--examples/with-react-native-web/apps/web/package.json27
1 files changed, 27 insertions, 0 deletions
diff --git a/examples/with-react-native-web/apps/web/package.json b/examples/with-react-native-web/apps/web/package.json
new file mode 100644
index 0000000..95b51d3
--- /dev/null
+++ b/examples/with-react-native-web/apps/web/package.json
@@ -0,0 +1,27 @@
+{
+ "name": "web",
+ "version": "1.0.0",
+ "private": true,
+ "scripts": {
+ "dev": "next dev",
+ "build": "next build",
+ "start": "next start",
+ "lint": "next lint"
+ },
+ "dependencies": {
+ "next": "latest",
+ "react": "18.2",
+ "react-dom": "18.1",
+ "react-native-web": "^0.18.4",
+ "ui": "*"
+ },
+ "devDependencies": {
+ "@types/node": "^18.11.5",
+ "@types/react": "^18.0.22",
+ "@types/react-dom": "^18.0.7",
+ "babel-plugin-react-native-web": "^0.18.4",
+ "eslint": "^8.19.0",
+ "tsconfig": "*",
+ "typescript": "^4.7.4"
+ }
+}