Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gk0Wk committed Jan 8, 2023
1 parent c2369e6 commit cf6fa63
Show file tree
Hide file tree
Showing 2 changed files with 3,761 additions and 3,694 deletions.
10 changes: 6 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"reset": "rimraf ./**/node_modules",
"clean": "rimraf dist",
"prepare": "husky install",
"update": "npm-check-updates -u",
"new": "tiddlywiki-plugin-dev new",
"dev": "tiddlywiki-plugin-dev dev",
"build": "npm run clean && tiddlywiki-plugin-dev build",
Expand All @@ -30,18 +31,19 @@
]
},
"devDependencies": {
"@modern-js/eslint-config": "latest",
"@modern-js/tsconfig": "latest",
"@modern-js/eslint-config": "^2.0.2",
"@modern-js/tsconfig": "^2.0.2",
"@types/node": "^18.11.18",
"husky": "^8.0.3",
"lint-staged": "^13.1.0",
"rimraf": "^3.0.2",
"ts-node": "^10.9.1",
"tw5-typed": "latest",
"tw5-typed": "^0.2.16",
"typescript": "^4.9.4"
},
"dependencies": {
"npm-check-updates": "^16.6.2",
"tiddlywiki": "^5.2.5",
"tiddlywiki-plugin-dev": "latest"
"tiddlywiki-plugin-dev": "^0.0.22"
}
}
Loading

0 comments on commit cf6fa63

Please sign in to comment.