1 Star 3 Fork 0

Peak Tai / wok-ui

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.18 KB
一键复制 编辑 原始数据 按行查看 历史
{
"name": "wok-ui",
"private": false,
"version": "0.7.1",
"packageManager": "pnpm@8.9.0",
"description": "wok-ui 是一个前端 UI 组件库,简洁易用,响应式设计,无第三方依赖。wok-ui is a front-end UI component library that is simple and easy to use, responsive design, and no third party dependencies.",
"keywords": [
"css",
"ui",
"component",
"responsive",
"front-end",
"framework"
],
"scripts": {
"dev": "vite --config vite.docs.config.ts",
"test": "vite --host --config vite.docs.config.ts",
"build-docs": "vite build --config vite.docs.config.ts",
"build": "vite build --config vite.build.config.ts"
},
"files": [
"types/",
"dist/",
"lib/",
"test/",
"documentation/",
"README.md"
],
"license": "MIT",
"homepage": "https://gitee.com/tai/wok-ui",
"repository": {
"type": "git",
"url": "https://gitee.com/tai/wok-ui"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"devDependencies": {
"less": "^4.1.2",
"tslib": "^2.6.2",
"vite": "^2.9.5",
"vite-plugin-dts": "^1.1.0"
},
"main": "dist/wok-ui.es.js",
"types": "types/index.d.ts"
}
TypeScript
1
https://gitee.com/tai/wok-ui.git
git@gitee.com:tai/wok-ui.git
tai
wok-ui
wok-ui
master

搜索帮助