19baad4fbf
Bumps [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) from 14.1.0 to 14.1.2. - [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/commits/v14.1.2/packages/eslint-config-next) --- updated-dependencies: - dependency-name: eslint-config-next dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
48 lines
1.2 KiB
JSON
48 lines
1.2 KiB
JSON
{
|
|
"name": "eexiv",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint",
|
|
"format": "prettier --write ."
|
|
},
|
|
"engines": {
|
|
"node": ">=20.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@tanstack/react-query": "^5.20.5",
|
|
"fnv-plus": "^1.3.1",
|
|
"million": "^3.0.3",
|
|
"minisearch": "^6.3.0",
|
|
"next": "14.1.0",
|
|
"qrcode.react": "^3.1.0",
|
|
"react": "^18",
|
|
"react-dom": "^18",
|
|
"react-icons": "^5.0.1",
|
|
"react-konami-code": "^2.3.0",
|
|
"react-snowfall": "^2.1.0",
|
|
"react-toastify": "^10.0.4",
|
|
"zustand": "^4.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"@redux-devtools/extension": "^3.3.0",
|
|
"@types/file-saver": "^2.0.7",
|
|
"@types/fnv-plus": "^1.3.2",
|
|
"@types/node": "^20",
|
|
"@types/react": "^18",
|
|
"@types/react-dom": "^18",
|
|
"@types/shell-escape": "^0.2.3",
|
|
"autoprefixer": "^10.0.1",
|
|
"eslint": "^8",
|
|
"eslint-config-next": "14.1.2",
|
|
"postcss": "^8",
|
|
"prettier": "^3.2.5",
|
|
"shell-escape": "^0.2.0",
|
|
"prettier-plugin-organize-imports": "^3.2.4",
|
|
"tailwindcss": "^3.3.0",
|
|
"typescript": "^5"
|
|
}
|
|
}
|