VTable/docs/package.json
2024-03-11 10:43:32 +08:00

44 lines
1.3 KiB
JSON

{
"name": "@internal/docs",
"version": "0.0.1",
"description": "site for all VChart",
"private": true,
"scripts": {
"serve": "vite --host",
"watch": "node ./libs/template-parse/build.js --env dev --watch",
"start": "npx concurrently --kill-others \"npm:watch\" \"npm:serve\""
},
"dependencies": {
"@arco-design/web-react": "2.46.1",
"@visactor/vtable": "workspace:*",
"@visactor/vtable-editors": "workspace:*",
"@visactor/vtable-export": "workspace:*",
"@visactor/vtable-search": "workspace:*",
"@visactor/vchart": "1.9.6",
"markdown-it": "^13.0.0",
"highlight.js": "^11.8.0",
"axios": "^1.4.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-router-dom": "6.9.0",
"lodash": "4.17.21"
},
"devDependencies": {
"@internal/eslint-config": "workspace:*",
"@internal/ts-config": "workspace:*",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@types/markdown-it": "^13.0.0",
"@types/highlightjs": "^9.12.0",
"@vitejs/plugin-react": "3.1.0",
"typescript": "4.9.5",
"vite": "3.2.6",
"marked": "^0.3.19",
"chalk": "^3.0.0",
"fs-extra": "10.1.0",
"yargs": "^17.1.1",
"htmlparser2": "^4.1.0",
"globby": "11.1.0",
"chokidar": "^3.5.0"
}
}