]> Untitled Git - lemmy.git/blob - ui/package.json
chore: switch from tslint to eslint
[lemmy.git] / ui / package.json
1 {
2   "name": "lemmy",
3   "version": "1.0.0",
4   "description": "A simple UI for lemmy",
5   "main": "index.js",
6   "scripts": {
7     "start": "node fuse dev",
8     "build": "node fuse prod",
9     "lint": "eslint --report-unused-disable-directives --ext .js,.ts,.tsx src"
10   },
11   "keywords": [],
12   "author": "Dessalines",
13   "license": "GPL-2.0-or-later",
14   "engines": {
15     "node": ">=8.9.0"
16   },
17   "engineStrict": true,
18   "dependencies": {
19     "@types/autosize": "^3.0.6",
20     "@types/js-cookie": "^2.2.1",
21     "@types/jwt-decode": "^2.2.1",
22     "@types/markdown-it": "^0.0.7",
23     "@types/markdown-it-container": "^2.0.2",
24     "autosize": "^4.0.2",
25     "bootswatch": "^4.3.1",
26     "classcat": "^1.1.3",
27     "dotenv": "^6.1.0",
28     "emoji-short-name": "^0.1.0",
29     "i18next": "^17.0.9",
30     "inferno": "^7.0.1",
31     "inferno-i18next": "nimbusec-oss/inferno-i18next",
32     "inferno-router": "^7.0.1",
33     "js-cookie": "^2.2.0",
34     "jwt-decode": "^2.2.0",
35     "markdown-it": "^8.4.2",
36     "markdown-it-container": "^2.0.0",
37     "markdown-it-emoji": "^1.4.0",
38     "moment": "^2.24.0",
39     "rxjs": "^6.4.0",
40     "terser": "^3.17.0",
41     "tributejs": "3.7.2",
42     "twemoji": "^12.1.2",
43     "ws": "^7.0.0"
44   },
45   "devDependencies": {
46     "@types/i18next": "^12.1.0",
47     "eslint": "^6.5.1",
48     "eslint-plugin-inferno": "^7.14.3",
49     "eslint-plugin-jane": "^7.0.0",
50     "fuse-box": "^3.1.3",
51     "ts-transform-classcat": "^0.0.2",
52     "ts-transform-inferno": "^4.0.2",
53     "typescript": "^3.5.3"
54   }
55 }