Skip to content

Commit

Permalink
docs: i18n
Browse files Browse the repository at this point in the history
  • Loading branch information
linonetwo committed Mar 27, 2024
1 parent 62c01a6 commit 682efd0
Show file tree
Hide file tree
Showing 24 changed files with 1,593 additions and 985 deletions.
30 changes: 16 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,21 +33,21 @@
]
},
"devDependencies": {
"@modern-js/tsconfig": "^2.34.0",
"@types/node": "^20.6.0",
"dprint": "^0.41.0",
"eslint-config-tidgi": "1.1.5",
"husky": "^8.0.3",
"lint-staged": "^14.0.1",
"postcss": "^8.4.29",
"rimraf": "^5.0.1",
"ts-node": "^10.9.1",
"tw5-typed": "^0.3.10",
"typescript": "^5.2.2"
"@modern-js/tsconfig": "^2.48.3",
"@types/node": "^20.11.30",
"dprint": "^0.45.0",
"eslint-config-tidgi": "1.2.2",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"postcss": "^8.4.38",
"rimraf": "^5.0.5",
"ts-node": "^10.9.2",
"tw5-typed": "^0.5.7",
"typescript": "^5.4.3"
},
"dependencies": {
"npm-check-updates": "^16.13.3",
"tiddlywiki": "^5.3.1",
"tiddlywiki-plugin-dev": "^0.0.39"
"npm-check-updates": "^16.14.18",
"tiddlywiki": "^5.3.3",
"tiddlywiki-plugin-dev": "^0.1.3"
}
}
Loading

0 comments on commit 682efd0

Please sign in to comment.