chronark 7688ce9cd5
feat(analytics.tsx): replace Vercel Analytics with Beam Analytics
feat(layout.tsx): move Analytics script to head
feat(projects/page.tsx): update featured and top projects
feat(highstorm.mdx): add new project Highstorm
deps(package.json): update dependencies
2023-05-19 20:39:44 +02:00

44 lines
1.2 KiB
JSON

{
"name": "chronark.com",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"fmt": "pnpm rome check . --apply-suggested && pnpm rome format . --write"
},
"dependencies": {
"@next/font": "^13.4.3",
"@next/mdx": "^13.4.3",
"@types/node": "20.2.1",
"@types/react": "18.2.6",
"@types/react-dom": "18.2.4",
"@upstash/redis": "^1.20.6",
"contentlayer": "^0.3.0",
"framer-motion": "^10.12.12",
"lucide-react": "^0.220.0",
"markdown-wasm": "^1.2.0",
"next": "13.4.3",
"next-contentlayer": "^0.3.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-wrap-balancer": "^0.5.0",
"rehype-autolink-headings": "^6.1.1",
"rehype-pretty-code": "^0.9.4",
"rehype-slug": "^5.1.0",
"remark-gfm": "^3.0.1",
"typescript": "5.0.4"
},
"devDependencies": {
"@opentelemetry/api": "^1.4.1",
"@tailwindcss/line-clamp": "^0.4.2",
"@tailwindcss/typography": "^0.5.9",
"autoprefixer": "^10.4.13",
"postcss": "^8.4.21",
"postcss-nesting": "^11.2.2",
"rome": "^11.0.0",
"tailwindcss": "^3.2.7",
"tailwindcss-debug-screens": "^2.2.1"
}
}