chore(site): remove unneeded deps
This commit is contained in:
parent
7cca39c8db
commit
5d1c31a321
1 changed files with 2 additions and 4 deletions
|
@ -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",
|
||||||
|
|
Loading…
Reference in a new issue