mirror of
https://github.com/logseq/logseq.git
synced 2026-04-24 22:25:01 +00:00
fix: code cleanup
This commit is contained in:
@@ -12,8 +12,7 @@
|
||||
"dev:core": "npm run build:core -- --mode development --watch",
|
||||
"build": "tsc && rm dist/*.js && npm run build:user",
|
||||
"lint": "prettier --check \"src/**/*.{ts, js}\"",
|
||||
"fix": "prettier --write \"src/**/*.{ts, js}\"",
|
||||
"build:docs": "typedoc --plugin typedoc-plugin-lsp-docs src/LSPlugin.user.ts"
|
||||
"fix": "prettier --write \"src/**/*.{ts, js}\""
|
||||
},
|
||||
"dependencies": {
|
||||
"csstype": "3.1.0",
|
||||
@@ -33,8 +32,6 @@
|
||||
"prettier-config-standard": "^5.0.0",
|
||||
"ts-loader": "9.3.0",
|
||||
"typescript": "4.7.3",
|
||||
"typedoc": "^0.22.15",
|
||||
"typedoc-plugin-lsp-docs": "*",
|
||||
"webpack": "5.73.0",
|
||||
"webpack-bundle-analyzer": "4.5.0",
|
||||
"webpack-cli": "4.9.2"
|
||||
|
||||
Reference in New Issue
Block a user