mirror of
https://github.com/tomru/pfadi-bussle.git
synced 2026-03-03 06:27:11 +01:00
31 lines
653 B
JSON
31 lines
653 B
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:ci": "jest"
|
|
},
|
|
"dependencies": {
|
|
"bootstrap": "^4.5.0",
|
|
"moment": "^2.27.0",
|
|
"mongoose": "^5.9.25",
|
|
"next": "^9.5.0",
|
|
"react": "16.13.1",
|
|
"react-bootstrap": "^1.3.0",
|
|
"react-day-picker": "^7.4.8",
|
|
"react-dom": "16.13.1",
|
|
"rebass": "^4.0.7",
|
|
"swr": "^0.2.3"
|
|
},
|
|
"devDependencies": {
|
|
"babel-jest": "^26.2.2",
|
|
"eslint": "^7.5.0",
|
|
"eslint-plugin-react": "^7.20.5",
|
|
"jest": "^26.2.2"
|
|
}
|
|
}
|