create remix project

This commit is contained in:
MapleLeaf
2021-12-29 11:41:24 -06:00
parent f3aab8f425
commit ec8dde942b
35 changed files with 5535 additions and 3001 deletions

View File

@@ -21,8 +21,7 @@
"test-watch": "pnpm test -- --watch",
"coverage": "pnpm test -- --coverage",
"typecheck": "tsc --noEmit",
"playground": "nodemon --exec esmo --ext ts,tsx ./playground/main.tsx",
"docs": "typedoc && git add docs && git commit -m 'docs'"
"playground": "nodemon --exec esmo --ext ts,tsx ./playground/main.tsx"
},
"dependencies": {
"@types/node": "*",
@@ -70,7 +69,6 @@
"react": "^17.0.2",
"tsup": "^5.11.9",
"type-fest": "^2.8.0",
"typedoc": "^0.22.10",
"typescript": "^4.5.4"
},
"resolutions": {