]> Untitled Git - lemmy-ui.git/blob - package.json
2298d9e140c6e40705f39fd9caf0e5173bc698ae
[lemmy-ui.git] / package.json
1 {
2   "name": "lemmy-ui",
3   "version": "0.18.0-rc.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}": ["prettier --write", "eslint --fix"],
21     "*.{css, scss}": ["prettier --write"],
22     "package.json": ["sortpack"]
23   },
24   "dependencies": {
25     "@babel/plugin-proposal-decorators": "^7.21.0",
26     "@babel/plugin-transform-runtime": "^7.21.4",
27     "@babel/plugin-transform-typescript": "^7.21.3",
28     "@babel/preset-env": "7.21.5",
29     "@babel/preset-typescript": "^7.21.5",
30     "@babel/runtime": "^7.21.5",
31     "@emoji-mart/data": "^1.1.0",
32     "autosize": "^6.0.1",
33     "babel-loader": "^9.1.2",
34     "babel-plugin-inferno": "^6.6.0",
35     "bootstrap": "^5.2.3",
36     "check-password-strength": "^2.0.7",
37     "classnames": "^2.3.1",
38     "clean-webpack-plugin": "^4.0.0",
39     "copy-webpack-plugin": "^11.0.0",
40     "cross-fetch": "^3.1.5",
41     "css-loader": "^6.7.3",
42     "emoji-mart": "^5.4.0",
43     "emoji-short-name": "^2.0.0",
44     "express": "~4.18.2",
45     "history": "^5.3.0",
46     "html-to-text": "^9.0.5",
47     "i18next": "^22.4.15",
48     "inferno": "^8.1.1",
49     "inferno-create-element": "^8.1.1",
50     "inferno-helmet": "^5.2.1",
51     "inferno-hydrate": "^8.1.1",
52     "inferno-i18next-dess": "0.0.2",
53     "inferno-router": "^8.1.1",
54     "inferno-server": "^8.1.1",
55     "isomorphic-cookie": "^1.2.4",
56     "jwt-decode": "^3.1.2",
57     "lemmy-js-client": "0.17.2-rc.24",
58     "lodash": "^4.17.21",
59     "markdown-it": "^13.0.1",
60     "markdown-it-container": "^3.0.0",
61     "markdown-it-emoji": "^2.0.2",
62     "markdown-it-footnote": "^3.0.3",
63     "markdown-it-html5-embed": "^1.0.0",
64     "markdown-it-sub": "^1.0.0",
65     "markdown-it-sup": "^1.0.0",
66     "mini-css-extract-plugin": "^2.7.5",
67     "moment": "^2.29.4",
68     "register-service-worker": "^1.7.2",
69     "run-node-webpack-plugin": "^1.3.0",
70     "sanitize-html": "^2.10.0",
71     "sass": "^1.62.1",
72     "sass-loader": "^13.2.2",
73     "serialize-javascript": "^6.0.1",
74     "service-worker-webpack": "^1.0.0",
75     "sharp": "^0.32.1",
76     "tippy.js": "^6.3.7",
77     "toastify-js": "^1.12.0",
78     "tributejs": "^5.1.3",
79     "webpack": "5.82.1",
80     "webpack-cli": "^5.1.1",
81     "webpack-node-externals": "^3.0.0"
82   },
83   "devDependencies": {
84     "@babel/core": "^7.21.8",
85     "@types/autosize": "^4.0.0",
86     "@types/bootstrap": "^5.2.6",
87     "@types/express": "^4.17.17",
88     "@types/html-to-text": "^9.0.0",
89     "@types/markdown-it": "^12.2.3",
90     "@types/markdown-it-container": "^2.0.5",
91     "@types/node": "^20.1.2",
92     "@types/sanitize-html": "^2.9.0",
93     "@types/serialize-javascript": "^5.0.1",
94     "@types/toastify-js": "^1.11.1",
95     "@typescript-eslint/eslint-plugin": "^5.59.5",
96     "@typescript-eslint/parser": "^5.59.5",
97     "bootswatch": "^5.2.3",
98     "eslint": "^8.40.0",
99     "eslint-plugin-inferno": "^7.32.2",
100     "eslint-plugin-prettier": "^4.2.1",
101     "husky": "^8.0.3",
102     "import-sort-style-module": "^6.0.0",
103     "lint-staged": "^13.2.2",
104     "prettier": "^2.8.8",
105     "prettier-plugin-import-sort": "^0.0.7",
106     "prettier-plugin-organize-imports": "^3.2.2",
107     "prettier-plugin-packagejson": "^2.4.3",
108     "rimraf": "^5.0.0",
109     "sortpack": "^2.3.4",
110     "style-loader": "^3.3.2",
111     "terser": "^5.17.3",
112     "typescript": "^5.0.4",
113     "webpack-dev-server": "4.15.0"
114   },
115   "packageManager": "yarn@1.22.19",
116   "engines": {
117     "node": ">=8.9.0"
118   },
119   "engineStrict": true,
120   "importSort": {
121     ".js, .jsx, .ts, .tsx": {
122       "style": "module",
123       "parser": "typescript"
124     }
125   }
126 }