chore(site): remove unneeded deps

This commit is contained in:
Ayo 2023-10-22 00:53:08 +02:00
parent 7cca39c8db
commit 5d1c31a321

View file

@ -11,11 +11,9 @@
"build:preview": "npm run build && npm run preview" "build:preview": "npm run build && npm run preview"
}, },
"dependencies": { "dependencies": {
"esprima": "^4.0.1",
"nitropack": "latest",
"ultrahtml": "^1.5.2",
"@mcflyjs/core": "*", "@mcflyjs/core": "*",
"@mcflyjs/config": "*" "@mcflyjs/config": "*",
"nitropack": "latest"
}, },
"version": "0.0.1", "version": "0.0.1",
"main": "index.js", "main": "index.js",