dify-components
Version:
This is a modern component library template based on Turborepo+Vue 3.5+TypeScript.
30 lines (29 loc) • 729 B
JSON
{
"name": "@difylib/playground",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist",
"test": "vitest"
},
"dependencies": {
"@ant-design/icons-vue": "^7.0.1",
"@difylib/directives": "workspace:*",
"@difylib/hooks": "workspace:*",
"@difylib/ui": "workspace:*",
"@difylib/utils": "workspace:*",
"@difylib/typescript-config": "workspace:*",
"ant-design-vue": "^4.2.6",
"vue": "^3.5.13",
"vue-router": "^4.5.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.2.1",
"sass": "^1.83.0",
"typescript": "^5.7.2",
"vite": "^6.0.3",
"vitest": "^2.1.8"
}
}