Files
sbbb/src/frontend/apps/calendars/package.json
Sylvain Zimmer a36348ead1 🎉(all) bootstrap the Calendars project
This repository was forked from Drive in late December 2025 and
boostraped as a minimal demo of backend+caldav server+frontend
integration. There is much left to do and to fix!
2026-01-09 00:51:25 +01:00

55 lines
1.5 KiB
JSON

{
"name": "calendars",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build --no-lint",
"start": "next start",
"lint": "next lint",
"build-theme": "cunningham -g css,scss,ts -o src/styles && mv src/styles/cunningham-tokens.scss src/styles/cunningham-tokens-sass.scss",
"test": "jest",
"test:watch": "jest --watch"
},
"engines": {
"node": ">=22.0.0 <25.0.0",
"yarn": "1.22.22"
},
"dependencies": {
"@gouvfr-lasuite/ui-kit": "0.18.4",
"@openfun/cunningham-react": "4.0.0",
"open-dav-calendar": "*",
"date-fns": "4.1.0",
"@tanstack/react-query": "5.90.10",
"@tanstack/react-table": "8.21.3",
"@viselect/react": "3.9.0",
"clsx": "2.1.1",
"i18next": "25.6.2",
"i18next-browser-languagedetector": "8.2.0",
"next": "15.4.9",
"next-i18next": "15.4.2",
"pretty-bytes": "7.1.0",
"react": "19.2.0",
"react-dom": "19.2.0",
"react-dropzone": "14.3.8",
"react-hook-form": "7.66.0",
"react-i18next": "16.3.3",
"react-toastify": "11.0.5",
"sass": "1.94.0"
},
"devDependencies": {
"@tanstack/react-query-devtools": "5.66.9",
"@eslint/eslintrc": "3.2.0",
"@tanstack/eslint-plugin-query": "5.66.1",
"@types/jest": "29.5.14",
"@types/node": "24.10.1",
"@types/react": "19.2.5",
"@types/react-dom": "19.2.3",
"eslint": "9.20.1",
"eslint-config-next": "15.1.7",
"jest": "29.7.0",
"ts-jest": "29.2.5",
"typescript": "5.4.5"
}
}