-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.2 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
55
{
"author": "zbryikt",
"name": "ldcvmgr",
"license": "MIT",
"description": "ldcover Manager",
"version": "0.0.20",
"browser": "dist/index.min.js",
"main": "dist/index.min.js",
"files": [
"dist/**/*"
],
"homepage": "https://github.com/loadingio/ldcvmgr",
"repository": {
"type": "git",
"url": "https://github.com/loadingio/ldcvmgr"
},
"engines": {
"node": ">=10.14.1",
"npm": ">=6.4.1"
},
"scripts": {
"start": "npx server -r web -o true"
},
"peerDependencies": {
"ldcover": "^3.3.0",
"ldloader": "^3.0.2",
"proxise": "^1.0.1"
},
"devDependencies": {
"@loadingio/bootstrap.ext": "^0.0.9",
"@loadingio/ldquery": "^3.0.4",
"@zbryikt/template": "^2.3.41",
"bootstrap": "^4.5.3",
"bootstrap.native": "^3.0.14",
"fedep": "^1.1.7",
"ldloader": "^3.0.2",
"ldview": "^1.3.0",
"livescript": "^1.6.0",
"proxise": "^1.0.1",
"uglify-js": "^3.13.1"
},
"frontendDependencies": {
"root": "web/static/assets/lib",
"modules": [
"bootstrap",
"@loadingio/bootstrap.ext",
"bootstrap.native",
"ldview",
"@loadingio/ldquery",
"ldloader",
"proxise",
"ldcover"
]
}
}