🔧(frontend) add meta information to package.json files
- Add missing repository, author, and license fields - Add recommended packageManager
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
{
|
||||
"name": "app-e2e",
|
||||
"version": "3.6.0",
|
||||
"repository": "https://github.com/suitenumerique/docs",
|
||||
"author": "DINUM",
|
||||
"license": "MIT",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"lint": "eslint",
|
||||
@@ -21,5 +24,6 @@
|
||||
"dependencies": {
|
||||
"convert-stream": "1.0.2",
|
||||
"pdf-parse": "1.1.1"
|
||||
}
|
||||
},
|
||||
"packageManager": "yarn@1.22.22"
|
||||
}
|
||||
|
||||
@@ -1,6 +1,9 @@
|
||||
{
|
||||
"name": "app-impress",
|
||||
"version": "3.6.0",
|
||||
"repository": "https://github.com/suitenumerique/docs",
|
||||
"author": "DINUM",
|
||||
"license": "MIT",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "next dev",
|
||||
@@ -89,5 +92,6 @@
|
||||
"vitest": "3.2.4",
|
||||
"webpack": "5.101.3",
|
||||
"workbox-webpack-plugin": "7.1.0"
|
||||
}
|
||||
},
|
||||
"packageManager": "yarn@1.22.22"
|
||||
}
|
||||
|
||||
@@ -2,6 +2,9 @@
|
||||
"name": "impress",
|
||||
"version": "3.6.0",
|
||||
"private": true,
|
||||
"repository": "https://github.com/suitenumerique/docs",
|
||||
"author": "DINUM",
|
||||
"license": "MIT",
|
||||
"workspaces": {
|
||||
"packages": [
|
||||
"apps/*",
|
||||
@@ -38,5 +41,6 @@
|
||||
"react-dom": "19.1.1",
|
||||
"typescript": "5.9.2",
|
||||
"yjs": "13.6.27"
|
||||
}
|
||||
},
|
||||
"packageManager": "yarn@1.22.22"
|
||||
}
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
{
|
||||
"name": "eslint-plugin-docs",
|
||||
"version": "3.6.0",
|
||||
"repository": "https://github.com/suitenumerique/docs",
|
||||
"author": "DINUM",
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"keywords": [
|
||||
@@ -30,5 +32,6 @@
|
||||
"eslint-plugin-testing-library": "7.6.6",
|
||||
"eslint-plugin-vitest": "0.5.4",
|
||||
"prettier": "3.6.2"
|
||||
}
|
||||
},
|
||||
"packageManager": "yarn@1.22.22"
|
||||
}
|
||||
|
||||
@@ -1,6 +1,9 @@
|
||||
{
|
||||
"name": "packages-i18n",
|
||||
"version": "3.6.0",
|
||||
"repository": "https://github.com/suitenumerique/docs",
|
||||
"author": "DINUM",
|
||||
"license": "MIT",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"extract-translation": "yarn extract-translation:impress",
|
||||
@@ -21,5 +24,6 @@
|
||||
"ts-jest": "29.4.1",
|
||||
"typescript": "*",
|
||||
"yargs": "18.0.0"
|
||||
}
|
||||
},
|
||||
"packageManager": "yarn@1.22.22"
|
||||
}
|
||||
|
||||
@@ -46,5 +46,6 @@
|
||||
"vitest": "3.2.4",
|
||||
"vitest-mock-extended": "3.1.0",
|
||||
"ws": "8.18.3"
|
||||
}
|
||||
},
|
||||
"packageManager": "yarn@1.22.22"
|
||||
}
|
||||
|
||||
@@ -16,6 +16,7 @@
|
||||
"volta": {
|
||||
"node": "22"
|
||||
},
|
||||
"packageManager": "yarn@1.22.22",
|
||||
"repository": "https://github.com/suitenumerique/docs",
|
||||
"author": "DINUM",
|
||||
"license": "MIT"
|
||||
|
||||
Reference in New Issue
Block a user