-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.14 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.14 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
{
"author": "zbryikt",
"name": "@loadingio/paginate",
"license": "MIT",
"description": "Pagination library",
"browser": "dist/index.min.js",
"main": "dist/index.min.js",
"files": [
"dist/**/*"
],
"version": "0.1.1",
"homepage": "https://github.com/loadingio/paginate",
"repository": {
"type": "git",
"url": "https://github.com/loadingio/paginate"
},
"engines": {
"node": ">=10.14.1",
"npm": ">=6.4.1"
},
"scripts": {
"start": "npx server -r web -o tru"
},
"devDependencies": {
"@loadingio/bootstrap.ext": "^0.0.7",
"@loadingio/debounce.js": "1.0.1",
"@loadingio/ldquery": "^3.0.3",
"@zbryikt/template": "^2.3.37",
"bootstrap": "^4.5.3",
"fedep": "1.1.7",
"ldcover": "^3.0.1",
"ldloader": "^3.0.1",
"ldview": "1.1.1",
"livescript": "^1.6.0",
"proxise": "^1.0.1",
"uglify-js": "^3.13.1"
},
"frontendDependencies": {
"root": "web/static/assets/lib",
"modules": [
"bootstrap",
"@loadingio/bootstrap.ext",
"@loadingio/ldquery",
"@loadingio/debounce.js",
"proxise",
"ldcover",
"ldloader",
"ldview"
]
}
}