dappconnect-sdks/apps/next/package.json

32 lines
790 B
JSON
Raw Normal View History

2023-01-10 11:25:26 +00:00
{
"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": {
2023-01-13 14:27:16 +00:00
"@status-im/components": "*",
"@tamagui/core": "^1.0.8",
"@tamagui/next-theme": "1.0.8",
2023-01-10 11:25:26 +00:00
"next": "^13.0.6",
"raf": "^3.4.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
2023-01-13 14:27:16 +00:00
"react-native-web": "^0.18.6"
2023-01-10 11:25:26 +00:00
},
"devDependencies": {
2023-01-13 14:27:16 +00:00
"@tamagui/next-plugin": "1.0.8",
2023-01-10 11:25:26 +00:00
"@types/node": "^18.6.4",
2023-01-13 14:27:16 +00:00
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.9",
2023-01-10 11:25:26 +00:00
"critters": "^0.0.16",
"eslint-config-next": "^13.0.4",
"next-images": "^1.8.4"
}
}