-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
105 lines (105 loc) · 2.55 KB
/
package.json
File metadata and controls
105 lines (105 loc) · 2.55 KB
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
{
"author": "zbryikt",
"name": "@plotdb/konfig",
"license": "MIT",
"description": "config tool",
"version": "4.11.1",
"browser": "dist/index.min.js",
"main": "dist/index.min.js",
"files": [
"dist/**/*"
],
"homepage": "https://github.com/plotdb/konfig",
"repository": {
"type": "git",
"url": "https://github.com/plotdb/konfig"
},
"engines": {
"node": ">=10.14.1",
"npm": ">=6.4.1"
},
"scripts": {
"start": "npx server -r web -o true -p 3456"
},
"devDependencies": {
"@loadingio/bootstrap.ext": "^0.0.12",
"@loadingio/debounce.js": "^1.0.1",
"@loadingio/ldc": "^0.0.6",
"@loadingio/ldquery": "^3.0.6",
"@loadingio/vscroll": "^0.0.11",
"@plotdb/chart": "^2.1.39",
"@plotdb/httputil": "^0.0.7",
"@xlfont/choose": "^0.0.32",
"@xlfont/load": "^2.1.5",
"@zbryikt/template": "^2.4.1",
"bootstrap": "^4.6.1",
"bootstrap.native": "^3.0.15",
"dompurify": "^3.2.4",
"fedep": "^1.6.0",
"html-minifier": "^4.0.0",
"jsdom": "^19.0.0",
"ldcover": "^3.5.6",
"ldfile": "^2.0.1",
"ldiconfont": "^0.2.8",
"ldloader": "^3.0.3",
"ldview": "^1.5.2",
"marked": "^15.0.7",
"stylus": "^0.55.0",
"template-text": "^0.2.0",
"uglify-js": "^3.13.1",
"uglifycss": "^0.0.29",
"zmgr": "^2.2.3"
},
"frontendDependencies": {
"root": "web/static/assets/lib",
"modules": [
"bootstrap",
"@loadingio/bootstrap.ext",
"bootstrap.native",
"@loadingio/ldquery",
"@loadingio/debounce.js",
"@loadingio/ldc",
"@loadingio/ldcolorpicker",
"@loadingio/vscroll",
"@plotdb/datadom",
"@plotdb/block",
"@plotdb/rescope",
"@plotdb/csscope",
"@plotdb/semver",
"@plotdb/chart",
"@plotdb/httputil",
"dompurify",
"i18next",
"i18next-browser-languagedetector",
"marked",
"proxise",
"zmgr",
"ldpalettepicker",
"ldcolor",
"ldbutton",
"ldcover",
"ldfile",
"ldloader",
"ldiconfont",
"ldslider",
"ldview"
]
},
"dependencies": {
"@loadingio/ldcolorpicker": "^3.0.6",
"@loadingio/vscroll": "^0.0.11",
"@plotdb/block": "^5.6.0",
"@plotdb/csscope": "^5.0.4",
"@plotdb/datadom": "^0.2.0",
"@plotdb/rescope": "^5.0.16",
"@plotdb/semver": "^0.0.3",
"i18next": "^24.2.2",
"i18next-browser-languagedetector": "^8.0.2",
"ldbutton": "^2.0.5",
"ldcolor": "^1.1.3",
"ldcover": "^3.5.6",
"ldpalettepicker": "^4.1.2",
"ldslider": "^3.1.2",
"proxise": "^1.0.1"
}
}