-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.25 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.25 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
{
"author": "zbryikt",
"name": "ldloader",
"license": "MIT",
"description": "loader manipulation library",
"version": "3.0.3",
"style": "dist/index.min.css",
"browser": "dist/index.min.js",
"main": "dist/index.min.js",
"files": [
"dist/**/*"
],
"homepage": "https://loading.io/lib/loader/",
"repository": {
"type": "git",
"url": "https://github.com/loadingio/ldloader"
},
"engines": {
"node": ">=10.14.1",
"npm": ">=6.4.1"
},
"scripts": {
"start": "npx server -r web -o true"
},
"devDependencies": {
"@loadingio/debounce.js": "^1.0.1",
"@loadingio/ldquery": "^3.0.5",
"@loadingio/loading.css": "^3.2.0",
"bootstrap": "^4.5.3",
"@loadingio/bootstrap.ext": "^0.0.11",
"fedep": "^1.1.11",
"ldbutton": "^2.0.1",
"ldcover": "^3.5.3",
"livescript": "^1.6.0",
"stylus": "^0.55.0",
"@zbryikt/template": "^2.3.45",
"uglify-js": "^3.13.1",
"uglifycss": "^0.0.29",
"zmgr": "^2.2.3"
},
"frontendDependencies": {
"root": "web/static/assets/lib",
"modules": [
"@loadingio/ldquery",
"@loadingio/loading.css",
"@loadingio/debounce.js",
"ldbutton",
"ldcover",
"bootstrap",
"@loadingio/bootstrap.ext",
"zmgr"
]
}
}