-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.04 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
{
"author": "zbryikt",
"name": "ldslider",
"license": "MIT",
"description": "Slider Library in Vanilla JS",
"version": "3.1.2",
"style": "dist/index.min.css",
"browser": "dist/index.min.js",
"main": "dist/index.min.js",
"files": [
"dist/**/*"
],
"homepage": "https://github.com/loadingio/ldslider",
"repository": {
"type": "git",
"url": "https://github.com/loadingio/ldslider"
},
"engines": {
"node": ">=10.14.1",
"npm": ">=6.4.1"
},
"scripts": {
"start": "npx server -r web -o true"
},
"devDependencies": {
"@loadingio/ldquery": "^3.0.5",
"bootstrap": "^4.6.1",
"@loadingio/bootstrap.ext": "^0.0.11",
"fedep": "^1.1.11",
"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"
},
"frontendDependencies": {
"root": "web/static/assets/lib",
"modules": [
"bootstrap",
"@loadingio/bootstrap.ext",
"@loadingio/ldquery",
"ldcover"
]
}
}