add v2 docs project

This commit is contained in:
Rene Haas
2022-10-14 13:37:17 +02:00
parent ff747c6fd5
commit 8f18d87d00
48 changed files with 10334 additions and 286 deletions
+4 -1
View File
@@ -1,7 +1,9 @@
{
"private": true,
"workspaces": [
"packages/*"
"packages/*",
"docs/*",
"local/*"
],
"devDependencies": {
"@~local/browser-testing": "file:./local/browser-testing",
@@ -38,6 +40,7 @@
"eslint-plugin-json": "^3.1.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.31.10",
"glob": "^7.1.6",
"istanbul-lib-instrument": "^5.2.0",
"jest": "^28.1.3",