Skip to content

Commit

Permalink
Merge pull request #18 from tiddly-gittly/feat/autocomplete-js
Browse files Browse the repository at this point in the history
Feat/autocomplete js
  • Loading branch information
linonetwo authored May 21, 2024
2 parents 66be2b8 + bbfde34 commit 8301a80
Show file tree
Hide file tree
Showing 1,115 changed files with 22,788 additions and 7,434 deletions.
7 changes: 7 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"cSpell.words": [
"commandpalette",
"pinyinfuse",
"tiddlyweb"
]
}
40 changes: 26 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
"version": "0.0.2",
"scripts": {
"dev": "tiddlywiki-plugin-dev dev",
"dev:wiki": "tiddlywiki-plugin-dev dev --write-wiki",
"test": "tiddlywiki-plugin-dev test",
"build": "npm run clean && tiddlywiki-plugin-dev build",
"publish": "npm run clean && tiddlywiki-plugin-dev publish",
"reset": "rimraf ./**/node_modules",
Expand Down Expand Up @@ -31,24 +33,34 @@
]
},
"devDependencies": {
"@modern-js/eslint-config": "^2.45.0",
"@modern-js/tsconfig": "^2.45.0",
"@types/lodash": "^4.14.202",
"@types/node": "^20.10.6",
"dprint": "^0.45.0",
"eslint-config-tidgi": "^1.1.5",
"husky": "^8.0.3",
"lint-staged": "^15.2.0",
"postcss": "^8.4.33",
"rimraf": "^5.0.5",
"@modern-js/eslint-config": "^2.49.4",
"@modern-js/tsconfig": "^2.49.4",
"@types/lodash": "^4.17.4",
"@types/node": "^20.12.12",
"@types/pinyin": "^2.10.2",
"@types/react": "^18.3.2",
"dprint": "^0.45.1",
"eslint-config-tidgi": "^1.2.3",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"postcss": "^8.4.38",
"rimraf": "^5.0.7",
"ts-node": "^10.9.2",
"tw5-typed": "^0.4.3",
"typescript": "^5.3.3"
"tw5-typed": "^0.5.11",
"typescript": "^5.4.5"
},
"dependencies": {
"@algolia/autocomplete-core": "^1.17.1",
"@algolia/autocomplete-js": "^1.17.1",
"@algolia/autocomplete-shared": "^1.17.1",
"@algolia/autocomplete-theme-classic": "^1.17.1",
"@seznam/visibility-observer": "^1.1.0",
"fuse.js": "^7.0.0",
"lodash": "^4.17.21",
"npm-check-updates": "^16.14.12",
"npm-check-updates": "^16.14.20",
"pinyin": "4.0.0-alpha.0",
"segmentit": "^2.0.3",
"tiddlywiki": "^5.3.3",
"tiddlywiki-plugin-dev": "^0.0.39"
"tiddlywiki-plugin-dev": "^0.2.0"
}
}
Loading

0 comments on commit 8301a80

Please sign in to comment.