summaryrefslogtreecommitdiffstats
path: root/ui/package.json
blob: 523700a23b8113c26db66aef83fe5f7dcdce2275 (plain)
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
{
  "name": "lemmy",
  "version": "1.0.0",
  "description": "A simple UI for lemmy",
  "main": "index.js",
  "scripts": {
    "start": "node fuse dev",
    "build": "node fuse prod"
  },
  "keywords": [],
  "author": "Dessalines",
  "license": "GPL-2.0-or-later",
  "engines": {
    "node": ">=8.9.0"
  },
  "engineStrict": true,
  "dependencies": {
    "@types/autosize": "^3.0.6",
    "@types/js-cookie": "^2.2.1",
    "@types/jwt-decode": "^2.2.1",
    "@types/markdown-it": "^0.0.7",
    "@types/markdown-it-container": "^2.0.2",
    "autosize": "^4.0.2",
    "classcat": "^1.1.3",
    "dotenv": "^6.1.0",
    "i18next": "^17.0.9",
    "inferno": "^7.0.1",
    "inferno-i18next": "nimbusec-oss/inferno-i18next",
    "inferno-router": "^7.0.1",
    "js-cookie": "^2.2.0",
    "jwt-decode": "^2.2.0",
    "markdown-it": "^8.4.2",
    "markdown-it-container": "^2.0.0",
    "moment": "^2.24.0",
    "rxjs": "^6.4.0",
    "terser": "^3.17.0",
    "ws": "^7.0.0"
  },
  "devDependencies": {
    "@types/i18next": "^12.1.0",
    "fuse-box": "^3.1.3",
    "ts-transform-classcat": "^0.0.2",
    "ts-transform-inferno": "^4.0.2",
    "typescript": "^3.5.3"
  }
}