UNPKG

dify-components

Version:

This is a modern component library template based on Turborepo+Vue 3.5+TypeScript.

28 lines (27 loc) 796 B
{ "name": "@difylib/build", "description": "glup build config", "version": "1.0.0", "private": true, "scripts": { "build:gulp": "gulp -f gulpfile.js", "clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist" }, "devDependencies": { "@babel/preset-env": "^7.26.0", "@rollup/plugin-alias": "^5.1.1", "@rollup/plugin-babel": "^6.0.4", "@rollup/plugin-json": "^6.1.0", "@rollup/plugin-node-resolve": "^15.3.0", "@rollup/plugin-terser": "^0.4.4", "@vitejs/plugin-vue": "^5.2.1", "@vitejs/plugin-vue-jsx": "^4.1.1", "gulp": "^5.0.0", "gulp-clean": "^0.4.0", "rollup": "^4.28.1", "rollup-plugin-dts": "^6.1.1", "rollup-plugin-esbuild": "^6.1.1", "rollup-plugin-scss": "^4.0.0", "rollup-plugin-copy": "^3.5.0" } }