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, 0 insertions, 27 deletions
diff --git a/examples/with-react-native-web/apps/web/package.json b/examples/with-react-native-web/apps/web/package.json
deleted file mode 100644
index 95b51d3..0000000
--- a/examples/with-react-native-web/apps/web/package.json
+++ /dev/null
@@ -1,27 +0,0 @@
-{
- "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"
- }
-}