Added: - 📝Contributing.md - 🌐(frontend) add localization to editor - ✨Public and restricted doc editable - ✨(frontend) Add full name if available - ✨(backend) Add view accesses ability Changed: - ♻️(frontend) avoid documents indexing in search engine - ♻️(frontend) list accesses if user has abilities - 👔(backend) doc restricted by default Fixed: - 🐛(backend) require right to manage document accesses to see invitations - 🐛(i18n) same frontend and backend language using shared cookies - 🐛(frontend) add default toolbar buttons - 🐛(frontend) throttle error correctly display Removed: - 🔥(helm) remove infra related codes
70 lines
2.0 KiB
JSON
70 lines
2.0 KiB
JSON
{
|
|
"name": "app-impress",
|
|
"version": "1.7.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "prettier --check . && yarn stylelint && next build",
|
|
"build:ci": "cp .env.development .env.local && yarn build",
|
|
"build-theme": "cunningham -g css,ts -o src/cunningham --utility-classes && yarn prettier",
|
|
"start": "npx -y serve@latest out",
|
|
"lint": "tsc --noEmit && next lint",
|
|
"prettier": "prettier --write .",
|
|
"stylelint": "stylelint \"**/*.css\"",
|
|
"test": "jest",
|
|
"test:watch": "jest --watch"
|
|
},
|
|
"dependencies": {
|
|
"@blocknote/core": "*",
|
|
"@blocknote/mantine": "*",
|
|
"@blocknote/react": "*",
|
|
"@gouvfr-lasuite/integration": "1.0.2",
|
|
"@hocuspocus/provider": "2.13.7",
|
|
"@openfun/cunningham-react": "2.9.4",
|
|
"@tanstack/react-query": "5.59.15",
|
|
"i18next": "23.16.2",
|
|
"i18next-browser-languagedetector": "8.0.0",
|
|
"idb": "8.0.0",
|
|
"lodash": "4.17.21",
|
|
"luxon": "3.5.0",
|
|
"next": "14.2.15",
|
|
"react": "*",
|
|
"react-aria-components": "1.4.1",
|
|
"react-dom": "*",
|
|
"react-i18next": "15.0.3",
|
|
"react-select": "5.8.1",
|
|
"styled-components": "6.1.13",
|
|
"y-protocols": "1.0.6",
|
|
"yjs": "*",
|
|
"zustand": "5.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@svgr/webpack": "8.1.0",
|
|
"@tanstack/react-query-devtools": "5.59.15",
|
|
"@testing-library/dom": "10.4.0",
|
|
"@testing-library/jest-dom": "6.6.2",
|
|
"@testing-library/react": "16.0.1",
|
|
"@testing-library/user-event": "14.5.2",
|
|
"@types/jest": "29.5.13",
|
|
"@types/lodash": "4.17.12",
|
|
"@types/luxon": "3.4.2",
|
|
"@types/node": "*",
|
|
"@types/react": "18.3.11",
|
|
"@types/react-dom": "*",
|
|
"cross-env": "*",
|
|
"dotenv": "16.4.5",
|
|
"eslint-config-impress": "*",
|
|
"fetch-mock": "9.11.0",
|
|
"jest": "29.7.0",
|
|
"jest-environment-jsdom": "29.7.0",
|
|
"node-fetch": "2.7.0",
|
|
"prettier": "3.3.3",
|
|
"stylelint": "16.10.0",
|
|
"stylelint-config-standard": "36.0.1",
|
|
"stylelint-prettier": "5.0.2",
|
|
"typescript": "*",
|
|
"webpack": "5.95.0",
|
|
"workbox-webpack-plugin": "7.1.0"
|
|
}
|
|
}
|