{ "name": "next-app", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev", "build": "cd .. && yarn build && cd next && next build", "start": "next start", "serve": "NODE_ENV=production next start --port 8151", "lint": "next lint" }, "dependencies": { "@status-im/components": "*", "@tamagui/core": "^1.0.8", "@tamagui/next-theme": "1.0.8", "next": "^13.0.6", "raf": "^3.4.1", "react": "^18.2.0", "react-dom": "^18.2.0", "react-native-web": "^0.18.6" }, "devDependencies": { "@tamagui/next-plugin": "1.0.8", "@types/node": "^18.6.4", "@types/react": "^18.0.26", "@types/react-dom": "^18.0.9", "critters": "^0.0.16", "eslint-config-next": "^13.0.4", "next-images": "^1.8.4" } }