Delete packages/dockview-docs directory

This commit is contained in:
mathuo 2022-04-23 17:25:46 +01:00 committed by GitHub
parent 2dc0c4ab21
commit 9c75701182
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 8818 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,30 +0,0 @@
{
"name": "dockview-docs",
"version": "1.2.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@mdx-js/loader": "^2.1.1",
"@mdx-js/react": "^2.1.1",
"@next/mdx": "^12.1.5",
"dockview": "^1.2.0",
"next": "12.1.5",
"react": "17.x",
"react-dom": "17.x",
"remark-frontmatter": "^4.0.1"
},
"devDependencies": {
"@types/node": "17.0.25",
"@types/react": "17.x",
"@types/react-dom": "17.x",
"eslint": "8.13.0",
"eslint-config-next": "12.1.5",
"next-transpile-modules": "^9.0.0",
"typescript": "4.6.3"
}
}