-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
52 lines (52 loc) · 1.17 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
{
"author": "zbryikt",
"name": "ldcover",
"license": "MIT",
"description": "tiny popup / dialog library",
"version": "3.5.4",
"style": "dist/index.min.css",
"browser": "dist/index.min.js",
"main": "dist/index.min.js",
"files": [
"dist/**/*"
],
"homepage": "https://loading.io/lib/modal/",
"repository": {
"type": "git",
"url": "https://github.com/loadingio/ldcover"
},
"engines": {
"node": ">=10.14.1",
"npm": ">=6.4.1"
},
"scripts": {
"start": "npx server -r web -o true"
},
"devDependencies": {
"@loadingio/bootstrap.ext": "^0.0.11",
"@loadingio/debounce.js": "1.0.1",
"@loadingio/ldquery": "^3.0.5",
"@zbryikt/template": "^2.3.45",
"bootstrap": "^4.5.3",
"fedep": "^1.1.12",
"ldloader": "^3.0.3",
"ldview": "^1.4.0",
"livescript": "^1.6.0",
"stylus": "^0.55.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",
"@loadingio/ldquery",
"@loadingio/debounce.js",
"ldloader",
"zmgr",
"ldview"
]
}
}