-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
113 lines (113 loc) · 2.7 KB
/
package.json
File metadata and controls
113 lines (113 loc) · 2.7 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
106
107
108
109
110
111
112
113
{
"author": "zbryikt",
"name": "@plotdb/form",
"license": "MIT",
"description": "form blocks",
"version": "0.1.3",
"browser": "dist/index.min.js",
"main": "dist/index.min.js",
"files": [
"dist/**/*"
],
"homepage": "https://github.com/plotdb/form",
"repository": {
"type": "git",
"url": "git+https://github.com/plotdb/form.git"
},
"engines": {
"node": ">=10.14.1",
"npm": ">=6.4.1"
},
"scripts": {
"start": "npx server -r web -o true"
},
"devDependencies": {
"@grantdash/composer": "^0.0.3",
"@loadingio/bootstrap.ext": "^0.0.12",
"@loadingio/debounce.js": "^1.0.1",
"@loadingio/ldquery": "^3.0.6",
"@makeform/nest": "^0.3.11",
"@plotdb/datadom": "^0.2.0",
"@plotdb/datahub": "^0.6.0",
"@plotdb/json0": "^0.0.5",
"@plotdb/semver": "^0.0.3",
"@zbryikt/deploy": "^0.0.4",
"@zbryikt/template": "^2.4.1",
"bootstrap": "^4.6.1",
"bootstrap.native": "^3.0.13",
"dayjs": "^1.11.20",
"fedep": "^1.6.0",
"i18next": "^19.9.2",
"imgtype": "^0.0.3",
"ldcover": "^3.5.6",
"lddatetimepicker": "^0.0.13",
"ldfile": "^2.0.1",
"ldiconfont": "^0.2.8",
"ldview": "^1.7.0",
"livescript": "^1.6.0",
"marked": "^15.0.12",
"moment": "^2.30.1",
"moment-timezone": "^0.6.2",
"quill": "^2.0.3",
"stylus": "^0.55.0",
"uglify-js": "^3.13.1",
"uglifycss": "^0.0.29"
},
"frontendDependencies": {
"root": "web/static/assets/lib",
"modules": [
"@grantdash/composer",
"@loadingio/bootstrap.ext",
"@loadingio/ldquery",
"@loadingio/debounce.js",
"@loadingio/ldcolorpicker",
"@makeform/nest",
"@plotdb/sheet",
"@plotdb/block",
"@plotdb/json0",
"@plotdb/datadom",
"@plotdb/datahub",
"@plotdb/semver",
"@plotdb/rescope",
"@plotdb/suuid",
"@plotdb/konfig",
"@plotdb/csscope",
"bootstrap",
"bootstrap.native",
"curegex",
"dompurify",
"i18next",
"ldcolor",
"ldcover",
"ldiconfont",
"ldslider",
"ldpalettepicker",
"ldview",
"marked",
"proxise",
"moment-timezone",
"moment",
"imgtype",
"lddatetimepicker",
"dayjs",
"quill",
"ldfile"
]
},
"dependencies": {
"@loadingio/ldcolorpicker": "^3.0.6",
"@plotdb/block": "^5.7.2",
"@plotdb/csscope": "^5.0.4",
"@plotdb/datadom": "^0.2.0",
"@plotdb/konfig": "^4.10.0",
"@plotdb/rescope": "^5.0.17",
"@plotdb/sheet": "^0.7.0",
"@plotdb/suuid": "^0.5.1",
"curegex": "^0.0.4",
"dompurify": "^3.2.4",
"ldcolor": "^1.1.3",
"ldpalettepicker": "^4.1.2",
"ldslider": "^3.1.2",
"proxise": "^1.0.1"
}
}