lemmy-ui/package.json

103 lines
3.1 KiB
JSON
Raw Normal View History

2020-08-23 04:04:58 +00:00
{
2020-09-15 17:22:50 +00:00
"name": "lemmy-ui",
2020-08-23 04:04:58 +00:00
"description": "An isomorphic UI for lemmy",
"author": "Dessalines <tyhou13@gmx.com>",
"license": "AGPL-3.0",
"scripts": {
"build:dev": "webpack --mode=development",
"build:prod": "webpack --mode=production",
"clean": "yarn run rimraf dist",
"dev": "yarn start",
2020-12-23 15:26:52 +00:00
"lint": "node generate_translations.js && tsc --noEmit && eslint --report-unused-disable-directives --ext .js,.ts,.tsx src",
"prebuild:dev": "yarn clean && node generate_translations.js",
"prebuild:prod": "yarn clean && node generate_translations.js",
"start": "yarn build:dev --watch"
2020-08-23 04:04:58 +00:00
},
2020-09-15 17:22:50 +00:00
"repository": "https://github.com/LemmyNet/lemmy-ui",
2020-08-23 04:04:58 +00:00
"dependencies": {
2021-04-24 04:17:25 +00:00
"@typescript-eslint/parser": "^4.22.0",
"autosize": "^4.0.2",
"choices.js": "^9.0.1",
"emoji-short-name": "^1.0.0",
2020-08-23 04:04:58 +00:00
"express": "~4.17.1",
2021-04-07 16:09:02 +00:00
"i18next": "^20.2.1",
"inferno": "^7.4.8",
"inferno-create-element": "^7.4.8",
"inferno-helmet": "^5.2.1",
"inferno-hydrate": "^7.4.8",
"inferno-i18next": "github:nimbusec-oss/inferno-i18next#semver:^7.4.2",
"inferno-router": "^7.4.8",
"inferno-server": "^7.4.8",
"isomorphic-cookie": "^1.2.4",
"jwt-decode": "^3.1.2",
2021-04-24 04:17:25 +00:00
"markdown-it": "^12.0.6",
"markdown-it-container": "^3.0.0",
"markdown-it-sub": "^1.0.0",
"markdown-it-sup": "^1.0.0",
2020-10-10 03:56:22 +00:00
"moment": "^2.29.1",
"reconnecting-websocket": "^4.4.0",
2020-12-24 02:00:15 +00:00
"register-service-worker": "^1.7.2",
2021-04-07 16:09:02 +00:00
"rxjs": "^6.6.7",
2020-09-14 15:27:13 +00:00
"serialize-javascript": "^5.0.1",
2021-04-07 16:09:02 +00:00
"tippy.js": "^6.3.1",
"toastify-js": "^1.10.0",
"tributejs": "^5.1.3",
2021-04-24 04:17:25 +00:00
"ws": "^7.4.5"
2020-08-23 04:04:58 +00:00
},
"devDependencies": {
2021-04-24 04:17:25 +00:00
"@babel/core": "^7.13.16",
"@babel/plugin-transform-runtime": "^7.13.15",
2021-04-07 16:09:02 +00:00
"@babel/plugin-transform-typescript": "^7.13.0",
2021-04-24 04:17:25 +00:00
"@babel/preset-env": "7.13.15",
2021-04-07 16:09:02 +00:00
"@babel/preset-typescript": "^7.13.0",
2021-04-24 04:17:25 +00:00
"@babel/runtime": "^7.13.17",
"@types/autosize": "^3.0.6",
2021-01-20 15:04:32 +00:00
"@types/express": "^4.17.11",
2021-04-24 04:17:25 +00:00
"@types/node": "^14.14.41",
"@types/node-fetch": "^2.5.10",
2020-12-09 15:18:03 +00:00
"@types/serialize-javascript": "^5.0.0",
2021-04-24 04:17:25 +00:00
"@typescript-eslint/eslint-plugin": "^4.22.0",
2020-12-01 20:01:12 +00:00
"babel-loader": "^8.2.2",
2021-04-24 04:17:25 +00:00
"babel-plugin-inferno": "^6.2.0",
2021-01-22 03:21:15 +00:00
"bootstrap": "^4.6.0",
"bootswatch": "^4.6.0",
2021-04-24 04:17:25 +00:00
"clean-webpack-plugin": "^4.0.0-alpha.0",
2021-04-07 16:09:02 +00:00
"copy-webpack-plugin": "^8.1.1",
2021-04-24 04:17:25 +00:00
"css-loader": "^5.2.4",
"eslint": "^7.25.0",
"eslint-plugin-prettier": "^3.4.0",
2021-04-07 16:09:02 +00:00
"husky": "^6.0.0",
"iso-639-1": "^2.1.9",
2021-04-27 14:29:17 +00:00
"lemmy-js-client": "0.11.0",
2021-02-05 18:00:41 +00:00
"lint-staged": "^10.5.4",
2021-04-24 04:17:25 +00:00
"mini-css-extract-plugin": "^1.5.0",
"node-fetch": "^2.6.1",
2020-11-05 23:51:44 +00:00
"node-sass": "^5.0.0",
2020-12-01 20:01:12 +00:00
"prettier": "^2.2.1",
"rimraf": "^3.0.2",
"run-node-webpack-plugin": "^1.3.0",
"sass-loader": "^11.0.1",
2021-01-22 03:21:15 +00:00
"sortpack": "^2.2.0",
2020-10-10 03:56:22 +00:00
"style-loader": "^2.0.0",
2021-04-07 16:09:02 +00:00
"terser": "^5.6.1",
2021-04-24 04:17:25 +00:00
"typescript": "^4.2.4",
"webpack": "5.35.1",
2021-04-07 16:09:02 +00:00
"webpack-cli": "^4.6.0",
2021-01-20 15:04:32 +00:00
"webpack-dev-server": "3.11.2",
2021-04-24 04:17:25 +00:00
"webpack-node-externals": "^3.0.0"
2020-08-23 04:04:58 +00:00
},
"engines": {
"node": ">=8.9.0"
},
"engineStrict": true,
2020-08-23 04:04:58 +00:00
"lint-staged": {
"*.{ts,tsx,js}": [
"prettier --write",
"eslint --fix"
],
"package.json": [
"sortpack"
]
}
}