-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.18 KB
/
package.json
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "wok-ui",
"private": false,
"version": "0.9.1",
"packageManager": "[email protected]",
"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"
}