frontend/package.json

55 lines
1.4 KiB
JSON
Raw Normal View History

2020-05-11 09:47:56 +00:00
{
"name": "frontend",
"version": "0.1.0",
"private": true,
"dependencies": {
2020-08-14 14:17:48 +00:00
"@fullcalendar/core": "^5.3.0",
"@fullcalendar/daygrid": "^5.3.0",
"@fullcalendar/interaction": "^5.3.0",
"@fullcalendar/luxon": "^5.3.0",
"@fullcalendar/react": "^5.3.0",
"@fullcalendar/scrollgrid": "5.3.0",
"@fullcalendar/timegrid": "5.3.0",
"@testing-library/jest-dom": "^5.11.3",
"@testing-library/react": "^10.4.8",
"@testing-library/user-event": "^12.1.1",
"axios": "^0.19.2",
2020-08-14 14:17:48 +00:00
"customize-cra": "^1.0.0",
"dotenv": "^8.2.0",
2020-08-14 14:17:48 +00:00
"fullcalendar-scheduler": "^5.3.0",
"less": "^3.12.2",
"less-loader": "^6.2.0",
2020-05-13 17:39:43 +00:00
"luxon": "^1.24.1",
2020-05-11 09:47:56 +00:00
"react": "^16.13.1",
2020-05-11 16:39:04 +00:00
"react-app-rewired": "^2.1.6",
2020-05-11 09:47:56 +00:00
"react-dom": "^16.13.1",
2020-08-14 14:17:48 +00:00
"react-helmet": "^6.1.0",
2020-05-13 13:39:31 +00:00
"react-router-dom": "^5.2.0",
2020-08-14 14:17:48 +00:00
"react-scripts": "3.4.3",
"rsuite": "^4.8.0"
2020-05-11 09:47:56 +00:00
},
"scripts": {
2020-08-19 11:38:25 +00:00
"start": "react-app-rewired start",
"dev": "BROWSER=firefox-developer-edition react-app-rewired start",
2020-05-11 16:39:04 +00:00
"build": "react-app-rewired build",
"test": "react-app-rewired test",
"eject": "react-app-rewired eject"
2020-05-11 09:47:56 +00:00
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 firefox version",
2020-05-11 16:39:04 +00:00
"last 1 chrome version",
2020-05-11 09:47:56 +00:00
"last 1 safari version"
]
},
"devDependencies": {}
2020-05-11 09:47:56 +00:00
}