2024-04-02 12:12:04 +02:00
|
|
|
{
|
|
|
|
|
"name": "app-impress",
|
2025-05-06 16:21:24 +02:00
|
|
|
"version": "3.2.1",
|
2024-04-02 12:12:04 +02:00
|
|
|
"private": true,
|
|
|
|
|
"scripts": {
|
|
|
|
|
"dev": "next dev",
|
|
|
|
|
"build": "prettier --check . && yarn stylelint && next build",
|
2024-06-14 16:12:39 +02:00
|
|
|
"build:ci": "cp .env.development .env.local && yarn build",
|
2024-07-12 15:00:33 +02:00
|
|
|
"build-theme": "cunningham -g css,ts -o src/cunningham --utility-classes && yarn prettier",
|
2024-04-02 12:12:04 +02:00
|
|
|
"start": "npx -y serve@latest out",
|
2024-04-04 17:07:18 +02:00
|
|
|
"lint": "tsc --noEmit && next lint",
|
2024-04-02 12:12:04 +02:00
|
|
|
"prettier": "prettier --write .",
|
|
|
|
|
"stylelint": "stylelint \"**/*.css\"",
|
|
|
|
|
"test": "jest",
|
|
|
|
|
"test:watch": "jest --watch"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2025-05-19 06:36:13 +00:00
|
|
|
"@ag-media/react-pdf-table": "2.0.3",
|
2025-05-15 10:50:51 +02:00
|
|
|
"@blocknote/code-block": "0.30.0",
|
|
|
|
|
"@blocknote/core": "0.30.0",
|
|
|
|
|
"@blocknote/mantine": "0.30.0",
|
|
|
|
|
"@blocknote/react": "0.30.0",
|
|
|
|
|
"@blocknote/xl-docx-exporter": "0.30.0",
|
|
|
|
|
"@blocknote/xl-pdf-exporter": "0.30.0",
|
2025-04-18 13:19:07 +02:00
|
|
|
"@emoji-mart/data": "1.2.1",
|
|
|
|
|
"@emoji-mart/react": "1.1.1",
|
2025-03-17 14:48:42 +01:00
|
|
|
"@fontsource/material-icons": "5.2.5",
|
2025-04-23 11:43:50 +02:00
|
|
|
"@gouvfr-lasuite/integration": "1.0.3",
|
2025-05-16 12:35:16 +02:00
|
|
|
"@gouvfr-lasuite/ui-kit": "0.6.0",
|
2025-02-07 16:06:33 +00:00
|
|
|
"@hocuspocus/provider": "2.15.2",
|
2025-05-15 10:50:51 +02:00
|
|
|
"@openfun/cunningham-react": "3.1.0",
|
2025-04-30 12:37:38 +02:00
|
|
|
"@react-pdf/renderer": "4.3.0",
|
2025-05-15 10:50:51 +02:00
|
|
|
"@sentry/nextjs": "9.19.0",
|
|
|
|
|
"@tanstack/react-query": "5.76.1",
|
2025-03-14 14:14:42 +00:00
|
|
|
"canvg": "4.0.3",
|
2025-03-27 10:52:26 +01:00
|
|
|
"clsx": "2.1.1",
|
2025-04-23 11:43:50 +02:00
|
|
|
"cmdk": "1.1.1",
|
2024-11-25 16:50:12 +01:00
|
|
|
"crisp-sdk-web": "1.0.25",
|
2025-05-15 10:50:51 +02:00
|
|
|
"docx": "9.5.0",
|
2025-04-18 13:19:07 +02:00
|
|
|
"emoji-mart": "5.6.0",
|
2025-05-19 06:36:13 +00:00
|
|
|
"i18next": "25.1.3",
|
2025-05-06 11:22:15 +02:00
|
|
|
"i18next-browser-languagedetector": "8.1.0",
|
2025-05-15 10:50:51 +02:00
|
|
|
"idb": "8.0.3",
|
2024-04-02 12:12:04 +02:00
|
|
|
"lodash": "4.17.21",
|
2025-04-23 11:43:50 +02:00
|
|
|
"luxon": "3.6.1",
|
2025-05-15 10:50:51 +02:00
|
|
|
"next": "15.3.2",
|
2025-05-19 06:36:13 +00:00
|
|
|
"posthog-js": "1.242.2",
|
2024-04-29 15:10:15 +02:00
|
|
|
"react": "*",
|
2025-04-23 11:43:50 +02:00
|
|
|
"react-aria-components": "1.8.0",
|
2024-04-29 15:10:15 +02:00
|
|
|
"react-dom": "*",
|
2025-04-30 12:37:38 +02:00
|
|
|
"react-i18next": "15.5.1",
|
2025-04-23 11:43:50 +02:00
|
|
|
"react-intersection-observer": "9.16.0",
|
2025-03-04 13:26:15 +00:00
|
|
|
"react-select": "5.10.1",
|
2025-05-15 10:50:51 +02:00
|
|
|
"styled-components": "6.1.18",
|
2024-12-09 17:59:08 +01:00
|
|
|
"use-debounce": "10.0.4",
|
2024-09-11 11:26:34 +02:00
|
|
|
"y-protocols": "1.0.6",
|
2025-03-04 16:02:00 +01:00
|
|
|
"yjs": "*",
|
2025-05-06 11:22:15 +02:00
|
|
|
"zustand": "5.0.4"
|
2024-04-02 12:12:04 +02:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@svgr/webpack": "8.1.0",
|
2025-05-15 10:50:51 +02:00
|
|
|
"@tanstack/react-query-devtools": "5.76.1",
|
2024-07-31 18:35:17 +00:00
|
|
|
"@testing-library/dom": "10.4.0",
|
2024-11-14 16:29:22 +01:00
|
|
|
"@testing-library/jest-dom": "6.6.3",
|
2025-04-23 11:43:50 +02:00
|
|
|
"@testing-library/react": "16.3.0",
|
2025-01-29 13:25:13 +00:00
|
|
|
"@testing-library/user-event": "14.6.1",
|
2024-11-14 16:29:22 +01:00
|
|
|
"@types/jest": "29.5.14",
|
2025-03-04 13:26:15 +00:00
|
|
|
"@types/lodash": "4.17.16",
|
2025-04-23 11:43:50 +02:00
|
|
|
"@types/luxon": "3.6.2",
|
2024-04-02 12:12:04 +02:00
|
|
|
"@types/node": "*",
|
2025-03-04 16:08:16 +01:00
|
|
|
"@types/react": "*",
|
2024-04-02 12:12:04 +02:00
|
|
|
"@types/react-dom": "*",
|
2025-01-02 15:06:12 +01:00
|
|
|
"cross-env": "7.0.3",
|
2025-04-23 11:43:50 +02:00
|
|
|
"dotenv": "16.5.0",
|
2024-04-02 12:12:04 +02:00
|
|
|
"eslint-config-impress": "*",
|
2024-06-27 12:13:08 +02:00
|
|
|
"fetch-mock": "9.11.0",
|
2024-04-02 12:12:04 +02:00
|
|
|
"jest": "29.7.0",
|
|
|
|
|
"jest-environment-jsdom": "29.7.0",
|
|
|
|
|
"node-fetch": "2.7.0",
|
2025-03-04 13:26:15 +00:00
|
|
|
"prettier": "3.5.3",
|
2025-04-30 12:37:38 +02:00
|
|
|
"stylelint": "16.19.1",
|
2025-04-23 11:43:50 +02:00
|
|
|
"stylelint-config-standard": "38.0.0",
|
2025-01-29 13:25:13 +00:00
|
|
|
"stylelint-prettier": "5.0.3",
|
2024-06-11 14:23:15 +02:00
|
|
|
"typescript": "*",
|
2025-05-15 10:50:51 +02:00
|
|
|
"webpack": "5.99.8",
|
2024-12-04 11:05:56 +01:00
|
|
|
"workbox-webpack-plugin": "7.1.0"
|
2024-04-02 12:12:04 +02:00
|
|
|
}
|
|
|
|
|
}
|