-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.49 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
62
63
64
65
{
"author": "zbryikt",
"name": "ldiconfont",
"license": "MIT",
"bin": {
"ldif": "./bin/makefont.js",
"ldif-server": "./bin/server.js"
},
"style": "dist/ldif.min.css",
"files": [
"dist",
"bin"
],
"description": "iconfont dedicated for loading.io",
"version": "0.2.8",
"homepage": "https://github.com/loadingio/ldiconfont",
"repository": {
"type": "git",
"url": "https://github.com/loadingio/ldiconfont"
},
"engines": {
"node": ">=10.14.1",
"npm": ">=6.4.1"
},
"scripts": {
"start": "npx server -r web -o true",
"deploy": "npx deploy web/static",
"fedep": "npx fedep"
},
"devDependencies": {
"@loadingio/bootstrap.ext": "^0.0.12",
"@loadingio/ldquery": "^3.0.6",
"@zbryikt/deploy": "^0.0.4",
"bootstrap": "^4.5.3",
"bootstrap.native": "^3.0.13",
"choosefont.js": "^0.0.1",
"@plotdb/colors": "^0.0.3",
"fedep": "^1.3.0",
"fs-extra": "^8.0.0",
"jsdom": "^20.0.0",
"ldcover": "^3.5.4",
"ldview": "1.4.3",
"livescript": "^1.6.0",
"progress": "^2.0.3",
"stylus": "^0.55.0",
"svg2ttf": "^6.0.2",
"svgo": "^2.8.0",
"@zbryikt/template": "^2.3.45",
"ttf2woff2": "^4.0.4",
"uglifycss": "^0.0.29",
"yargs": "^16.1.0"
},
"frontendDependencies": {
"root": "web/static/assets/lib",
"modules": [
"bootstrap",
"bootstrap.native",
"@loadingio/bootstrap.ext",
"@loadingio/ldquery",
"ldcover",
"ldview",
"choosefont.js"
]
}
}