Files
pfadi-bussle/package.json
dependabot[bot] b1d1260133 Bump swr from 0.5.5 to 0.5.6
Bumps [swr](https://github.com/vercel/swr) from 0.5.5 to 0.5.6.
- [Release notes](https://github.com/vercel/swr/releases)
- [Commits](https://github.com/vercel/swr/commits/0.5.6)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-18 23:00:00 +02:00

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.21.1",
"date-fns-tz": "^1.1.4",
"ics": "^2.27.0",
"mongoose": "^5.12.10",
"next": "^10.1.3",
"next-iron-session": "^4.1.13",
"next-mdx-remote": "^2.1.4",
"p-retry": "^4.5.0",
"react": "^17.0.2",
"react-calendar": "^3.4.0",
"react-dom": "^17.0.2",
"ts-jest": "^26.5.5",
"uuid": "^8.3.2"
},
"devDependencies": {
"@types/classnames": "^2.3.1",
"@types/jest": "^26.0.22",
"@types/react": "^17.0.3",
"@types/react-calendar": "^3.1.4",
"@types/uuid": "^8.3.0",
"jest": "^26.6.3",
"postcss": "^8.2.15",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-preset-env": "^6.7.0",
"swr": "^0.5.6",
"tailwindcss": "^2.1.2",
"typescript": "^4.2.4"
},
"jest": {
"transform": {
"^.+\\.(ts|tsx)$": "ts-jest"
}
}
}