2024-04-02 12:09:10 +02:00
{
"name" : "impress" ,
2025-10-17 15:54:56 +02:00
"version" : "3.8.2" ,
2024-04-02 12:09:10 +02:00
"private" : true ,
2025-09-12 10:20:01 +02:00
"repository" : "https://github.com/suitenumerique/docs" ,
"author" : "DINUM" ,
"license" : "MIT" ,
2024-04-02 12:09:10 +02:00
"workspaces" : {
"packages" : [
"apps/*" ,
2024-09-04 16:55:13 +02:00
"packages/*" ,
"servers/*"
2024-04-02 12:09:10 +02:00
]
} ,
"scripts" : {
"APP_IMPRESS" : "yarn workspace app-impress" ,
"APP_E2E" : "yarn workspace app-e2e" ,
"I18N" : "yarn workspace packages-i18n" ,
2024-11-28 17:11:51 +01:00
"COLLABORATION_SERVER" : "yarn workspace server-y-provider" ,
2024-04-02 12:09:10 +02:00
"app:dev" : "yarn APP_IMPRESS run dev" ,
"app:start" : "yarn APP_IMPRESS run start" ,
"app:build" : "yarn APP_IMPRESS run build" ,
"app:test" : "yarn APP_IMPRESS run test" ,
"ci:build" : "yarn APP_IMPRESS run build:ci" ,
"e2e:test" : "yarn APP_E2E run test" ,
2025-08-08 14:43:25 +02:00
"lint" : "yarn APP_IMPRESS run lint && yarn APP_E2E run lint && yarn workspace eslint-plugin-docs run lint && yarn I18N run lint && yarn COLLABORATION_SERVER run lint" ,
2024-04-02 12:09:10 +02:00
"i18n:extract" : "yarn I18N run extract-translation" ,
2024-06-25 13:04:25 +02:00
"i18n:deploy" : "yarn I18N run format-deploy && yarn APP_IMPRESS prettier" ,
2024-11-28 17:11:51 +01:00
"i18n:test" : "yarn I18N run test" ,
"test" : "yarn server:test && yarn app:test" ,
"server:test" : "yarn COLLABORATION_SERVER run test"
2024-04-02 12:09:10 +02:00
} ,
"resolutions" : {
2025-09-11 20:19:35 +00:00
"@types/node" : "22.18.1" ,
2025-09-01 09:57:03 +00:00
"@types/react" : "19.1.12" ,
"@types/react-dom" : "19.1.9" ,
2025-09-11 20:19:35 +00:00
"@typescript-eslint/eslint-plugin" : "8.43.0" ,
"@typescript-eslint/parser" : "8.43.0" ,
"eslint" : "9.35.0" ,
2025-09-01 09:57:03 +00:00
"react" : "19.1.1" ,
"react-dom" : "19.1.1" ,
2025-08-07 11:06:34 +02:00
"typescript" : "5.9.2" ,
2025-09-12 10:32:40 +02:00
"wrap-ansi" : "9.0.2" ,
2025-05-15 10:50:51 +02:00
"yjs" : "13.6.27"
2025-09-12 10:20:01 +02:00
} ,
"packageManager" : "yarn@1.22.22"
2024-04-02 12:09:10 +02:00
}