mhsf-dev/package.json

86 lines
2.6 KiB
JSON
Raw Normal View History

2024-05-31 16:22:34 -05:00
{
"name": "mh-stats",
"version": "0.1.0",
"private": true,
2024-07-26 00:46:53 -05:00
"packageManager": "yarn@1.22.22",
2024-05-31 16:22:34 -05:00
"scripts": {
2024-07-26 00:46:53 -05:00
"dev": "next dev --turbo",
2024-05-31 16:22:34 -05:00
"build": "next build",
"start": "next start",
2024-07-23 18:49:21 -05:00
"lint": "next lint",
2024-07-26 00:46:53 -05:00
"obfuscate": "next-css-obfuscator",
"check-types": "tsc --noEmit",
"inngest": "npx inngest-cli@latest dev"
2024-05-31 16:22:34 -05:00
},
"dependencies": {
2024-07-23 18:49:21 -05:00
"@babel/parser": "^7.24.7",
"@clerk/nextjs": "^5.1.3",
"@clerk/themes": "^2.1.8",
"@monaco-editor/react": "^4.6.0",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-context-menu": "^2.1.5",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-navigation-menu": "^1.1.4",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-radio-group": "^1.1.3",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slot": "^1.0.2",
2024-07-26 00:46:53 -05:00
"@radix-ui/react-tabs": "^1.1.0",
2024-07-23 18:49:21 -05:00
"@radix-ui/react-tooltip": "^1.0.7",
"@types/react-twemoji": "^0.4.3",
"@unocss/eslint-plugin": "^0.61.5",
"@unocss/postcss": "^0.61.5",
"@unocss/transformer-directives": "^0.61.5",
"@unocss/webpack": "^0.61.5",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cmdk": "^1.0.0",
"framer-motion": "^11.3.8",
"geist": "^1.3.0",
2024-07-26 00:46:53 -05:00
"inngest": "^3.21.2",
2024-07-23 18:49:21 -05:00
"json-beautify": "^1.1.1",
2024-07-26 00:46:53 -05:00
"lucide-react": "^0.416.0",
2024-07-23 18:49:21 -05:00
"minimessage-2-html": "1.6.0",
"mongodb": "^6.8.0",
"next": "14.2.3",
"next-css-obfuscator": "^2.2.16",
"next-themes": "^0.3.0",
"postcss-obfuscator": "^1.6.1",
"prettier": "^3.3.1",
2024-05-31 16:22:34 -05:00
"react": "^18",
"react-dom": "^18",
2024-07-23 18:49:21 -05:00
"react-hot-toast": "^2.4.1",
"react-hotkeys-hook": "^4.5.0",
"react-infinite-scroll-component": "^6.1.0",
"react-markdown": "^9.0.1",
"react-resizable-panels": "^2.0.19",
"react-twemoji": "^0.5.0",
2024-07-26 00:46:53 -05:00
"recharts": "^2.12.7",
2024-07-23 18:49:21 -05:00
"remark-gfm": "^4.0.0",
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7",
"tailwindcss-patch": "^4.0.0",
2024-07-26 00:46:53 -05:00
"turbo": "^2.0.9",
2024-07-23 18:49:21 -05:00
"tw-to-css": "^0.0.12",
"unocss": "^0.61.5",
"unplugin-tailwindcss-mangle": "^3.0.1",
"vaul": "^0.9.1"
2024-05-31 16:22:34 -05:00
},
"devDependencies": {
2024-07-23 18:49:21 -05:00
"@tailwindcss/typography": "^0.5.13",
2024-05-31 16:22:34 -05:00
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
2024-07-23 18:49:21 -05:00
"@unocss/eslint-config": "^0.61.5",
"@unocss/preset-uno": "^0.61.5",
"@unocss/transformer-compile-class": "^0.61.5",
"eslint": "^8",
"eslint-config-next": "14.2.3",
2024-05-31 16:22:34 -05:00
"postcss": "^8",
"tailwindcss": "^3.4.1",
2024-07-23 18:49:21 -05:00
"typescript": "^5"
2024-05-31 16:22:34 -05:00
}
}