-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.24 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
53
54
{
"author": "zbryikt",
"name": "@loadingio/bootstrap.ext",
"license": "MIT",
"description": "bootstrap extension used by loading.io",
"version": "0.0.12",
"style": "dist/index.min.css",
"files": [
"dist/**/*"
],
"homepage": "https://github.com/loadingio/bootstrap.ext",
"repository": {
"type": "git",
"url": "https://github.com/loadingio/bootstrap.ext"
},
"engines": {
"node": ">=10.14.1",
"npm": ">=6.4.1"
},
"scripts": {
"start": "npx server -r web -o true"
},
"devDependencies": {
"stylus": "^0.55.0",
"uglify-js": "^3.13.1",
"uglifycss": "^0.0.29",
"template-text": "^0.1.3",
"@zbryikt/deploy": "^0.0.4",
"@zbryikt/template": "^2.3.45",
"@loadingio/ldquery": "^3.0.6",
"@loadingio/ldc": "^0.0.6",
"ldiconfont": "^0.2.6",
"ldcover": "^3.5.4",
"ldslider": "^3.1.2",
"ldnotify": "^0.0.6",
"bootstrap": "^4.5.3",
"bootstrap.native": "^3.0.15",
"fedep": "^1.3.0",
"livescript": "^1.6.0"
},
"frontendDependencies": {
"root": "web/static/assets/lib",
"modules": [
"bootstrap",
"bootstrap.native",
"ldcover",
"ldnotify",
"ldslider",
"@loadingio/ldquery",
"@loadingio/ldc",
"ldiconfont"
]
}
}