Files
pfadi-bussle/package.json
dependabot[bot] 0eeee08659 Bump postcss from 8.3.0 to 8.3.4
Bumps [postcss](https://github.com/postcss/postcss) from 8.3.0 to 8.3.4.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.3.0...8.3.4)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-17 22:06:07 +02:00

49 lines
1.1 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.22.1",
"date-fns-tz": "^1.1.4",
"ics": "^2.29.0",
"mongoose": "^5.12.13",
"next": "^11.0.0",
"next-iron-session": "^4.1.14",
"next-mdx-remote": "^3.0.2",
"p-retry": "^4.5.0",
"react": "^17.0.2",
"react-calendar": "^3.4.0",
"react-dom": "^17.0.2",
"ts-jest": "^26.5.6",
"uuid": "^8.3.2"
},
"devDependencies": {
"@types/classnames": "^2.3.1",
"@types/jest": "^26.0.23",
"@types/react": "^17.0.11",
"@types/react-calendar": "^3.4.0",
"@types/uuid": "^8.3.0",
"eslint": "^7.28.0",
"eslint-config-next": "^11.0.0",
"jest": "^26.6.3",
"postcss": "^8.3.4",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-preset-env": "^6.7.0",
"swr": "^0.5.6",
"tailwindcss": "^2.1.4",
"typescript": "^4.3.2"
},
"jest": {
"transform": {
"^.+\\.(ts|tsx)$": "ts-jest"
}
}
}