fix: various
This commit is contained in:
parent
d0685c2d59
commit
2d2a4a44bd
14 changed files with 41 additions and 37 deletions
14
package.json
14
package.json
|
|
@ -1,18 +1,16 @@
|
|||
{
|
||||
"name": "@sigitex/sigitex.com",
|
||||
"type": "module",
|
||||
"version": "0.0.1",
|
||||
"private": true,
|
||||
"workspaces": {
|
||||
"packages": [
|
||||
"../hypeup/packages/*"
|
||||
],
|
||||
"catalog": {
|
||||
"@types/bun": "1.3.12"
|
||||
}
|
||||
"/sig/hypeup/packages/*"
|
||||
]
|
||||
},
|
||||
"scripts": {
|
||||
"start": "hypeup generate --dir src --watch",
|
||||
"build": "hypeup generate --dir src",
|
||||
"start": "hypeup generate --dir src/routes --watch",
|
||||
"build": "hypeup generate --dir src/routes",
|
||||
"check": "tsgo --build",
|
||||
"test": "bun test --pass-with-no-tests --tsconfig-override tsconfig.test.json",
|
||||
"lint": "oxlint",
|
||||
|
|
@ -24,7 +22,6 @@
|
|||
"@hypeup/runtime": "workspace:*",
|
||||
"asta": "anton-io/asta",
|
||||
"highlight.js": "^11.11.1",
|
||||
"hypeup": "workspace:*",
|
||||
"marked": "^18.0.3",
|
||||
"marked-gfm-heading-id": "^4.1.4",
|
||||
"marked-highlight": "^2.2.4"
|
||||
|
|
@ -41,6 +38,7 @@
|
|||
"devDependencies": {
|
||||
"@types/bun": "^1.3.13",
|
||||
"@typescript/native-preview": "beta",
|
||||
"hypeup": "workspace:*",
|
||||
"oxfmt": "^0.47.0",
|
||||
"oxlint": "^1.62.0",
|
||||
"sass-embedded": "^1.99.0",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue