-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
73 lines (73 loc) · 2.14 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
{
"author": "",
"bugs": {
"url": "https://github.com/VectorLogoZone/logosearch/issues"
},
"dependencies": {
"@types/js-yaml": "^4.0.8",
"axios": "^1.6.0",
"bootstrap": "^4.4.1",
"convict": "^6.2.1",
"gunzip-maybe": "^1.4.1",
"handlebars": "^4.3.0",
"i18next": "^23.6.0",
"is-my-json-valid": "^2.20.5",
"js-yaml": "^4.1.0",
"koa": "^2.5.3",
"koa-body": "^6.0.1",
"koa-compress": "^5.1.1",
"koa-router": "^12.0.1",
"koa-static": "^5.0.0",
"koa-views": "^8.1.0",
"lunr": "^1.0.0",
"pino": "^8.16.1",
"pino-http": "^8.5.1",
"source-map-support": "^0.5.16",
"tar-stream": "^3.1.6",
"transliteration": "^2.1.9"
},
"description": "Backend server for LogoSear.ch, IconSear.ch and UnicodeSearch.org",
"devDependencies": {
"@types/convict": "^6.1.5",
"@types/gunzip-maybe": "^1.4.0",
"@types/koa": "^2.0.46",
"@types/koa-compress": "^4.0.5",
"@types/koa-router": "^7.0.32",
"@types/koa-static": "^4.0.0",
"@types/koa-views": "^7.0.0",
"@types/lunr": "^0.5.31",
"@types/node": "^20.8.9",
"@types/sonic-boom": "^2.1.1",
"@types/tar-stream": "^3.1.2",
"nodemon": "^3.0.1",
"pino-pretty": "^10.2.3",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
},
"homepage": "https://logosear.ch/",
"keywords": [
"logo",
"logos",
"svg",
"vector"
],
"license": "AGPL-3.0",
"main": "dist/server.js",
"name": "logosearch",
"repository": {
"type": "git",
"url": "git+https://github.com/VectorLogoZone/logosearch.git"
},
"scripts": {
"build": "tsc",
"css-emojisearch": "sass scss/iconsearch.scss:static/emojisearch/css/style.css",
"css-icons": "sass scss/iconsearch.scss:static/iconsearch/css/style.css",
"css-logos": "sass scss/logosearch.scss:static/logosearch/css/style.css",
"css-supertinyicons": "sass scss/supertinyicons.scss:static/supertinyicons/css/style.css",
"css-unicode": "sass scss/unicodesearch.scss:static/unicodesearch/css/style.css",
"run": "nodemon",
"start": "node dist/server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "1.0.0"
}