wip refacto
This commit is contained in:
parent
cf7fb776bd
commit
28071e585f
18 changed files with 2270 additions and 7587 deletions
42
package.json
42
package.json
|
@ -1,15 +1,16 @@
|
|||
{
|
||||
"name": "memo",
|
||||
"description": "Web-based memos that support real-time collaboration. Inspired by scrumblr.",
|
||||
"version": "1.0.0",
|
||||
"version": "0.9.0",
|
||||
"license": "AGPL-3.0",
|
||||
"type": "module",
|
||||
"repository": {
|
||||
"url": "https://forge.mrflos.pw/mrflos/memo"
|
||||
"url": "https://codeberg.org/mrflos/memo"
|
||||
},
|
||||
"author": "Florian Schmitt",
|
||||
"scripts": {
|
||||
"lint-js": "eslint --fix --ext .js,.ts .",
|
||||
"start": "nodemon server.js -e js,css,jade,json"
|
||||
"format": "eslint --fix --ext .js,.ts .",
|
||||
"dev": "bun server.js --watch"
|
||||
},
|
||||
"nodemonConfig": {
|
||||
"ignore": [
|
||||
|
@ -20,29 +21,30 @@
|
|||
]
|
||||
},
|
||||
"dependencies": {
|
||||
"async": "~0.9.2",
|
||||
"bootstrap-icons": "^1.13.1",
|
||||
"async": "^3.2.6",
|
||||
"compression": "^1.8.0",
|
||||
"express": "^4.21.2",
|
||||
"html2canvas": "^1.4.1",
|
||||
"jade": "~1.5.0",
|
||||
"dompurify": "^3.2.6",
|
||||
"express": "^5.1.0",
|
||||
"hiredis": "^0.5.0",
|
||||
"jsdom": "^26.1.0",
|
||||
"pug": "^3.0.3",
|
||||
"redis": "~0.12.1",
|
||||
"reload": "^3.3.0",
|
||||
"sanitizer": "~0.1.3",
|
||||
"simplesets": "~1.2.0",
|
||||
"socket.io": "^1.7.4",
|
||||
"simplesets": "^1.2.0",
|
||||
"socket.io": "^4.8.1",
|
||||
"typeface-inter": "^3.18.1",
|
||||
"yargs": "~2.3.0"
|
||||
"yargs": "^18.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@eslint/compat": "^1.2.9",
|
||||
"@eslint/eslintrc": "^3.3.1",
|
||||
"@eslint/js": "^9.28.0",
|
||||
"@stylistic/eslint-plugin": "^3.1.0",
|
||||
"eslint": "^9.28.0",
|
||||
"eslint-config-airbnb-base": "^15.0.0",
|
||||
"eslint-plugin-import": "^2.31.0",
|
||||
"globals": "^16.2.0",
|
||||
"prettier": "^3.5.3",
|
||||
"forever": "^0.15.3",
|
||||
"nodemon": "^2.0.22"
|
||||
"eslint-config-airbnb-extended": "^1.0.11",
|
||||
"eslint-config-prettier": "^10.1.5",
|
||||
"eslint-plugin-import-x": "^4.15.1",
|
||||
"eslint-plugin-n": "^17.19.0",
|
||||
"eslint-plugin-prettier": "^5.4.1",
|
||||
"prettier": "^3.5.3"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue