mirror of
https://github.com/tomru/pfadi-bussle.git
synced 2026-03-03 06:27:11 +01:00
Bumps [swr](https://github.com/vercel/swr) from 0.4.2 to 0.5.0. - [Release notes](https://github.com/vercel/swr/releases) - [Commits](https://github.com/vercel/swr/compare/0.4.2...0.5.0) Signed-off-by: dependabot[bot] <support@github.com>
47 lines
1.0 KiB
JSON
47 lines
1.0 KiB
JSON
{
|
|
"name": "pfadi-bussle",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"test:watch": "jest --watch",
|
|
"test": "jest"
|
|
},
|
|
"dependencies": {
|
|
"date-fns": "^2.17.0",
|
|
"date-fns-tz": "^1.1.3",
|
|
"ics": "^2.27.0",
|
|
"mongoose": "^5.11.19",
|
|
"next": "^10.0.8",
|
|
"next-iron-session": "^4.1.12",
|
|
"p-retry": "^4.4.0",
|
|
"react": "^17.0.1",
|
|
"react-calendar": "^3.3.1",
|
|
"react-dom": "^17.0.1",
|
|
"ts-jest": "^26.5.3",
|
|
"uuid": "^8.3.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/classnames": "^2.2.11",
|
|
"@types/jest": "^26.0.20",
|
|
"@types/mongoose": "^5.10.3",
|
|
"@types/react": "^17.0.2",
|
|
"@types/react-calendar": "^3.1.4",
|
|
"@types/uuid": "^8.3.0",
|
|
"jest": "^26.6.3",
|
|
"postcss": "^8.2.7",
|
|
"postcss-flexbugs-fixes": "^5.0.2",
|
|
"postcss-preset-env": "^6.7.0",
|
|
"swr": "^0.5.0",
|
|
"tailwindcss": "^2.0.3",
|
|
"typescript": "^4.2.3"
|
|
},
|
|
"jest": {
|
|
"transform": {
|
|
"^.+\\.(ts|tsx)$": "ts-jest"
|
|
}
|
|
}
|
|
}
|