mirror of
https://github.com/tomru/pfadi-bussle.git
synced 2026-03-03 06:27:11 +01:00
Bumps [postcss-flexbugs-fixes](https://github.com/luisrudge/postcss-flexbugs-fixes) from 5.0.1 to 5.0.2. - [Release notes](https://github.com/luisrudge/postcss-flexbugs-fixes/releases) - [Changelog](https://github.com/luisrudge/postcss-flexbugs-fixes/blob/master/CHANGELOG.md) - [Commits](https://github.com/luisrudge/postcss-flexbugs-fixes/commits) Signed-off-by: dependabot[bot] <support@github.com>
46 lines
1.0 KiB
JSON
46 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.16.1",
|
|
"date-fns-tz": "^1.0.12",
|
|
"ics": "^2.26.1",
|
|
"mongoose": "^5.10.15",
|
|
"next": "^10.0.2",
|
|
"next-iron-session": "^4.1.10",
|
|
"p-retry": "^4.2.0",
|
|
"react": "^17.0.1",
|
|
"react-calendar": "^3.2.1",
|
|
"react-dom": "^17.0.1",
|
|
"ts-jest": "^26.4.4",
|
|
"uuid": "^8.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/classnames": "^2.2.11",
|
|
"@types/jest": "^26.0.15",
|
|
"@types/mongoose": "^5.10.1",
|
|
"@types/react": "^17.0.0",
|
|
"@types/react-calendar": "^3.1.2",
|
|
"@types/uuid": "^8.3.0",
|
|
"jest": "^26.6.3",
|
|
"postcss-flexbugs-fixes": "^5.0.2",
|
|
"postcss-preset-env": "^6.7.0",
|
|
"swr": "^0.3.9",
|
|
"tailwindcss": "^1.9.6",
|
|
"typescript": "^4.1.2"
|
|
},
|
|
"jest": {
|
|
"transform": {
|
|
"^.+\\.(ts|tsx)$": "ts-jest"
|
|
}
|
|
}
|
|
}
|