2024-04-02 12:12:04 +02:00
|
|
|
{
|
|
|
|
|
"name": "app-impress",
|
2025-10-17 10:41:38 +02:00
|
|
|
"version": "3.8.1",
|
2025-09-12 10:20:01 +02:00
|
|
|
"repository": "https://github.com/suitenumerique/docs",
|
|
|
|
|
"author": "DINUM",
|
|
|
|
|
"license": "MIT",
|
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",
|
2025-03-25 13:01:48 +01:00
|
|
|
"build-theme": "cunningham -g css,ts -o src/cunningham --utility-classes && yarn prettier && yarn stylelint --fix",
|
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\"",
|
2025-08-06 14:35:43 +02:00
|
|
|
"test": "vitest",
|
|
|
|
|
"test:watch": "vitest --watch"
|
2024-04-02 12:12:04 +02:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2025-05-19 06:36:13 +00:00
|
|
|
"@ag-media/react-pdf-table": "2.0.3",
|
2025-09-01 09:57:03 +00:00
|
|
|
"@blocknote/code-block": "0.37.0",
|
|
|
|
|
"@blocknote/core": "0.37.0",
|
|
|
|
|
"@blocknote/mantine": "0.37.0",
|
|
|
|
|
"@blocknote/react": "0.37.0",
|
|
|
|
|
"@blocknote/xl-docx-exporter": "0.37.0",
|
|
|
|
|
"@blocknote/xl-multi-column": "0.37.0",
|
|
|
|
|
"@blocknote/xl-pdf-exporter": "0.37.0",
|
2025-03-17 14:48:42 +01:00
|
|
|
"@dnd-kit/core": "6.3.1",
|
|
|
|
|
"@dnd-kit/modifiers": "9.0.0",
|
2025-04-18 13:19:07 +02:00
|
|
|
"@emoji-mart/data": "1.2.1",
|
|
|
|
|
"@emoji-mart/react": "1.1.1",
|
2025-10-06 18:09:27 +02:00
|
|
|
"@fontsource-variable/inter": "5.2.8",
|
2025-10-08 12:54:57 +02:00
|
|
|
"@fontsource-variable/material-symbols-outlined": "5.2.25",
|
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-09-02 10:36:37 +02:00
|
|
|
"@gouvfr-lasuite/ui-kit": "0.16.1",
|
2025-02-07 16:06:33 +00:00
|
|
|
"@hocuspocus/provider": "2.15.2",
|
2025-09-01 09:57:03 +00:00
|
|
|
"@openfun/cunningham-react": "3.2.3",
|
2025-04-30 12:37:38 +02:00
|
|
|
"@react-pdf/renderer": "4.3.0",
|
2025-09-11 20:19:35 +00:00
|
|
|
"@sentry/nextjs": "10.11.0",
|
|
|
|
|
"@tanstack/react-query": "5.87.4",
|
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-06-26 16:47:51 +02:00
|
|
|
"docx": "9.5.0",
|
2025-10-06 14:54:25 +02:00
|
|
|
"emoji-datasource-apple": "16.0.0",
|
2025-04-18 13:19:07 +02:00
|
|
|
"emoji-mart": "5.6.0",
|
2025-09-11 20:19:35 +00:00
|
|
|
"emoji-regex": "10.5.0",
|
|
|
|
|
"i18next": "25.5.2",
|
2025-06-26 12:14:34 +00:00
|
|
|
"i18next-browser-languagedetector": "8.2.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-09-11 20:19:35 +00:00
|
|
|
"luxon": "3.7.2",
|
|
|
|
|
"next": "15.5.3",
|
|
|
|
|
"posthog-js": "1.264.2",
|
2024-04-29 15:10:15 +02:00
|
|
|
"react": "*",
|
2025-09-01 09:57:03 +00:00
|
|
|
"react-aria-components": "1.12.1",
|
2024-04-29 15:10:15 +02:00
|
|
|
"react-dom": "*",
|
2025-09-01 09:57:03 +00:00
|
|
|
"react-i18next": "15.7.3",
|
2025-04-23 11:43:50 +02:00
|
|
|
"react-intersection-observer": "9.16.0",
|
2025-07-15 03:15:51 +00:00
|
|
|
"react-select": "5.10.2",
|
2025-06-26 12:14:34 +00:00
|
|
|
"styled-components": "6.1.19",
|
2025-09-11 20:19:35 +00:00
|
|
|
"use-debounce": "10.0.6",
|
2024-09-11 11:26:34 +02:00
|
|
|
"y-protocols": "1.0.6",
|
2025-03-04 16:02:00 +01:00
|
|
|
"yjs": "*",
|
2025-09-01 09:57:03 +00:00
|
|
|
"zustand": "5.0.8"
|
2024-04-02 12:12:04 +02:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@svgr/webpack": "8.1.0",
|
2025-09-11 20:19:35 +00:00
|
|
|
"@tanstack/react-query-devtools": "5.87.4",
|
2025-08-07 11:06:34 +02:00
|
|
|
"@testing-library/dom": "10.4.1",
|
2025-09-01 09:57:03 +00:00
|
|
|
"@testing-library/jest-dom": "6.8.0",
|
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",
|
2025-07-07 19:27:46 +00:00
|
|
|
"@types/lodash": "4.17.20",
|
2025-08-07 11:06:34 +02:00
|
|
|
"@types/luxon": "3.7.1",
|
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-09-01 09:57:03 +00:00
|
|
|
"@vitejs/plugin-react": "5.0.2",
|
2025-10-06 11:41:19 +02:00
|
|
|
"copy-webpack-plugin": "13.0.1",
|
2025-08-07 11:06:34 +02:00
|
|
|
"cross-env": "10.0.0",
|
2025-09-11 20:19:35 +00:00
|
|
|
"dotenv": "17.2.2",
|
2025-08-08 14:43:25 +02:00
|
|
|
"eslint-plugin-docs": "*",
|
2024-06-27 12:13:08 +02:00
|
|
|
"fetch-mock": "9.11.0",
|
2025-08-06 14:35:43 +02:00
|
|
|
"jsdom": "26.1.0",
|
2024-04-02 12:12:04 +02:00
|
|
|
"node-fetch": "2.7.0",
|
2025-07-07 19:27:46 +00:00
|
|
|
"prettier": "3.6.2",
|
2025-09-11 20:19:35 +00:00
|
|
|
"stylelint": "16.24.0",
|
2025-08-07 11:06:34 +02:00
|
|
|
"stylelint-config-standard": "39.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-08-06 14:35:43 +02:00
|
|
|
"vite-tsconfig-paths": "5.1.4",
|
|
|
|
|
"vitest": "3.2.4",
|
2025-09-01 09:57:03 +00:00
|
|
|
"webpack": "5.101.3",
|
2024-12-04 11:05:56 +01:00
|
|
|
"workbox-webpack-plugin": "7.1.0"
|
2025-09-12 10:20:01 +02:00
|
|
|
},
|
|
|
|
|
"packageManager": "yarn@1.22.22"
|
2024-04-02 12:12:04 +02:00
|
|
|
}
|