mirror of
https://github.com/iconoir-icons/iconoir
synced 2026-03-14 14:05:44 +01:00
Bumps [next](https://github.com/vercel/next.js) from 15.4.4 to 16.1.5. - [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...v16.1.5) --- updated-dependencies: - dependency-name: next dependency-version: 16.1.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
44 lines
1.2 KiB
JSON
44 lines
1.2 KiB
JSON
{
|
|
"name": "iconoir.com",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev --turbo",
|
|
"build": "next build",
|
|
"start": "pnpm dlx serve out",
|
|
"lint": "next lint"
|
|
},
|
|
"devDependencies": {
|
|
"@nodesecure/npm-registry-sdk": "^3.0.0",
|
|
"@octokit/rest": "^22.0.0",
|
|
"@react-aria/focus": "^3.21.0",
|
|
"@react-aria/i18n": "^3.12.11",
|
|
"@react-aria/slider": "^3.8.0",
|
|
"@react-aria/utils": "^3.30.0",
|
|
"@react-aria/visually-hidden": "^3.8.26",
|
|
"@react-stately/slider": "^3.7.0",
|
|
"@react-types/slider": "^3.8.0",
|
|
"@types/animejs": "^3.1.13",
|
|
"@types/lodash": "^4.17.20",
|
|
"@types/node": "^22.16.5",
|
|
"@types/react": "^19.1.8",
|
|
"@types/react-dom": "^19.1.6",
|
|
"@types/react-window": "^1.8.8",
|
|
"animejs": "^3.2.2",
|
|
"csvtojson": "^2.0.10",
|
|
"eslint-config-next": "^15.4.4",
|
|
"iconoir-react": "workspace:*",
|
|
"lodash": "^4.17.21",
|
|
"moment": "^2.30.1",
|
|
"next": "^16.1.5",
|
|
"next-mdx-remote": "^5.0.0",
|
|
"react": "^19.1.0",
|
|
"react-dom": "^19.1.0",
|
|
"react-window": "^1.8.11",
|
|
"remark-gfm": "^4.0.1",
|
|
"remark-prism": "^1.3.6",
|
|
"scule": "^1.3.0",
|
|
"styled-components": "^6.1.19",
|
|
"typescript": "~5.8.3",
|
|
"use-resize-observer": "^9.1.0"
|
|
}
|
|
}
|