mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-28 16:26:21 +01:00
Bumps [next](https://github.com/vercel/next.js) from 9.5.3 to 9.5.4. - [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/v9.5.3...v9.5.4) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
39 lines
984 B
JSON
39 lines
984 B
JSON
{
|
|
"private": true,
|
|
"name": "site",
|
|
"version": "1.0.0",
|
|
"author": "John Letey",
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"export": "next export -o build",
|
|
"deploy": "yarn build && yarn export",
|
|
"test": "jest"
|
|
},
|
|
"dependencies": {
|
|
"@chakra-ui/core": "^0.8.0",
|
|
"@emotion/core": "^10.0.28",
|
|
"@emotion/styled": "^10.0.27",
|
|
"downloadjs": "^1.4.7",
|
|
"emotion-theming": "^10.0.27",
|
|
"fuse.js": "^6.0.4",
|
|
"jszip": "^3.4.0",
|
|
"next": "^9.5.4",
|
|
"react": "^16.13.1",
|
|
"react-dom": "^16.13.1"
|
|
},
|
|
"devDependencies": {
|
|
"@testing-library/dom": "^7.24.4",
|
|
"@testing-library/jest-dom": "^5.11.4",
|
|
"@testing-library/react": "^11.0.4",
|
|
"@testing-library/react-hooks": "^3.4.2",
|
|
"@types/node": "^14.0.11",
|
|
"@types/react": "^16.9.35",
|
|
"@types/react-dom": "^16.9.8",
|
|
"babel-jest": "^26.5.2",
|
|
"jest": "^26.5.2",
|
|
"react-test-renderer": "^16.13.1",
|
|
"typescript": "^3.9.5"
|
|
}
|
|
}
|