-
Notifications
You must be signed in to change notification settings - Fork 234
/
package.json
61 lines (61 loc) · 1.5 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
56
57
58
59
60
61
{
"author": "loading.io",
"name": "@loadingio/css-spinner",
"license": "CC0-1.0",
"description": "Pure CSS Loader Optimized for the Web",
"version": "2.0.3",
"style": "dist/index.min.css",
"homepage": "https://loading.io/css/",
"files": [
"dist/**/*"
],
"repository": {
"type": "git",
"url": "https://github.com/loadingio/css-spinner"
},
"scripts": {
"start": "./node_modules/.bin/server -r web -o true",
"build": "./node_modules/.bin/lsc build.ls"
},
"devDependencies": {
"@loadingio/bootstrap.ext": "^0.0.9",
"@loadingio/ldcolorpicker": "^3.0.1",
"@loadingio/ldquery": "^3.0.4",
"@plotdb/block": "^4.6.2",
"@plotdb/csscope": "^4.0.7",
"@plotdb/rescope": "^4.1.7",
"@zbryikt/template": "^2.3.38",
"bootstrap": "^4.5.2",
"@plotdb/colors": "^0.0.2",
"fedep": "^1.1.7",
"fs-extra": "^8.0.0",
"ldcolor": "^1.0.0",
"ldcover": "^3.2.1",
"ldslider": "^3.0.4",
"ldview": "^1.2.1",
"livescript": "^1.6.0",
"progress": "^2.0.0",
"proxise": "^1.0.1",
"pug": "^3.0.2",
"stylus": "^0.55.0",
"uglify-js": "^3.13.1",
"uglifycss": "^0.0.29"
},
"frontendDependencies": {
"root": "web/static/assets/lib",
"modules": [
"bootstrap",
"@loadingio/bootstrap.ext",
"@loadingio/ldquery",
"@loadingio/ldcolorpicker",
"@plotdb/block",
"@plotdb/rescope",
"@plotdb/csscope",
"proxise",
"ldview",
"ldslider",
"ldcover",
"ldcolor"
]
}
}