docs: update api-reference project for v2 (#7307)
* remove everything v1 and make v2 default * move main v2 rewrites to book * move rewrites to book + other fixes
This commit is contained in:
@@ -30,7 +30,8 @@
|
||||
"build:js:cjs": "tsc --project tsconfig.cjs.json && tsc-alias -p tsconfig.cjs.json",
|
||||
"build:js:esm": "tsc --project tsconfig.esm.json && tsc-alias -p tsconfig.esm.json",
|
||||
"clean": "rimraf dist",
|
||||
"dev": "yarn build:js:cjs && yarn build:js:esm"
|
||||
"dev": "yarn build:js:cjs && yarn build:js:esm",
|
||||
"lint": "eslint src --fix"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/react": "^18.2.0",
|
||||
@@ -38,6 +39,7 @@
|
||||
"@types/react-google-recaptcha": "^2.1.6",
|
||||
"clsx": "^2.0.0",
|
||||
"cpy-cli": "^5.0.0",
|
||||
"eslint": "^8",
|
||||
"eslint-config-docs": "*",
|
||||
"next": "14.1.0",
|
||||
"react": "^18.2.0",
|
||||
|
||||
Reference in New Issue
Block a user