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