2016-06-29 10:27:04 +00:00
|
|
|
{
|
2020-05-08 10:04:00 +00:00
|
|
|
"name": "root",
|
|
|
|
"private": true,
|
2019-07-11 09:59:26 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2019-09-25 15:42:06 +00:00
|
|
|
"url": "https://github.com/betagouv/mon-entreprise.git"
|
2019-07-11 09:59:26 +00:00
|
|
|
},
|
|
|
|
"engines": {
|
2020-03-19 11:39:02 +00:00
|
|
|
"node": ">=12.16.1"
|
2019-07-11 09:59:26 +00:00
|
|
|
},
|
2021-12-03 11:38:16 +00:00
|
|
|
"workspaces": [
|
|
|
|
"modele-social",
|
2022-01-27 17:28:48 +00:00
|
|
|
"exoneration-covid",
|
2021-12-03 11:38:16 +00:00
|
|
|
"site"
|
|
|
|
],
|
2021-12-07 12:46:03 +00:00
|
|
|
"type": "module",
|
2020-05-08 10:04:00 +00:00
|
|
|
"scripts": {
|
2022-02-07 08:34:32 +00:00
|
|
|
"lint:eslintrc": "npx eslint-config-prettier .eslintrc.cjs",
|
2022-03-03 13:37:53 +00:00
|
|
|
"lint:eslint": "NODE_OPTIONS='--max-old-space-size=4096' eslint .",
|
2020-05-08 10:04:00 +00:00
|
|
|
"lint:eslint:fix": "yarn lint:eslint --fix",
|
2021-07-01 16:25:50 +00:00
|
|
|
"lint:prettier": "yarn run prettier --check \"**/*.{js,jsx,ts,tsx,yaml,yml}\"",
|
2020-05-08 10:04:00 +00:00
|
|
|
"lint:prettier:fix": "yarn lint:prettier --write",
|
2022-04-04 13:49:00 +00:00
|
|
|
"lint:fix": "yarn lint:eslint:fix ; yarn lint:prettier:fix",
|
2020-05-08 10:04:00 +00:00
|
|
|
"lint": "yarn lint:eslintrc && yarn lint:eslint && yarn lint:prettier",
|
2022-03-30 08:30:05 +00:00
|
|
|
"postinstall": "yarn workspaces foreach -piv --exclude site run prepack",
|
2022-03-30 09:07:59 +00:00
|
|
|
"test": "yarn workspaces foreach run test",
|
2022-03-03 13:37:53 +00:00
|
|
|
"test:type": "yarn workspaces foreach -pi run tsc --skipLibCheck --noEmit",
|
|
|
|
"clean": "yarn workspaces foreach run clean && rimraf node_modules",
|
2022-03-09 11:05:01 +00:00
|
|
|
"start": "yarn workspaces foreach -piv --exclude site run start & yarn workspace site run start",
|
2022-03-03 13:37:53 +00:00
|
|
|
"moso:up": "yarn workspace modele-social up && yarn workspace exoneration-covid up && yarn workspace site upgrade modele-social",
|
2022-02-09 09:26:56 +00:00
|
|
|
"i18n:check": "yarn workspace site i18n:check",
|
|
|
|
"i18n:translate": "yarn workspace site i18n:translate"
|
2020-05-08 10:04:00 +00:00
|
|
|
},
|
2021-11-30 15:09:05 +00:00
|
|
|
"resolutions": {
|
2022-03-13 14:31:38 +00:00
|
|
|
"@mui/styled-engine": "npm:@mui/styled-engine-sc@latest"
|
2022-03-03 13:37:53 +00:00
|
|
|
},
|
|
|
|
"packageManager": "yarn@3.2.0",
|
|
|
|
"devDependencies": {
|
2022-04-07 16:09:40 +00:00
|
|
|
"@typescript-eslint/eslint-plugin": "^5.18.0",
|
|
|
|
"@typescript-eslint/parser": "^5.18.0",
|
2022-03-28 10:08:02 +00:00
|
|
|
"eslint": "^8.12.0",
|
|
|
|
"eslint-config-prettier": "^8.5.0",
|
2022-04-04 13:47:07 +00:00
|
|
|
"eslint-config-standard": "^17.0.0-1",
|
2022-03-28 10:08:02 +00:00
|
|
|
"eslint-plugin-cypress": "^2.12.1",
|
2022-04-07 16:09:40 +00:00
|
|
|
"eslint-plugin-import": "^2.26.0",
|
2022-03-28 10:08:02 +00:00
|
|
|
"eslint-plugin-mocha": "^10.0.3",
|
2022-04-04 13:47:07 +00:00
|
|
|
"eslint-plugin-n": "^15.1.0",
|
|
|
|
"eslint-plugin-promise": "^6.0.0",
|
2022-03-28 10:08:02 +00:00
|
|
|
"eslint-plugin-react": "^7.29.4",
|
2022-04-07 16:09:40 +00:00
|
|
|
"eslint-plugin-react-hooks": "^4.4.0",
|
|
|
|
"prettier": "^2.6.2",
|
2022-03-03 13:37:53 +00:00
|
|
|
"rimraf": "^3.0.2"
|
2021-11-30 15:09:05 +00:00
|
|
|
}
|
2016-06-29 10:27:04 +00:00
|
|
|
}
|