-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
49 lines (49 loc) · 1.13 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
{
"author": "zbryikt",
"name": "ldbutton",
"license": "MIT",
"description": "css for buttons that load",
"version": "2.0.5",
"style": "dist/index.min.css",
"homepage": "https://loading.io/button/",
"repository": {
"type": "git",
"url": "https://github.com/loadingio/ldButton"
},
"scripts": {
"start": "npx server -r web -o true"
},
"engines": {
"node": ">=0.12.6",
"npm": ">=1.2.2"
},
"devDependencies": {
"@loadingio/bootstrap.ext": "^0.0.12",
"@loadingio/debounce.js": "^1.0.1",
"@loadingio/ldquery": "^3.0.6",
"@loadingio/loading.css": "^3.2.1",
"@zbryikt/template": "^2.4.1",
"bootstrap": "^4.6.1",
"fedep": "^1.3.0",
"ldcover": "^3.5.4",
"ldloader": "^3.0.3",
"ldview": "^1.5.1",
"proxise": "^1.0.1",
"stylus": "^0.55.0",
"uglifycss": "0.0.29"
},
"frontendDependencies": {
"root": "web/static/assets/lib",
"modules": [
"@loadingio/bootstrap.ext",
"@loadingio/ldquery",
"@loadingio/debounce.js",
"@loadingio/loading.css",
"bootstrap",
"ldcover",
"ldloader",
"ldview",
"proxise"
]
}
}