aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/examples/with-react-native-web/apps/web/package.json
blob: 95b51d3ac12d22d5660c509925001dd98a2a50d4 (plain) (blame)
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
{
  "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"
  }
}