2019-03-21 01:22:31 +00:00
|
|
|
{
|
2019-04-06 05:29:20 +00:00
|
|
|
"name": "lemmy",
|
|
|
|
"description": "A simple UI for lemmy",
|
2019-10-18 22:27:34 +00:00
|
|
|
"version": "1.0.0",
|
|
|
|
"author": "Dessalines",
|
|
|
|
"license": "GPL-2.0-or-later",
|
2019-03-21 01:22:31 +00:00
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
2019-10-18 21:56:32 +00:00
|
|
|
"build": "node fuse prod",
|
2020-02-09 04:20:11 +00:00
|
|
|
"lint": "tsc --noEmit && eslint --report-unused-disable-directives --ext .js,.ts,.tsx src",
|
2019-10-18 22:27:34 +00:00
|
|
|
"start": "node fuse dev"
|
2019-03-21 01:22:31 +00:00
|
|
|
},
|
|
|
|
"keywords": [],
|
|
|
|
"dependencies": {
|
2019-04-08 05:19:02 +00:00
|
|
|
"@types/autosize": "^3.0.6",
|
2019-03-23 01:42:57 +00:00
|
|
|
"@types/js-cookie": "^2.2.1",
|
2019-04-08 05:19:02 +00:00
|
|
|
"@types/jwt-decode": "^2.2.1",
|
2020-01-06 16:22:51 +00:00
|
|
|
"@types/markdown-it": "^0.0.9",
|
2019-04-29 17:16:43 +00:00
|
|
|
"@types/markdown-it-container": "^2.0.2",
|
2020-02-02 15:09:01 +00:00
|
|
|
"@types/node": "^13.7.0",
|
2019-03-31 00:38:54 +00:00
|
|
|
"autosize": "^4.0.2",
|
2019-10-15 19:21:27 +00:00
|
|
|
"bootswatch": "^4.3.1",
|
2019-03-21 01:22:31 +00:00
|
|
|
"classcat": "^1.1.3",
|
2020-01-06 16:22:51 +00:00
|
|
|
"dotenv": "^8.2.0",
|
2020-02-09 04:20:11 +00:00
|
|
|
"emoji-short-name": "^1.0.0",
|
2020-01-24 16:28:11 +00:00
|
|
|
"husky": "^4.2.1",
|
2020-01-06 16:22:51 +00:00
|
|
|
"i18next": "^19.0.3",
|
2019-03-21 01:22:31 +00:00
|
|
|
"inferno": "^7.0.1",
|
2019-08-10 00:14:43 +00:00
|
|
|
"inferno-i18next": "nimbusec-oss/inferno-i18next",
|
2019-03-21 01:22:31 +00:00
|
|
|
"inferno-router": "^7.0.1",
|
2019-03-23 01:42:57 +00:00
|
|
|
"js-cookie": "^2.2.0",
|
|
|
|
"jwt-decode": "^2.2.0",
|
2020-01-06 16:22:51 +00:00
|
|
|
"markdown-it": "^10.0.0",
|
2019-04-29 17:16:43 +00:00
|
|
|
"markdown-it-container": "^2.0.0",
|
2019-09-03 00:33:09 +00:00
|
|
|
"markdown-it-emoji": "^1.4.0",
|
2020-02-12 17:12:19 +00:00
|
|
|
"mobius1-selectr": "^2.4.13",
|
2019-03-27 19:54:55 +00:00
|
|
|
"moment": "^2.24.0",
|
2019-10-18 23:58:20 +00:00
|
|
|
"prettier": "^1.18.2",
|
2020-02-09 04:20:11 +00:00
|
|
|
"reconnecting-websocket": "^4.4.0",
|
2019-05-05 23:50:44 +00:00
|
|
|
"rxjs": "^6.4.0",
|
2020-01-24 16:28:11 +00:00
|
|
|
"terser": "^4.6.3",
|
2020-01-23 03:29:11 +00:00
|
|
|
"toastify-js": "^1.6.2",
|
2020-01-06 16:22:51 +00:00
|
|
|
"tributejs": "^4.1.1",
|
2019-08-31 16:40:42 +00:00
|
|
|
"twemoji": "^12.1.2",
|
2019-06-12 01:41:01 +00:00
|
|
|
"ws": "^7.0.0"
|
2019-03-21 01:22:31 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2019-10-18 21:56:32 +00:00
|
|
|
"eslint": "^6.5.1",
|
|
|
|
"eslint-plugin-inferno": "^7.14.3",
|
2020-01-24 16:28:11 +00:00
|
|
|
"eslint-plugin-jane": "^7.0.2",
|
2019-05-05 23:50:44 +00:00
|
|
|
"fuse-box": "^3.1.3",
|
2020-01-24 16:28:11 +00:00
|
|
|
"lint-staged": "^10.0.2",
|
2019-10-18 22:27:34 +00:00
|
|
|
"sortpack": "^2.0.1",
|
2020-01-29 01:08:33 +00:00
|
|
|
"ts-node": "^8.6.2",
|
2019-03-21 01:22:31 +00:00
|
|
|
"ts-transform-classcat": "^0.0.2",
|
|
|
|
"ts-transform-inferno": "^4.0.2",
|
2020-01-24 16:28:11 +00:00
|
|
|
"typescript": "^3.7.5"
|
2019-10-18 22:27:34 +00:00
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">=8.9.0"
|
|
|
|
},
|
|
|
|
"engineStrict": true,
|
|
|
|
"husky": {
|
|
|
|
"hooks": {
|
2020-01-29 01:08:33 +00:00
|
|
|
"pre-commit": "yarn run ts-node translation_report.ts && git add ../README.md && cargo clippy --manifest-path ../server/Cargo.toml --all-targets --all-features -- -D warnings && lint-staged"
|
2019-10-18 22:27:34 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"lint-staged": {
|
2019-10-21 00:49:13 +00:00
|
|
|
"*.{ts,tsx,js}": [
|
2019-10-18 23:58:20 +00:00
|
|
|
"prettier --write",
|
2020-01-24 16:28:11 +00:00
|
|
|
"eslint --fix"
|
2019-10-18 22:27:34 +00:00
|
|
|
],
|
2020-01-04 22:21:33 +00:00
|
|
|
"../server/src/**/*.rs": [
|
2020-01-24 16:28:11 +00:00
|
|
|
"rustfmt --config-path ../server/.rustfmt.toml"
|
2020-01-04 22:21:33 +00:00
|
|
|
],
|
2019-10-18 22:27:34 +00:00
|
|
|
"package.json": [
|
2020-01-24 16:28:11 +00:00
|
|
|
"sortpack"
|
2019-10-18 22:27:34 +00:00
|
|
|
]
|
2019-03-21 01:22:31 +00:00
|
|
|
}
|
|
|
|
}
|