forked from fontello/fontello
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
91 lines (91 loc) · 2.29 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"name": "fontello",
"version": "6.0.0",
"description": "Iconic fonts scissors",
"keywords": [
"icon",
"font",
"editor"
],
"homepage": "https://fontello.com/",
"contributors": [
"Roman I Shmelev (https://github.com/shmelev)",
"Aleksey Zapparov (https://github.com/ixti)",
"Vitaly Puzrin (https://github.com/puzrin)",
"Vladimir Zapparov (https://github.com/dervus)"
],
"license": "MIT",
"repository": "fontello/fontello",
"scripts": {
"test": "make test"
},
"dependencies": {
"@babel/core": "^7.14.6",
"@babel/preset-env": "^7.14.5",
"@popperjs/core": "^2.9.2",
"@xmldom/xmldom": "^0.8.0",
"argparse": "^2.0.1",
"autoprefixer": "^10.2.6",
"babelfish": "^2.0.0",
"babelify": "^10.0.0",
"bagjs": "^3.0.0",
"base64-js": "^1.5.1",
"bluebird": "^3.7.2",
"bootstrap": "~5.1.3",
"browser-pack": "^6.1.0",
"browserify": "^17.0.0",
"cacheify": "^0.4.2",
"clean-css": "^5.1.2",
"compression": "^1.7.4",
"cookie": "^0.4.1",
"corejs-typeahead": "^1.3.1",
"ejs": "^3.1.6",
"email-regex": "^4.0.0",
"event-wire": "^4.0.0",
"glob": "^7.1.6",
"is-my-json-valid": "^2.20.5",
"javascript-state-machine": "^2.4.0",
"jquery": "^3.6.0",
"js-yaml": "^4.1.0",
"jstransformer-stylus": "^1.5.0",
"jszip": "^3.6.0",
"knockout": "~ 3.5.1",
"level": "^7.0.0",
"level-exists": "^3.0.0",
"level-ttl": "^3.1.1",
"lodash": "^4.17.21",
"log4js": "^6.3.0",
"mdurl": "^1.0.1",
"mkdirp": "^1.0.4",
"multiparty": "^4.2.2",
"negotiator": "^0.6.2",
"node-sass": "^7.0.1",
"pako": "^2.0.3",
"pointer": "^1.0.2",
"postcss": "^8.3.5",
"pug": "^3.0.2",
"pug-runtime": "^3.0.1",
"puncher": "^1.1.1",
"raw-body": "^2.4.1",
"resolve": "^1.20.0",
"rimraf": "^3.0.2",
"send": "^0.17.1",
"serialize-error": "^8.1.0",
"stylus": "^0.56.0",
"svg2ttf": "^6.0.2",
"svgpath": "^2.3.1",
"terser": "^5.7.0",
"ttf2eot": "^3.0.0",
"ttf2woff": "^3.0.0",
"ttfautohint": "^1.3.0",
"wawoff2": "^2.0.0",
"write-file-atomic": "^4.0.1",
"xmldom": "^0.6.0"
},
"devDependencies": {
"eslint": "^8.8.0",
"mocha": "^9.0.1",
"supertest": "^6.1.3"
},
"browserslist": "defaults, not ie 11"
}