remove hs2js dep from website package

This commit is contained in:
Felix Roos 2024-05-19 11:45:15 +02:00
parent 8ac409f03c
commit fe1e10297c
2 changed files with 1 additions and 11 deletions

9
pnpm-lock.yaml generated
View File

@ -674,9 +674,6 @@ importers:
date-fns:
specifier: ^3.2.0
version: 3.2.0
hs2js:
specifier: ^0.0.2
version: 0.0.2
nanoid:
specifier: ^5.0.4
version: 5.0.4
@ -8522,12 +8519,6 @@ packages:
lru-cache: 10.1.0
dev: true
/hs2js@0.0.2:
resolution: {integrity: sha512-ABgqMkNP3aTDm+zi8nmyEKkqIeL74T921cDb9fVbqozDnHE9SzvED995aNJqZt+wY+1roTcN29zgsg3RWVSmBw==}
dependencies:
web-tree-sitter: 0.20.8
dev: false
/html-escaper@3.0.3:
resolution: {integrity: sha512-RuMffC89BOWQoY0WKGpIhn5gX3iI54O6nRA0yC124NYVtzjmFWBIiFd8M0x+ZdX0P9R4lADg1mgP8C7PxGOWuQ==}

View File

@ -10,7 +10,7 @@
"build": "astro build",
"preview": "astro preview --port 3009 --host 0.0.0.0",
"astro": "astro",
"postinstall": "cp node_modules/hs2js/dist/tree-sitter.wasm public && cp node_modules/hs2js/dist/tree-sitter-haskell.wasm public"
"postinstall": "cp ../packages/tidal/node_modules/hs2js/dist/tree-sitter.wasm public && cp ../packages/tidal/node_modules/hs2js/dist/tree-sitter-haskell.wasm public"
},
"dependencies": {
"@algolia/client-search": "^4.22.0",
@ -51,7 +51,6 @@
"astro": "^4.0.8",
"claviature": "^0.1.0",
"date-fns": "^3.2.0",
"hs2js": "^0.0.2",
"nanoid": "^5.0.4",
"nanostores": "^0.9.5",
"react": "^18.2.0",