2024-01-05 15:38:34 +01:00
|
|
|
{
|
|
|
|
|
"name": "app-desk",
|
2024-12-18 13:17:21 +01:00
|
|
|
"version": "1.9.1",
|
2024-01-05 15:38:34 +01:00
|
|
|
"private": true,
|
|
|
|
|
"scripts": {
|
|
|
|
|
"dev": "next dev",
|
2024-01-10 11:01:31 +01:00
|
|
|
"build": "prettier --check . && yarn stylelint && next build",
|
2024-01-11 17:06:25 +01:00
|
|
|
"build:ci": "cp .env.development .env.local && yarn build",
|
2024-01-05 15:39:17 +01:00
|
|
|
"build-theme": "cunningham -g css,ts -o src/cunningham --utility-classes",
|
2024-01-17 16:29:16 +01:00
|
|
|
"start": "npx -y serve@latest out",
|
2024-04-04 10:39:43 +02:00
|
|
|
"lint": "tsc --noEmit && next lint",
|
2024-01-10 11:01:31 +01:00
|
|
|
"prettier": "prettier --write .",
|
2024-01-16 12:31:36 +01:00
|
|
|
"stylelint": "stylelint \"**/*.css\"",
|
|
|
|
|
"test": "jest",
|
|
|
|
|
"test:watch": "jest --watch"
|
2024-01-05 15:38:34 +01:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2024-07-31 19:29:51 +00:00
|
|
|
"@gouvfr-lasuite/integration": "1.0.2",
|
2024-11-04 09:14:49 +00:00
|
|
|
"@hookform/resolvers": "3.9.1",
|
2024-08-30 03:16:57 +00:00
|
|
|
"@openfun/cunningham-react": "2.9.4",
|
2024-12-02 01:42:32 +00:00
|
|
|
"@tanstack/react-query": "5.62.0",
|
2024-11-27 09:04:23 +00:00
|
|
|
"i18next": "24.0.2",
|
2024-03-06 12:25:19 +01:00
|
|
|
"lodash": "4.17.21",
|
2024-08-30 03:16:57 +00:00
|
|
|
"luxon": "3.5.0",
|
2025-01-03 22:51:22 +00:00
|
|
|
"next": "15.1.2",
|
2024-05-06 12:00:35 +02:00
|
|
|
"react": "*",
|
|
|
|
|
"react-dom": "*",
|
2024-11-11 20:11:11 +00:00
|
|
|
"react-hook-form": "7.53.2",
|
2024-12-02 01:42:32 +00:00
|
|
|
"react-i18next": "15.1.3",
|
2024-11-11 20:11:11 +00:00
|
|
|
"react-select": "5.8.3",
|
2024-11-19 11:08:51 +00:00
|
|
|
"sass": "1.81.0",
|
2024-08-30 03:16:57 +00:00
|
|
|
"styled-components": "6.1.13",
|
2024-05-24 22:53:49 +02:00
|
|
|
"zod": "3.23.8",
|
2024-11-04 09:14:49 +00:00
|
|
|
"zustand": "5.0.1"
|
2024-01-05 15:38:34 +01:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2024-05-24 22:53:49 +02:00
|
|
|
"@hookform/devtools": "4.3.1",
|
2024-01-26 13:07:46 +01:00
|
|
|
"@svgr/webpack": "8.1.0",
|
2024-12-02 01:42:32 +00:00
|
|
|
"@tanstack/react-query-devtools": "5.62.0",
|
2024-07-31 19:29:51 +00:00
|
|
|
"@testing-library/dom": "10.4.0",
|
2024-11-04 09:14:49 +00:00
|
|
|
"@testing-library/jest-dom": "6.6.3",
|
2024-08-30 03:16:57 +00:00
|
|
|
"@testing-library/react": "16.0.1",
|
2024-03-08 15:14:20 +01:00
|
|
|
"@testing-library/user-event": "14.5.2",
|
2024-11-04 09:14:49 +00:00
|
|
|
"@types/jest": "29.5.14",
|
|
|
|
|
"@types/lodash": "4.17.13",
|
2024-02-19 16:02:44 +01:00
|
|
|
"@types/luxon": "3.4.2",
|
2024-01-11 12:31:08 +01:00
|
|
|
"@types/node": "*",
|
2024-11-04 09:14:49 +00:00
|
|
|
"@types/react": "18.3.12",
|
2024-03-18 13:50:31 +01:00
|
|
|
"@types/react-dom": "*",
|
2024-02-26 01:45:30 +00:00
|
|
|
"dotenv": "16.4.5",
|
2024-01-19 09:26:33 +01:00
|
|
|
"eslint-config-people": "*",
|
2024-08-01 10:06:57 +02:00
|
|
|
"fetch-mock": "9.11.0",
|
2024-01-16 12:31:36 +01:00
|
|
|
"jest": "29.7.0",
|
|
|
|
|
"jest-environment-jsdom": "29.7.0",
|
2024-01-17 13:30:06 +01:00
|
|
|
"node-fetch": "2.7.0",
|
2024-11-27 09:04:23 +00:00
|
|
|
"prettier": "3.4.1",
|
2024-12-02 01:42:32 +00:00
|
|
|
"stylelint": "16.11.0",
|
2024-07-31 19:29:51 +00:00
|
|
|
"stylelint-config-standard": "36.0.1",
|
|
|
|
|
"stylelint-prettier": "5.0.2",
|
2024-01-11 12:31:08 +01:00
|
|
|
"typescript": "*"
|
2024-01-05 15:38:34 +01:00
|
|
|
}
|
|
|
|
|
}
|