Files
pure-component/package.json
2025-08-13 12:33:49 +08:00

19 lines
480 B
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"name": "pure-component",
"version": "1.0.0",
"description": "一个功能强大的UI组件库和一个轻量级的API请求工具可以帮助开发者快速构建现代化的Web应用界面。",
"main": "index.js",
"scripts": {
"build": "gulp minify"
},
"author": "",
"license": "ISC",
"dependencies": {
"gulp": "^5.0.1",
"gulp-chinese2unicode": "^1.0.1",
"gulp-terser": "^2.1.0",
"gulp-uglify": "^3.0.2",
"terser": "^5.43.1"
}
}