2024-04-02 12:12:04 +02:00
|
|
|
{
|
|
|
|
|
"name": "app-impress",
|
2025-01-15 12:16:14 +01:00
|
|
|
"version": "2.0.0",
|
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-01-17 11:14:28 +01:00
|
|
|
"@blocknote/core": "0.21.0",
|
|
|
|
|
"@blocknote/mantine": "0.21.0",
|
|
|
|
|
"@blocknote/react": "0.21.0",
|
2024-07-31 18:35:17 +00:00
|
|
|
"@gouvfr-lasuite/integration": "1.0.2",
|
2024-12-16 17:48:24 +01:00
|
|
|
"@hocuspocus/provider": "2.15.0",
|
2024-08-29 09:58:19 +00:00
|
|
|
"@openfun/cunningham-react": "2.9.4",
|
2025-01-02 15:06:12 +01:00
|
|
|
"@sentry/nextjs": "8.47.0",
|
|
|
|
|
"@tanstack/react-query": "5.62.11",
|
2024-12-09 17:59:08 +01:00
|
|
|
"cmdk": "1.0.4",
|
2024-11-25 16:50:12 +01:00
|
|
|
"crisp-sdk-web": "1.0.25",
|
2025-01-02 15:06:12 +01:00
|
|
|
"i18next": "24.2.0",
|
2024-12-16 17:48:24 +01:00
|
|
|
"i18next-browser-languagedetector": "8.0.2",
|
|
|
|
|
"idb": "8.0.1",
|
2024-04-02 12:12:04 +02:00
|
|
|
"lodash": "4.17.21",
|
2024-08-19 14:34:10 +00:00
|
|
|
"luxon": "3.5.0",
|
2025-01-02 15:06:12 +01:00
|
|
|
"next": "15.1.3",
|
2024-04-29 15:10:15 +02:00
|
|
|
"react": "*",
|
2024-11-25 12:27:37 +01:00
|
|
|
"react-aria-components": "1.5.0",
|
2024-04-29 15:10:15 +02:00
|
|
|
"react-dom": "*",
|
2025-01-02 15:06:12 +01:00
|
|
|
"react-i18next": "15.4.0",
|
2024-11-19 15:56:06 +01:00
|
|
|
"react-intersection-observer": "9.13.1",
|
2024-12-16 17:48:24 +01:00
|
|
|
"react-select": "5.9.0",
|
2024-09-02 04:06:53 +00:00
|
|
|
"styled-components": "6.1.13",
|
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-01-02 15:06:12 +01:00
|
|
|
"yjs": "13.6.21",
|
2024-12-16 17:48:24 +01:00
|
|
|
"zustand": "5.0.2"
|
2024-04-02 12:12:04 +02:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@svgr/webpack": "8.1.0",
|
2025-01-02 15:06:12 +01:00
|
|
|
"@tanstack/react-query-devtools": "5.62.11",
|
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",
|
2024-12-16 17:48:24 +01:00
|
|
|
"@testing-library/react": "16.1.0",
|
2024-04-02 12:12:04 +02:00
|
|
|
"@testing-library/user-event": "14.5.2",
|
2024-11-14 16:29:22 +01:00
|
|
|
"@types/jest": "29.5.14",
|
|
|
|
|
"@types/lodash": "4.17.13",
|
2024-04-02 12:12:04 +02:00
|
|
|
"@types/luxon": "3.4.2",
|
|
|
|
|
"@types/node": "*",
|
2024-11-14 16:29:22 +01:00
|
|
|
"@types/react": "18.3.12",
|
2024-04-02 12:12:04 +02:00
|
|
|
"@types/react-dom": "*",
|
2025-01-02 15:06:12 +01:00
|
|
|
"cross-env": "7.0.3",
|
2024-12-03 20:31:31 +00:00
|
|
|
"dotenv": "16.4.7",
|
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",
|
2024-12-16 17:48:24 +01:00
|
|
|
"prettier": "3.4.2",
|
|
|
|
|
"stylelint": "16.12.0",
|
2024-06-27 09:05:32 +00:00
|
|
|
"stylelint-config-standard": "36.0.1",
|
2024-07-31 18:35:17 +00:00
|
|
|
"stylelint-prettier": "5.0.2",
|
2024-06-11 14:23:15 +02:00
|
|
|
"typescript": "*",
|
2024-12-16 17:48:24 +01:00
|
|
|
"webpack": "5.97.1",
|
2024-12-04 11:05:56 +01:00
|
|
|
"workbox-webpack-plugin": "7.1.0"
|
2024-04-02 12:12:04 +02:00
|
|
|
}
|
|
|
|
|
}
|