mirror of
https://github.com/Drop-OSS/drop.git
synced 2026-06-22 04:11:32 +10:00
257b53c8aa
Bumps [next](https://github.com/vercel/next.js) from 15.4.4 to 15.5.18. - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](https://github.com/vercel/next.js/compare/v15.4.4...v15.5.18) --- updated-dependencies: - dependency-name: next dependency-version: 15.5.18 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
47 lines
1.3 KiB
JSON
47 lines
1.3 KiB
JSON
{
|
|
"name": "radiant",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint",
|
|
"typegen": "sanity schema extract --path=src/sanity/extract.json && sanity typegen generate && rm ./src/sanity/extract.json"
|
|
},
|
|
"dependencies": {
|
|
"@headlessui/react": "^2.2.6",
|
|
"@heroicons/react": "^2.2.0",
|
|
"@octokit/core": "^7.0.3",
|
|
"clsx": "^2.1.1",
|
|
"dayjs": "^1.11.13",
|
|
"feed": "^5.1.0",
|
|
"framer-motion": "^12.23.11",
|
|
"next": "15.5.18",
|
|
"react": "^19",
|
|
"react-dom": "^19",
|
|
"react-use-measure": "^2.1.7",
|
|
"styled-components": "^6"
|
|
},
|
|
"devDependencies": {
|
|
"@content-collections/core": "^0.11.1",
|
|
"@content-collections/mdx": "^0.2.2",
|
|
"@content-collections/next": "^0.2.7",
|
|
"@eslint/eslintrc": "^3",
|
|
"@tailwindcss/postcss": "^4.1.11",
|
|
"@types/mdx": "^2.0.13",
|
|
"@types/node": "^24",
|
|
"@types/react": "^19",
|
|
"@types/react-dom": "^19",
|
|
"eslint": "^9",
|
|
"eslint-config-next": "15.4.4",
|
|
"postcss": "^8.5.6",
|
|
"prettier": "^3.6.2",
|
|
"prettier-plugin-organize-imports": "^4.2.0",
|
|
"prettier-plugin-tailwindcss": "^0.6.14",
|
|
"tailwindcss": "^4.1.11",
|
|
"typescript": "^5",
|
|
"zod": "^4.1.5"
|
|
}
|
|
}
|