2024-04-02 12:12:04 +02:00
|
|
|
{
|
|
|
|
|
"name": "app-impress",
|
2024-10-25 13:51:38 +02:00
|
|
|
"version": "1.7.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": {
|
2024-07-08 16:59:31 +02:00
|
|
|
"@blocknote/core": "*",
|
|
|
|
|
"@blocknote/mantine": "*",
|
|
|
|
|
"@blocknote/react": "*",
|
2024-07-31 18:35:17 +00:00
|
|
|
"@gouvfr-lasuite/integration": "1.0.2",
|
2024-10-17 12:10:46 +02:00
|
|
|
"@hocuspocus/provider": "2.13.7",
|
2024-08-29 09:58:19 +00:00
|
|
|
"@openfun/cunningham-react": "2.9.4",
|
2024-10-17 12:10:46 +02:00
|
|
|
"@tanstack/react-query": "5.59.15",
|
2024-10-21 07:46:34 +00:00
|
|
|
"i18next": "23.16.2",
|
2024-10-22 18:17:53 +02:00
|
|
|
"i18next-browser-languagedetector": "8.0.0",
|
2024-06-17 11:01:56 +02:00
|
|
|
"idb": "8.0.0",
|
2024-04-02 12:12:04 +02:00
|
|
|
"lodash": "4.17.21",
|
2024-08-19 14:34:10 +00:00
|
|
|
"luxon": "3.5.0",
|
2024-10-17 12:10:46 +02:00
|
|
|
"next": "14.2.15",
|
2024-04-29 15:10:15 +02:00
|
|
|
"react": "*",
|
2024-10-17 12:10:46 +02:00
|
|
|
"react-aria-components": "1.4.1",
|
2024-04-29 15:10:15 +02:00
|
|
|
"react-dom": "*",
|
2024-10-17 12:10:46 +02:00
|
|
|
"react-i18next": "15.0.3",
|
2024-09-23 00:13:06 +00:00
|
|
|
"react-select": "5.8.1",
|
2024-09-02 04:06:53 +00:00
|
|
|
"styled-components": "6.1.13",
|
2024-09-11 11:26:34 +02:00
|
|
|
"y-protocols": "1.0.6",
|
2024-09-17 15:09:42 +02:00
|
|
|
"yjs": "*",
|
2024-10-17 12:10:46 +02:00
|
|
|
"zustand": "5.0.0"
|
2024-04-02 12:12:04 +02:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@svgr/webpack": "8.1.0",
|
2024-10-17 12:10:46 +02:00
|
|
|
"@tanstack/react-query-devtools": "5.59.15",
|
2024-07-31 18:35:17 +00:00
|
|
|
"@testing-library/dom": "10.4.0",
|
2024-10-21 07:46:34 +00:00
|
|
|
"@testing-library/jest-dom": "6.6.2",
|
2024-08-29 09:58:19 +00:00
|
|
|
"@testing-library/react": "16.0.1",
|
2024-04-02 12:12:04 +02:00
|
|
|
"@testing-library/user-event": "14.5.2",
|
2024-09-16 09:52:56 +00:00
|
|
|
"@types/jest": "29.5.13",
|
2024-10-21 07:46:34 +00:00
|
|
|
"@types/lodash": "4.17.12",
|
2024-04-02 12:12:04 +02:00
|
|
|
"@types/luxon": "3.4.2",
|
|
|
|
|
"@types/node": "*",
|
2024-10-17 12:10:46 +02:00
|
|
|
"@types/react": "18.3.11",
|
2024-04-02 12:12:04 +02:00
|
|
|
"@types/react-dom": "*",
|
2024-06-14 16:12:39 +02:00
|
|
|
"cross-env": "*",
|
2024-04-02 12:12:04 +02:00
|
|
|
"dotenv": "16.4.5",
|
|
|
|
|
"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-07-31 18:35:17 +00:00
|
|
|
"prettier": "3.3.3",
|
2024-10-17 12:10:46 +02:00
|
|
|
"stylelint": "16.10.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-09-30 09:00:31 +00:00
|
|
|
"webpack": "5.95.0",
|
2024-06-11 14:23:15 +02:00
|
|
|
"workbox-webpack-plugin": "7.1.0"
|
2024-04-02 12:12:04 +02:00
|
|
|
}
|
|
|
|
|
}
|