Skip to content

Commit

Permalink
build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ponderingdemocritus committed Jan 28, 2025
1 parent 3b9447e commit aee664e
Showing 1 changed file with 27 additions and 28 deletions.
55 changes: 27 additions & 28 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -1,30 +1,29 @@
{
"name": "@daydreams/docs",
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vocs dev",
"build": "vocs build",
"preview": "vocs preview",
"docs:api": "cp ../README.md docs/pages/index.mdx && typedoc",
"docs:dev": "pnpm docs:api && vocs dev",
"docs:build": "pnpm docs:api && vocs build"
},
"dependencies": {
"@types/react": "latest",
"react": "latest",
"react-dom": "latest",
"react-router-dom": "^7.1.3",
"typescript": "latest",
"vocs": "latest"
},
"devDependencies": {
"@types/react": "^18.3.10",
"@vitejs/plugin-react": "4.2.1",
"typedoc": "^0.27.6",
"typedoc-plugin-frontmatter": "^1.1.2",
"typedoc-plugin-markdown": "^4.4.1",
"vite": "5.4.11",
"vite-plugin-svgr": "4.2.0"
}
"name": "@daydreams/docs",
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vocs dev",
"build": "vocs build",
"preview": "vocs preview",
"docs:api": "cp ../README.md docs/pages/index.mdx && typedoc",
"docs:dev": "pnpm docs:api && vocs dev",
"docs:build": "pnpm docs:api && vocs build"
},
"dependencies": {
"@types/react": "latest",
"react": "latest",
"react-dom": "latest",
"react-router-dom": "^7.1.3",
"typescript": "latest",
"vocs": "latest"
},
"devDependencies": {
"@vitejs/plugin-react": "4.2.1",
"typedoc": "^0.27.6",
"typedoc-plugin-frontmatter": "^1.1.2",
"typedoc-plugin-markdown": "^4.4.1",
"vite": "5.4.11",
"vite-plugin-svgr": "4.2.0"
}
}

0 comments on commit aee664e

Please sign in to comment.