mirror of
https://github.com/tomru/pfadi-bussle.git
synced 2026-03-03 06:27:11 +01:00
22 lines
423 B
JSON
22 lines
423 B
JSON
{
|
|
"name": "pfadi-bussle",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start"
|
|
},
|
|
"dependencies": {
|
|
"bootstrap": "^4.5.0",
|
|
"moment": "^2.27.0",
|
|
"next": "9.4.4",
|
|
"react": "16.13.1",
|
|
"react-bootstrap": "^1.0.1",
|
|
"react-dates": "^21.8.0",
|
|
"react-dom": "16.13.1",
|
|
"rebass": "^4.0.7",
|
|
"swr": "^0.2.3"
|
|
}
|
|
}
|