-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathpackage.json
53 lines (53 loc) · 1.08 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
47
48
49
50
51
52
53
{
"name": "@uiw-admin/config",
"version": "6.1.3",
"description": "config 全局配置",
"author": "Kenny Wong <[email protected]>",
"homepage": "https://github.com/uiwjs/uiw-admin/tree/master/packages/models#readme",
"license": "MIT",
"main": "lib/index.js",
"module": "esm/index.js",
"files": [
"lib",
"esm",
"src"
],
"publishConfig": {
"access": "public"
},
"keywords": [
"design",
"uiw",
"uiw-react",
"uiw-admin",
"react.js",
"react",
"react-component",
"component",
"components",
"ui",
"css",
"uikit",
"react-ui",
"framework",
"front-end",
"frontend"
],
"repository": {
"type": "git",
"url": "git+https://github.com/uiwjs/uiw-admin.git"
},
"scripts": {
"test": "echo \"Error: run tests from root\" && exit 1"
},
"dependencies": {
"@kkt/less-modules": "~7.2.0",
"@kkt/raw-modules": "~7.2.0",
"@kkt/scope-plugin-options": "~7.2.0",
"@uiw-admin/plugins": "6.1.3",
"eslint-config-uiw-admin": "6.1.3"
},
"devDependencies": {
"kkt": "^7.2.0"
}
}