-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
145 additions
and
145 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,144 +1,144 @@ | ||
{ | ||
"name": "hikka", | ||
"version": "1.0.0", | ||
"scripts": { | ||
"dev": "next dev", | ||
"build": "next build", | ||
"start": "next start", | ||
"lint": "next lint", | ||
"lint:fix": "next lint --fix", | ||
"email": "email dev --dir src/emails", | ||
"format:write": "prettier --write \"**/*.{ts,tsx,mdx}\" --cache", | ||
"format:check": "prettier --check \"**/*.{ts,tsx,mdx}\" --cache" | ||
}, | ||
"dependencies": { | ||
"@ariakit/react": "^0.4.15", | ||
"@dnd-kit/core": "^6.1.0", | ||
"@dnd-kit/sortable": "^8.0.0", | ||
"@hookform/resolvers": "^3.9.1", | ||
"@marsidev/react-turnstile": "^1.0.2", | ||
"@mobily/ts-belt": "^3.13.1", | ||
"@next/bundle-analyzer": "15.1.0", | ||
"@radix-ui/react-alert-dialog": "^1.1.2", | ||
"@radix-ui/react-aspect-ratio": "^1.1.0", | ||
"@radix-ui/react-avatar": "^1.1.1", | ||
"@radix-ui/react-checkbox": "^1.1.2", | ||
"@radix-ui/react-collapsible": "^1.1.1", | ||
"@radix-ui/react-context-menu": "^2.2.2", | ||
"@radix-ui/react-dialog": "^1.1.2", | ||
"@radix-ui/react-dropdown-menu": "^2.1.2", | ||
"@radix-ui/react-hover-card": "^1.1.2", | ||
"@radix-ui/react-label": "^2.1.0", | ||
"@radix-ui/react-navigation-menu": "^1.2.1", | ||
"@radix-ui/react-popover": "^1.1.2", | ||
"@radix-ui/react-primitive": "^2.0.0", | ||
"@radix-ui/react-progress": "^1.1.0", | ||
"@radix-ui/react-scroll-area": "^1.2.0", | ||
"@radix-ui/react-select": "^2.1.2", | ||
"@radix-ui/react-separator": "^1.1.0", | ||
"@radix-ui/react-slider": "^1.2.1", | ||
"@radix-ui/react-slot": "^1.1.0", | ||
"@radix-ui/react-switch": "^1.1.1", | ||
"@radix-ui/react-tabs": "^1.1.1", | ||
"@radix-ui/react-toggle": "^1.1.0", | ||
"@radix-ui/react-toggle-group": "^1.1.0", | ||
"@radix-ui/react-toolbar": "^1.1.0", | ||
"@radix-ui/react-tooltip": "^1.1.3", | ||
"@react-email/components": "0.0.28", | ||
"@react-hook/resize-observer": "^2.0.2", | ||
"@tanstack/react-query": "^5.59.20", | ||
"@tanstack/react-query-devtools": "^5.59.20", | ||
"@types/node": "20.9.0", | ||
"@types/react": "19.0.1", | ||
"@types/react-dom": "19.0.2", | ||
"@udecode/cn": "^40.2.8", | ||
"@udecode/plate-autoformat": "^40.0.0", | ||
"@udecode/plate-basic-elements": "^40.2.6", | ||
"@udecode/plate-basic-marks": "^40.0.0", | ||
"@udecode/plate-block-quote": "^40.0.0", | ||
"@udecode/plate-break": "^40.0.0", | ||
"@udecode/plate-combobox": "^40.0.0", | ||
"@udecode/plate-common": "40.2.8", | ||
"@udecode/plate-diff": "^40.0.0", | ||
"@udecode/plate-emoji": "^40.0.0", | ||
"@udecode/plate-floating": "^40.0.0", | ||
"@udecode/plate-heading": "^40.2.6", | ||
"@udecode/plate-link": "^40.0.0", | ||
"@udecode/plate-list": "^40.0.0", | ||
"@udecode/plate-markdown": "^40.2.2", | ||
"@udecode/plate-selection": "^40.2.9", | ||
"@udecode/plate-trailing-block": "^40.0.0", | ||
"babel-plugin-react-compiler": "19.0.0-beta-8a03594-20241020", | ||
"class-variance-authority": "^0.7.0", | ||
"clsx": "^2.1.1", | ||
"cmdk": "^1.0.4", | ||
"date-fns": "^4.1.0", | ||
"embla-carousel-react": "^8.3.1", | ||
"i18next": "^23.16.5", | ||
"lucide-react": "^0.456.0", | ||
"marked": "^12.0.1", | ||
"next": "15.1.0", | ||
"next-nprogress-bar": "^2.3.14", | ||
"next-plausible": "^3.12.4", | ||
"next-themes": "^0.4.3", | ||
"notistack": "^3.0.1", | ||
"postcss": "8.4.47", | ||
"react": "19.0.0", | ||
"react-avatar-editor": "^13.0.2", | ||
"react-dom": "19.0.0", | ||
"react-dropzone": "^14.3.5", | ||
"react-email": "2.1.5", | ||
"react-hook-form": "^7.53.2", | ||
"react-intersection-observer": "^9.13.1", | ||
"react-markdown": "^9.0.1", | ||
"react-number-format": "^5.4.2", | ||
"rehype-external-links": "^3.0.0", | ||
"remark-directive": "^3.0.0", | ||
"remark-directive-rehype": "^0.4.2", | ||
"remark-emoji": "^5.0.1", | ||
"remark-mentions": "^1.1.0", | ||
"remark-parse": "^11.0.0", | ||
"sharp": "^0.33.5", | ||
"slate": "^0.110.2", | ||
"slate-dom": "^0.111.0", | ||
"slate-history": "^0.110.3", | ||
"slate-hyperscript": "^0.100.0", | ||
"slate-react": "^0.111.0", | ||
"tailwind-gradient-mask-image": "^1.2.0", | ||
"tailwind-merge": "^2.5.4", | ||
"tailwindcss": "3.4.14", | ||
"tailwindcss-animate": "^1.0.7", | ||
"unified": "^11.0.5", | ||
"vaul": "^1.1.1", | ||
"xml-js": "^1.6.11", | ||
"zod": "^3.23.8", | ||
"zod-i18n-map": "^2.27.0" | ||
}, | ||
"devDependencies": { | ||
"@iconify/json": "^2.2.270", | ||
"@svgr/core": "^8.1.0", | ||
"@svgr/plugin-jsx": "^8.1.0", | ||
"@tanstack/eslint-plugin-query": "^5.60.1", | ||
"@trivago/prettier-plugin-sort-imports": "^4.3.0", | ||
"@types/react-avatar-editor": "^13.0.3", | ||
"@typescript-eslint/eslint-plugin": "^6.7.0", | ||
"@typescript-eslint/parser": "^6.7.0", | ||
"autoprefixer": "10.4.15", | ||
"eslint": "^8.49.0", | ||
"eslint-config-next": "15.1.0", | ||
"eslint-config-prettier": "^9.0.0", | ||
"eslint-plugin-functional": "^6.0.0", | ||
"eslint-plugin-tailwindcss": "^3.15.1", | ||
"postcss-import": "^16.1.0", | ||
"postcss-nesting": "^12.1.0", | ||
"prettier": "^3.0.3", | ||
"prettier-plugin-tailwindcss": "^0.5.9", | ||
"typescript": "^5.2.2", | ||
"unplugin-icons": "^0.20.1" | ||
}, | ||
"packageManager": "[email protected]", | ||
"resolutions": { | ||
"@types/react": "19.0.1", | ||
"@types/react-dom": "19.0.2" | ||
} | ||
"name": "hikka", | ||
"version": "1.0.0", | ||
"scripts": { | ||
"dev": "next dev", | ||
"build": "next build", | ||
"start": "next start", | ||
"lint": "next lint", | ||
"lint:fix": "next lint --fix", | ||
"email": "email dev --dir src/emails", | ||
"format:write": "prettier --write \"**/*.{ts,tsx,mdx}\" --cache", | ||
"format:check": "prettier --check \"**/*.{ts,tsx,mdx}\" --cache" | ||
}, | ||
"dependencies": { | ||
"@ariakit/react": "^0.4.15", | ||
"@dnd-kit/core": "^6.1.0", | ||
"@dnd-kit/sortable": "^8.0.0", | ||
"@hookform/resolvers": "^3.9.1", | ||
"@marsidev/react-turnstile": "^1.0.2", | ||
"@mobily/ts-belt": "^3.13.1", | ||
"@next/bundle-analyzer": "15.1.0", | ||
"@radix-ui/react-alert-dialog": "^1.1.2", | ||
"@radix-ui/react-aspect-ratio": "^1.1.0", | ||
"@radix-ui/react-avatar": "^1.1.1", | ||
"@radix-ui/react-checkbox": "^1.1.2", | ||
"@radix-ui/react-collapsible": "^1.1.1", | ||
"@radix-ui/react-context-menu": "^2.2.2", | ||
"@radix-ui/react-dialog": "^1.1.2", | ||
"@radix-ui/react-dropdown-menu": "^2.1.2", | ||
"@radix-ui/react-hover-card": "^1.1.2", | ||
"@radix-ui/react-label": "^2.1.0", | ||
"@radix-ui/react-navigation-menu": "^1.2.1", | ||
"@radix-ui/react-popover": "^1.1.2", | ||
"@radix-ui/react-primitive": "^2.0.0", | ||
"@radix-ui/react-progress": "^1.1.0", | ||
"@radix-ui/react-scroll-area": "^1.2.0", | ||
"@radix-ui/react-select": "^2.1.2", | ||
"@radix-ui/react-separator": "^1.1.0", | ||
"@radix-ui/react-slider": "^1.2.1", | ||
"@radix-ui/react-slot": "^1.1.0", | ||
"@radix-ui/react-switch": "^1.1.1", | ||
"@radix-ui/react-tabs": "^1.1.1", | ||
"@radix-ui/react-toggle": "^1.1.0", | ||
"@radix-ui/react-toggle-group": "^1.1.0", | ||
"@radix-ui/react-toolbar": "^1.1.0", | ||
"@radix-ui/react-tooltip": "^1.1.3", | ||
"@react-email/components": "0.0.28", | ||
"@react-hook/resize-observer": "^2.0.2", | ||
"@tanstack/react-query": "^5.59.20", | ||
"@tanstack/react-query-devtools": "^5.59.20", | ||
"@types/node": "20.9.0", | ||
"@types/react": "19.0.1", | ||
"@types/react-dom": "19.0.2", | ||
"@udecode/cn": "^40.2.8", | ||
"@udecode/plate-autoformat": "^40.0.0", | ||
"@udecode/plate-basic-elements": "^40.2.6", | ||
"@udecode/plate-basic-marks": "^40.0.0", | ||
"@udecode/plate-block-quote": "^40.0.0", | ||
"@udecode/plate-break": "^40.0.0", | ||
"@udecode/plate-combobox": "^40.0.0", | ||
"@udecode/plate-common": "40.2.8", | ||
"@udecode/plate-diff": "^40.0.0", | ||
"@udecode/plate-emoji": "^40.0.0", | ||
"@udecode/plate-floating": "^40.0.0", | ||
"@udecode/plate-heading": "^40.2.6", | ||
"@udecode/plate-link": "^40.0.0", | ||
"@udecode/plate-list": "^40.0.0", | ||
"@udecode/plate-markdown": "^40.2.2", | ||
"@udecode/plate-selection": "^40.2.9", | ||
"@udecode/plate-trailing-block": "^40.0.0", | ||
"babel-plugin-react-compiler": "19.0.0-beta-8a03594-20241020", | ||
"class-variance-authority": "^0.7.0", | ||
"clsx": "^2.1.1", | ||
"cmdk": "^1.0.4", | ||
"date-fns": "^4.1.0", | ||
"embla-carousel-react": "^8.3.1", | ||
"i18next": "^23.16.5", | ||
"lucide-react": "^0.456.0", | ||
"marked": "^12.0.1", | ||
"next": "15.1.0", | ||
"next-nprogress-bar": "^2.3.14", | ||
"next-plausible": "^3.12.4", | ||
"next-themes": "^0.4.3", | ||
"notistack": "^3.0.1", | ||
"postcss": "8.4.47", | ||
"react": "19.0.0", | ||
"react-avatar-editor": "^13.0.2", | ||
"react-dom": "19.0.0", | ||
"react-dropzone": "^14.3.5", | ||
"react-email": "2.1.5", | ||
"react-hook-form": "^7.53.2", | ||
"react-intersection-observer": "^9.13.1", | ||
"react-markdown": "^9.0.1", | ||
"react-number-format": "^5.4.2", | ||
"rehype-external-links": "^3.0.0", | ||
"remark-directive": "^3.0.0", | ||
"remark-directive-rehype": "^0.4.2", | ||
"remark-emoji": "^5.0.1", | ||
"remark-mentions": "^1.1.0", | ||
"remark-parse": "^11.0.0", | ||
"sharp": "^0.33.5", | ||
"slate": "^0.110.2", | ||
"slate-dom": "^0.111.0", | ||
"slate-history": "^0.110.3", | ||
"slate-hyperscript": "^0.100.0", | ||
"slate-react": "^0.111.0", | ||
"tailwind-gradient-mask-image": "^1.2.0", | ||
"tailwind-merge": "^2.5.4", | ||
"tailwindcss": "3.4.14", | ||
"tailwindcss-animate": "^1.0.7", | ||
"unified": "^11.0.5", | ||
"vaul": "^1.1.1", | ||
"xml-js": "^1.6.11", | ||
"zod": "^3.23.8", | ||
"zod-i18n-map": "^2.27.0" | ||
}, | ||
"devDependencies": { | ||
"@iconify/json": "^2.2.270", | ||
"@svgr/core": "^8.1.0", | ||
"@svgr/plugin-jsx": "^8.1.0", | ||
"@tanstack/eslint-plugin-query": "^5.60.1", | ||
"@trivago/prettier-plugin-sort-imports": "^4.3.0", | ||
"@types/react-avatar-editor": "^13.0.3", | ||
"@typescript-eslint/eslint-plugin": "^6.7.0", | ||
"@typescript-eslint/parser": "^6.7.0", | ||
"autoprefixer": "10.4.15", | ||
"eslint": "^8.49.0", | ||
"eslint-config-next": "15.1.0", | ||
"eslint-config-prettier": "^9.0.0", | ||
"eslint-plugin-functional": "^6.0.0", | ||
"eslint-plugin-tailwindcss": "^3.15.1", | ||
"postcss-import": "^16.1.0", | ||
"postcss-nesting": "^12.1.0", | ||
"prettier": "^3.0.3", | ||
"prettier-plugin-tailwindcss": "^0.5.9", | ||
"typescript": "5.7.2", | ||
"unplugin-icons": "^0.20.1" | ||
}, | ||
"packageManager": "[email protected]", | ||
"resolutions": { | ||
"@types/react": "19.0.1", | ||
"@types/react-dom": "19.0.2" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters