mirror of
https://github.com/suitenumerique/people.git
synced 2026-08-17 21:25:52 +02:00
70 lines
2.0 KiB
JSON
70 lines
2.0 KiB
JSON
{
|
|
"name": "app-desk",
|
|
"version": "1.26.0",
|
|
"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",
|
|
"start": "npx -y serve@latest out",
|
|
"lint": "tsc --noEmit && next lint",
|
|
"prettier": "prettier --write .",
|
|
"stylelint": "stylelint \"**/*.css\"",
|
|
"test": "jest",
|
|
"test:watch": "jest --watch"
|
|
},
|
|
"dependencies": {
|
|
"@gouvfr-lasuite/cunningham-react": "4.4.0",
|
|
"@gouvfr-lasuite/cunningham-tokens": "^3.1.0",
|
|
"@gouvfr-lasuite/integration": "1.0.3",
|
|
"@gouvfr-lasuite/ui-kit": "0.28.1",
|
|
"@hookform/resolvers": "4.0.0",
|
|
"@tanstack/react-query": "5.101.4",
|
|
"i18next": "26.3.6",
|
|
"i18next-browser-languagedetector": "8.2.1",
|
|
"lodash": "4.18.1",
|
|
"luxon": "3.7.2",
|
|
"next": "16.3.0",
|
|
"react": "*",
|
|
"react-dom": "*",
|
|
"react-hook-form": "7.85.0",
|
|
"react-i18next": "17.0.11",
|
|
"react-select": "5.10.2",
|
|
"sass": "1.102.0",
|
|
"styled-components": "6.5.1",
|
|
"zod": "4.4.3",
|
|
"zustand": "5.0.14"
|
|
},
|
|
"devDependencies": {
|
|
"@hookform/devtools": "4.4.0",
|
|
"@svgr/webpack": "8.1.0",
|
|
"@tanstack/react-query-devtools": "5.101.4",
|
|
"@testing-library/dom": "10.4.1",
|
|
"@testing-library/jest-dom": "7.0.1",
|
|
"@testing-library/react": "16.3.2",
|
|
"@testing-library/user-event": "14.6.3",
|
|
"@types/jest": "30.0.0",
|
|
"@types/lodash": "4.17.25",
|
|
"@types/luxon": "3.7.4",
|
|
"@types/node": "*",
|
|
"@types/react": "19.2.18",
|
|
"@types/react-dom": "*",
|
|
"dotenv": "17.4.2",
|
|
"eslint-config-people": "*",
|
|
"fetch-mock": "9.11.0",
|
|
"jest": "30.4.2",
|
|
"jest-environment-jsdom": "30.4.1",
|
|
"node-fetch": "2.7.0",
|
|
"prettier": "3.9.6",
|
|
"stylelint": "17.14.1",
|
|
"stylelint-config-standard": "40.0.0",
|
|
"stylelint-prettier": "5.0.3",
|
|
"typescript": "*"
|
|
},
|
|
"resolutions": {
|
|
"react": "19.2.8",
|
|
"react-dom": "19.2.8"
|
|
}
|
|
}
|