109 lines
3.4 KiB
JSON
109 lines
3.4 KiB
JSON
{
|
|
"name": "app-impress",
|
|
"version": "4.4.0",
|
|
"repository": "https://github.com/suitenumerique/docs",
|
|
"author": "DINUM",
|
|
"license": "MIT",
|
|
"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 && yarn stylelint --fix",
|
|
"start": "npx -y serve@latest out",
|
|
"lint": "tsc --noEmit && next lint",
|
|
"prettier": "prettier --write .",
|
|
"stylelint": "stylelint \"**/*.css\"",
|
|
"test": "vitest",
|
|
"test:watch": "vitest --watch"
|
|
},
|
|
"dependencies": {
|
|
"@ag-media/react-pdf-table": "2.0.3",
|
|
"@blocknote/code-block": "0.45.0",
|
|
"@blocknote/core": "0.45.0",
|
|
"@blocknote/mantine": "0.45.0",
|
|
"@blocknote/react": "0.45.0",
|
|
"@blocknote/xl-docx-exporter": "0.45.0",
|
|
"@blocknote/xl-multi-column": "0.45.0",
|
|
"@blocknote/xl-odt-exporter": "0.45.0",
|
|
"@blocknote/xl-pdf-exporter": "0.45.0",
|
|
"@dnd-kit/core": "6.3.1",
|
|
"@dnd-kit/modifiers": "9.0.0",
|
|
"@emoji-mart/data": "1.2.1",
|
|
"@emoji-mart/react": "1.1.1",
|
|
"@fontsource-variable/inter": "5.2.8",
|
|
"@fontsource-variable/material-symbols-outlined": "5.2.30",
|
|
"@fontsource/material-icons": "5.2.7",
|
|
"@gouvfr-lasuite/cunningham-react": "4.1.0",
|
|
"@gouvfr-lasuite/integration": "1.0.3",
|
|
"@gouvfr-lasuite/ui-kit": "0.18.6",
|
|
"@hocuspocus/provider": "3.4.3",
|
|
"@mantine/core": "8.3.10",
|
|
"@mantine/hooks": "8.3.10",
|
|
"@react-pdf/renderer": "4.3.1",
|
|
"@sentry/nextjs": "10.32.1",
|
|
"@tanstack/react-query": "5.90.16",
|
|
"@tiptap/extensions": "*",
|
|
"canvg": "4.0.3",
|
|
"clsx": "2.1.1",
|
|
"cmdk": "1.1.1",
|
|
"crisp-sdk-web": "1.0.26",
|
|
"docx": "*",
|
|
"emoji-datasource-apple": "16.0.0",
|
|
"emoji-mart": "5.6.0",
|
|
"emoji-regex": "10.6.0",
|
|
"i18next": "25.7.3",
|
|
"i18next-browser-languagedetector": "8.2.0",
|
|
"idb": "8.0.3",
|
|
"lodash": "4.17.23",
|
|
"luxon": "3.7.2",
|
|
"next": "15.5.9",
|
|
"posthog-js": "1.312.0",
|
|
"react": "*",
|
|
"react-aria-components": "1.14.0",
|
|
"react-dom": "*",
|
|
"react-dropzone": "14.3.8",
|
|
"react-i18next": "16.5.1",
|
|
"react-intersection-observer": "10.0.0",
|
|
"react-resizable-panels": "3.0.6",
|
|
"react-select": "5.10.2",
|
|
"styled-components": "6.1.19",
|
|
"use-debounce": "10.0.6",
|
|
"uuid": "13.0.0",
|
|
"y-protocols": "1.0.7",
|
|
"yjs": "*",
|
|
"zustand": "5.0.9"
|
|
},
|
|
"devDependencies": {
|
|
"@svgr/webpack": "8.1.0",
|
|
"@tanstack/react-query-devtools": "5.91.2",
|
|
"@testing-library/dom": "10.4.1",
|
|
"@testing-library/jest-dom": "6.9.1",
|
|
"@testing-library/react": "16.3.1",
|
|
"@testing-library/user-event": "14.6.1",
|
|
"@types/lodash": "4.17.21",
|
|
"@types/luxon": "3.7.1",
|
|
"@types/node": "*",
|
|
"@types/react": "*",
|
|
"@types/react-dom": "*",
|
|
"@vitejs/plugin-react": "5.1.2",
|
|
"copy-webpack-plugin": "13.0.1",
|
|
"cross-env": "10.1.0",
|
|
"dotenv": "17.2.3",
|
|
"eslint-plugin-docs": "*",
|
|
"fetch-mock": "9.11.0",
|
|
"jsdom": "27.4.0",
|
|
"node-fetch": "2.7.0",
|
|
"prettier": "3.7.4",
|
|
"stylelint": "16.26.1",
|
|
"stylelint-config-standard": "39.0.1",
|
|
"stylelint-prettier": "5.0.3",
|
|
"typescript": "*",
|
|
"vite-tsconfig-paths": "6.0.3",
|
|
"vitest": "4.0.16",
|
|
"webpack": "5.104.1",
|
|
"workbox-webpack-plugin": "7.1.0"
|
|
},
|
|
"packageManager": "yarn@1.22.22"
|
|
}
|