2023-04-26 10:06:18 +00:00
|
|
|
{
|
|
|
|
"name": "website",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
2023-05-12 13:06:04 +00:00
|
|
|
"dev": "next dev",
|
|
|
|
"build": "next build",
|
|
|
|
"start": "next start",
|
2023-04-26 10:06:18 +00:00
|
|
|
"lint": "next lint",
|
|
|
|
"typecheck": "tsc",
|
2023-06-21 10:35:48 +00:00
|
|
|
"clean": "rimraf .next .tamagui .turbo .vercel/output node_modules",
|
2023-05-16 11:04:47 +00:00
|
|
|
"preview": "next start --port 8151"
|
2023-04-26 10:06:18 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@radix-ui/react-dialog": "^1.0.3",
|
2023-05-16 09:57:15 +00:00
|
|
|
"@radix-ui/react-navigation-menu": "^1.1.2",
|
2023-05-18 12:54:45 +00:00
|
|
|
"@react-spring/web": "^9.7.2",
|
2023-04-26 10:06:18 +00:00
|
|
|
"@scure/base": "^1.1.1",
|
2023-05-16 09:57:15 +00:00
|
|
|
"@status-im/colors": "*",
|
2023-04-26 10:06:18 +00:00
|
|
|
"@status-im/components": "*",
|
|
|
|
"@status-im/icons": "*",
|
|
|
|
"@status-im/js": "*",
|
|
|
|
"@tamagui/next-theme": "1.11.1",
|
2023-06-20 11:05:59 +00:00
|
|
|
"@tanstack/react-query": "^4.29.7",
|
2023-05-29 15:11:02 +00:00
|
|
|
"@vercel/og": "^0.5.4",
|
2023-06-21 10:35:48 +00:00
|
|
|
"@tryghost/content-api": "^1.11.13",
|
2023-05-18 12:54:45 +00:00
|
|
|
"@visx/visx": "^2.18.0",
|
2023-06-20 11:05:59 +00:00
|
|
|
"class-variance-authority": "^0.6.0",
|
2023-05-18 12:54:45 +00:00
|
|
|
"d3-array": "^3.2.3",
|
|
|
|
"d3-time-format": "^4.1.0",
|
2023-04-26 10:06:18 +00:00
|
|
|
"next": "13.2.4",
|
2023-05-29 15:11:02 +00:00
|
|
|
"qrcode.react": "^3.1.0",
|
2023-04-26 10:06:18 +00:00
|
|
|
"react": "^18.2.0",
|
|
|
|
"react-dom": "^18.2.0",
|
2023-05-16 09:57:15 +00:00
|
|
|
"react-native-web": "^0.18.12",
|
2023-06-20 11:05:59 +00:00
|
|
|
"ts-pattern": "^4.3.0",
|
|
|
|
"zod": "^3.21.4"
|
2023-04-26 10:06:18 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@achingbrain/ssdp": "^4.0.1",
|
2023-06-21 10:35:48 +00:00
|
|
|
"@tailwindcss/typography": "^0.5.9",
|
2023-04-26 10:06:18 +00:00
|
|
|
"@tamagui/next-plugin": "1.11.1",
|
2023-05-18 12:54:45 +00:00
|
|
|
"@types/d3-array": "^3.0.4",
|
|
|
|
"@types/d3-time-format": "^4.0.0",
|
2023-04-26 10:06:18 +00:00
|
|
|
"@types/node": "^18.11.11",
|
|
|
|
"@types/react": "^18.0.33",
|
|
|
|
"@types/react-dom": "^18.0.11",
|
2023-06-21 10:35:48 +00:00
|
|
|
"@types/tryghost__content-api": "^1.3.11",
|
2023-04-26 10:06:18 +00:00
|
|
|
"autoprefixer": "^10.4.14",
|
2023-06-21 10:35:48 +00:00
|
|
|
"@status-im/eslint-config": "*",
|
2023-04-26 10:06:18 +00:00
|
|
|
"postcss": "^8.4.21",
|
2023-06-21 10:35:48 +00:00
|
|
|
"rehype-parse": "^8.0.4",
|
|
|
|
"rehype-react": "^7.2.0",
|
|
|
|
"rehype-stringify": "^9.0.3",
|
2023-04-26 10:06:18 +00:00
|
|
|
"tailwindcss": "^3.3.1",
|
2023-05-16 09:57:15 +00:00
|
|
|
"tailwindcss-animate": "^1.0.5",
|
2023-06-21 10:35:48 +00:00
|
|
|
"typescript": "^5.0.3",
|
|
|
|
"unified": "^10.1.2"
|
2023-04-26 10:06:18 +00:00
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": "^18.x"
|
|
|
|
}
|
|
|
|
}
|