diff --git a/.npmrc b/.npmrc index b973752..8f46dd2 100644 --- a/.npmrc +++ b/.npmrc @@ -1 +1,2 @@ -tag-version-prefix="" \ No newline at end of file +registry=https://registry.npmmirror.com/ + diff --git a/package.json b/package.json index 6a00766..7b8b623 100644 --- a/package.json +++ b/package.json @@ -11,6 +11,12 @@ "keywords": [], "author": "", "license": "MIT", + "dependencies": { + "@ant-design/icons": "^5.0.1", + "@ant-design/pro-components": "^2.4.4", + "@umijs/max": "^4.4.5", + "antd": "^5.4.0" + }, "devDependencies": { "@types/node": "^16.11.6", "@typescript-eslint/eslint-plugin": "5.29.0", @@ -19,6 +25,14 @@ "esbuild": "0.17.3", "obsidian": "latest", "tslib": "2.4.0", - "typescript": "4.7.4" + "@types/react": "^18.0.33", + "@types/react-dom": "^18.0.11", + "husky": "^9", + "lint-staged": "^13.2.0", + "prettier": "^2.8.7", + "prettier-plugin-organize-imports": "^3.2.2", + "prettier-plugin-packagejson": "^2.4.3", + "typescript": "^5.0.3" + } } diff --git a/src/components/SampleSettingTab.ts b/src/components/SampleSettingTab.ts index a3fb0b3..b7fd9ec 100644 --- a/src/components/SampleSettingTab.ts +++ b/src/components/SampleSettingTab.ts @@ -15,7 +15,7 @@ class SampleSettingTab extends PluginSettingTab { containerEl.empty(); new Setting(containerEl) - .setName('Setting #2') + .setName('Setting #3') .setDesc('It\'s a secret') .addText(text => text .setPlaceholder('Enter your secret')