Skip to content

Commit

Permalink
chore: prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
benjypng committed Aug 6, 2024
1 parent 24f2aa9 commit 8403672
Showing 1 changed file with 63 additions and 63 deletions.
126 changes: 63 additions & 63 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,65 +1,65 @@
{
"name": "logseq-powertags-plugin",
"author": "benjypng",
"description": "Automatically create block properties based on specified tags.",
"license": "MIT",
"logseq": {
"id": "logseq-powertags-plugin",
"title": "logseq-powertags-plugin",
"icon": "./icon.svg",
"main": "dist/index.html"
},
"scripts": {
"dev": "npx vite",
"build": "npx tsc && npx vite build",
"preview": "npx vite preview"
},
"release": {
"branches": [
"main"
],
"plugins": [
[
"@semantic-release/github",
{
"assets": [
"logseq-powertags-plugin.zip"
]
}
]
]
},
"dependencies": {
"@dnd-kit/core": "^6.1.0",
"@dnd-kit/sortable": "^8.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@logseq/libs": "^0.0.15",
"@tabler/icons-react": "^3.11.0",
"date-fns": "^3.6.0",
"logseq-dateutils": "^2.1.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.52.2"
},
"devDependencies": {
"@eslint/js": "^9.6.0",
"@types/eslint": "^8.56.10",
"@types/eslint-config-prettier": "^6.11.3",
"@types/eslint__js": "^8.42.3",
"@types/node": "^20.14.10",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-simple-import-sort": "^12.1.1",
"prettier": "^3.3.2",
"typescript": "^5.5.3",
"typescript-eslint": "^7.15.0",
"vite": "^4.5.3",
"vite-plugin-logseq": "^1.1.2",
"vite-tsconfig-paths": "^4.3.2"
}
"name": "logseq-powertags-plugin",
"author": "benjypng",
"description": "Automatically create block properties based on specified tags.",
"license": "MIT",
"logseq": {
"id": "logseq-powertags-plugin",
"title": "logseq-powertags-plugin",
"icon": "./icon.svg",
"main": "dist/index.html"
},
"scripts": {
"dev": "npx vite",
"build": "npx tsc && npx vite build",
"preview": "npx vite preview"
},
"release": {
"branches": [
"main"
],
"plugins": [
[
"@semantic-release/github",
{
"assets": [
"logseq-powertags-plugin.zip"
]
}
]
]
},
"dependencies": {
"@dnd-kit/core": "^6.1.0",
"@dnd-kit/sortable": "^8.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@logseq/libs": "^0.0.15",
"@tabler/icons-react": "^3.11.0",
"date-fns": "^3.6.0",
"logseq-dateutils": "^2.1.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.52.2"
},
"devDependencies": {
"@eslint/js": "^9.6.0",
"@types/eslint": "^8.56.10",
"@types/eslint-config-prettier": "^6.11.3",
"@types/eslint__js": "^8.42.3",
"@types/node": "^20.14.10",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-simple-import-sort": "^12.1.1",
"prettier": "^3.3.2",
"typescript": "^5.5.3",
"typescript-eslint": "^7.15.0",
"vite": "^4.5.3",
"vite-plugin-logseq": "^1.1.2",
"vite-tsconfig-paths": "^4.3.2"
}
}

0 comments on commit 8403672

Please sign in to comment.