41 lines
1.1 KiB
JSON
41 lines
1.1 KiB
JSON
|
{
|
||
|
"name": "website",
|
||
|
"version": "0.1.0",
|
||
|
"private": true,
|
||
|
"scripts": {
|
||
|
"dev": "TAMAGUI_TARGET='web' next dev",
|
||
|
"build": "TAMAGUI_TARGET='web' next build",
|
||
|
"start": "TAMAGUI_TARGET='web' next start",
|
||
|
"lint": "next lint",
|
||
|
"typecheck": "tsc",
|
||
|
"clean": "rimraf .next .tamagui .vercel/output node_modules",
|
||
|
"serve": "TAMAGUI_TARGET='web' NODE_ENV=production next start --port 8151"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"@radix-ui/react-dialog": "^1.0.3",
|
||
|
"@scure/base": "^1.1.1",
|
||
|
"@status-im/components": "*",
|
||
|
"@status-im/icons": "*",
|
||
|
"@status-im/js": "*",
|
||
|
"@tamagui/next-theme": "1.11.1",
|
||
|
"next": "13.2.4",
|
||
|
"react": "^18.2.0",
|
||
|
"react-dom": "^18.2.0",
|
||
|
"react-native-web": "^0.18.12"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"@achingbrain/ssdp": "^4.0.1",
|
||
|
"@tamagui/next-plugin": "1.11.1",
|
||
|
"@types/node": "^18.11.11",
|
||
|
"@types/react": "^18.0.33",
|
||
|
"@types/react-dom": "^18.0.11",
|
||
|
"autoprefixer": "^10.4.14",
|
||
|
"postcss": "^8.4.21",
|
||
|
"tailwindcss": "^3.3.1",
|
||
|
"typescript": "^5.0.3"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": "^18.x"
|
||
|
}
|
||
|
}
|