|
@@ -14,8 +14,8 @@
|
|
|
"build": "tsc && rm dist/*.js && npm run build:user",
|
|
"build": "tsc && rm dist/*.js && npm run build:user",
|
|
|
"lint": "prettier --check \"src/**/*.{ts, js}\"",
|
|
"lint": "prettier --check \"src/**/*.{ts, js}\"",
|
|
|
"fix": "prettier --write \"src/**/*.{ts, js}\"",
|
|
"fix": "prettier --write \"src/**/*.{ts, js}\"",
|
|
|
- "build:docs": "typedoc src/LSPlugin.user.ts",
|
|
|
|
|
- "build:docs:json": "typedoc --plugin typedoc-plugin-lsp-docs src/LSPlugin.user.ts && typedoc --json docs/out.json ./src/LSPlugin.user.ts"
|
|
|
|
|
|
|
+ "build:docs": "typedoc --plugin typedoc-plugin-lsp-docs src/LSPlugin.user.ts",
|
|
|
|
|
+ "build:docs:json": "typedoc --json docs/out.json ./src/LSPlugin.user.ts"
|
|
|
},
|
|
},
|
|
|
"dependencies": {
|
|
"dependencies": {
|
|
|
"csstype": "3.1.0",
|
|
"csstype": "3.1.0",
|
|
@@ -41,7 +41,7 @@
|
|
|
"terser-webpack-plugin": "^5.3.6",
|
|
"terser-webpack-plugin": "^5.3.6",
|
|
|
"ts-loader": "9.3.0",
|
|
"ts-loader": "9.3.0",
|
|
|
"typedoc": "0.28.15",
|
|
"typedoc": "0.28.15",
|
|
|
- "typedoc-plugin-lsp-docs": "^0.0.1",
|
|
|
|
|
|
|
+ "typedoc-plugin-lsp-docs": "^0.0.2",
|
|
|
"typescript": "5.9.3",
|
|
"typescript": "5.9.3",
|
|
|
"webpack": "5.94.0",
|
|
"webpack": "5.94.0",
|
|
|
"webpack-bundle-analyzer": "4.5.0",
|
|
"webpack-bundle-analyzer": "4.5.0",
|