summaryrefslogtreecommitdiff
path: root/frontend/package.json
blob: 2e0c7c705443440430ef71c61a61bc7d0deef82c (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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
  "name": "@decky/loader-frontend",
  "private": true,
  "license": "GPLV2",
  "type": "module",
  "scripts": {
    "prepare": "cd .. && husky install frontend/.husky",
    "build": "rollup -c",
    "watch": "rollup -c -w",
    "lint": "prettier -c src",
    "typecheck": "tsc --noEmit",
    "format": "prettier -c src -w"
  },
  "devDependencies": {
    "@decky/api": "^1.0.4",
    "@rollup/plugin-commonjs": "^26.0.1",
    "@rollup/plugin-image": "^3.0.3",
    "@rollup/plugin-json": "^6.1.0",
    "@rollup/plugin-node-resolve": "^15.2.3",
    "@rollup/plugin-replace": "^5.0.7",
    "@rollup/plugin-typescript": "^11.1.6",
    "@types/react": "18.3.3",
    "@types/react-dom": "18.3.0",
    "@types/react-file-icon": "^1.0.4",
    "@types/react-router": "5.1.20",
    "@types/webpack": "^5.28.5",
    "husky": "^9.0.11",
    "i18next-parser": "^9.0.0",
    "import-sort-style-module": "^6.0.0",
    "inquirer": "^9.2.23",
    "prettier": "^3.3.2",
    "prettier-plugin-import-sort": "^0.0.7",
    "react": "18.3.1",
    "react-dom": "18.3.1",
    "rollup": "^4.18.0",
    "rollup-plugin-delete": "^2.0.0",
    "rollup-plugin-external-globals": "^0.10.0",
    "rollup-plugin-polyfill-node": "^0.13.0",
    "rollup-plugin-visualizer": "^5.12.0",
    "tslib": "^2.6.3",
    "typescript": "^5.4.5"
  },
  "importSort": {
    ".js, .jsx, .ts, .tsx": {
      "style": "module",
      "parser": "typescript"
    }
  },
  "dependencies": {
    "@decky/ui": "^4.0.2",
    "filesize": "^10.1.2",
    "i18next": "^23.11.5",
    "i18next-http-backend": "^2.5.2",
    "react-file-icon": "^1.5.0",
    "react-i18next": "^14.1.2",
    "react-icons": "^5.2.1",
    "react-markdown": "^9.0.1",
    "remark-gfm": "^4.0.0"
  }
}