33 lines
838 B
JSON
33 lines
838 B
JSON
{
|
|
"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": {
|
|
"@tamagui/config-base": "^1.0.3",
|
|
"@tamagui/core": "^1.0.3",
|
|
"@tamagui/next-theme": "1.0.3",
|
|
"next": "^13.0.6",
|
|
"raf": "^3.4.1",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-native": "0.0.0",
|
|
"react-native-web": "^0.18.6",
|
|
"@status-im/components": "*",
|
|
"react-native-web-lite": "^1.0.1-beta.144"
|
|
},
|
|
"devDependencies": {
|
|
"@tamagui/next-plugin": "1.0.3",
|
|
"@types/node": "^18.6.4",
|
|
"critters": "^0.0.16",
|
|
"eslint-config-next": "^13.0.4",
|
|
"next-images": "^1.8.4"
|
|
}
|
|
}
|