]> Untitled Git - lemmy-ui.git/blob - package.json
c9a19c2f25861797afbec7d939ac399ac8b994a1
[lemmy-ui.git] / package.json
1 {
2   "name": "lemmy-ui",
3   "version": "0.17.1",
4   "description": "An isomorphic UI for lemmy",
5   "repository": "https://github.com/LemmyNet/lemmy-ui",
6   "license": "AGPL-3.0",
7   "author": "Dessalines <tyhou13@gmx.com>",
8   "scripts": {
9     "prebuild:dev": "yarn clean && node generate_translations.js",
10     "build:dev": "webpack --mode=development",
11     "prebuild:prod": "yarn clean && node generate_translations.js",
12     "build:prod": "webpack --mode=production",
13     "clean": "yarn run rimraf dist",
14     "dev": "yarn start",
15     "lint": "node generate_translations.js && tsc --noEmit && eslint --report-unused-disable-directives --ext .js,.ts,.tsx src && prettier --check \"src/**/*.{ts,tsx,js,css,scss}\"",
16     "prepare": "husky install",
17     "start": "yarn build:dev --watch"
18   },
19   "lint-staged": {
20     "*.{ts,tsx,js}": [
21       "prettier --write",
22       "eslint --fix"
23     ],
24     "*.{css, scss}": [
25       "prettier --write"
26     ],
27     "package.json": [
28       "sortpack"
29     ]
30   },
31   "dependencies": {
32     "@babel/plugin-proposal-decorators": "^7.21.0",
33     "@babel/plugin-transform-runtime": "^7.21.4",
34     "@babel/plugin-transform-typescript": "^7.21.3",
35     "@babel/preset-env": "7.21.5",
36     "@babel/preset-typescript": "^7.21.5",
37     "@babel/runtime": "^7.21.5",
38     "@emoji-mart/data": "^1.1.0",
39     "autosize": "^6.0.1",
40     "babel-loader": "^9.1.2",
41     "babel-plugin-inferno": "^6.6.0",
42     "bootstrap": "^5.2.3",
43     "check-password-strength": "^2.0.7",
44     "classnames": "^2.3.1",
45     "clean-webpack-plugin": "^4.0.0",
46     "copy-webpack-plugin": "^11.0.0",
47     "cross-fetch": "^3.1.5",
48     "css-loader": "^6.7.3",
49     "emoji-mart": "^5.4.0",
50     "emoji-short-name": "^2.0.0",
51     "express": "~4.18.2",
52     "html-to-text": "^9.0.5",
53     "i18next": "^22.4.15",
54     "inferno": "^8.1.1",
55     "inferno-create-element": "^8.1.1",
56     "inferno-helmet": "^5.2.1",
57     "inferno-hydrate": "^8.1.1",
58     "inferno-i18next-dess": "0.0.2",
59     "inferno-router": "^8.1.1",
60     "inferno-server": "^8.1.1",
61     "isomorphic-cookie": "^1.2.4",
62     "jwt-decode": "^3.1.2",
63     "lemmy-js-client": "0.17.2-rc.16",
64     "markdown-it": "^13.0.1",
65     "markdown-it-container": "^3.0.0",
66     "markdown-it-emoji": "^2.0.2",
67     "markdown-it-footnote": "^3.0.3",
68     "markdown-it-html5-embed": "^1.0.0",
69     "markdown-it-sub": "^1.0.0",
70     "markdown-it-sup": "^1.0.0",
71     "mini-css-extract-plugin": "^2.7.5",
72     "moment": "^2.29.4",
73     "register-service-worker": "^1.7.2",
74     "run-node-webpack-plugin": "^1.3.0",
75     "rxjs": "^7.8.1",
76     "sanitize-html": "^2.10.0",
77     "sass": "^1.62.1",
78     "sass-loader": "^13.2.2",
79     "serialize-javascript": "^6.0.1",
80     "sharp": "^0.32.1",
81     "tippy.js": "^6.3.7",
82     "toastify-js": "^1.12.0",
83     "tributejs": "^5.1.3",
84     "webpack": "5.82.1",
85     "webpack-cli": "^5.1.1",
86     "webpack-node-externals": "^3.0.0",
87     "websocket-ts": "^1.1.1"
88   },
89   "devDependencies": {
90     "@babel/core": "^7.21.8",
91     "@types/autosize": "^4.0.0",
92     "@types/express": "^4.17.17",
93     "@types/html-to-text": "^9.0.0",
94     "@types/markdown-it": "^12.2.3",
95     "@types/markdown-it-container": "^2.0.5",
96     "@types/node": "^20.1.2",
97     "@types/sanitize-html": "^2.9.0",
98     "@types/serialize-javascript": "^5.0.1",
99     "@types/toastify-js": "^1.11.1",
100     "@typescript-eslint/eslint-plugin": "^5.59.5",
101     "@typescript-eslint/parser": "^5.59.5",
102     "bootswatch": "^5.2.3",
103     "eslint": "^8.40.0",
104     "eslint-plugin-inferno": "^7.32.2",
105     "eslint-plugin-prettier": "^4.2.1",
106     "husky": "^8.0.3",
107     "import-sort-style-module": "^6.0.0",
108     "lint-staged": "^13.2.2",
109     "prettier": "^2.8.8",
110     "prettier-plugin-import-sort": "^0.0.7",
111     "prettier-plugin-organize-imports": "^3.2.2",
112     "prettier-plugin-packagejson": "^2.4.3",
113     "rimraf": "^5.0.0",
114     "service-worker-webpack": "^1.0.0",
115     "sortpack": "^2.3.4",
116     "style-loader": "^3.3.2",
117     "terser": "^5.17.3",
118     "typescript": "^5.0.4",
119     "webpack-dev-server": "4.15.0"
120   },
121   "engines": {
122     "node": ">=8.9.0"
123   },
124   "engineStrict": true,
125   "importSort": {
126     ".js, .jsx, .ts, .tsx": {
127       "style": "module",
128       "parser": "typescript"
129     }
130   }
131 }