forked from mallfoundry/unitify
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 772 Bytes
/
Copy pathpackage.json
File metadata and controls
26 lines (26 loc) · 772 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"name": "unitify",
"version": "1.0.0",
"description": "Unitify 是移动端组件库 Vant 的 Uniapp & Taro Vue3 版本,两者基于相同的视觉规范,提供一致的 API 接口,助力开发者快速搭建小程序应用。",
"main": "index.js",
"dependencies": {
"execa": "5.0.0",
"typescript": "^4.6.3"
},
"scripts": {
"dev":"pnpm dev -r",
"dev:demo": "cd packages/demo && pnpm dev",
"dev:docs": "cd packages/docs && pnpm dev"
},
"repository": {
"type": "git",
"url": "git+https://github.com/coderYarn/unitify.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/coderYarn/unitify/issues"
},
"homepage": "https://github.com/coderYarn/unitify#readme"
}