mcfly/templates/basic/package.json
Ayo Ayco 61e10e701a
fix: temporarily pin to nitropack@2.8 for evalStore not a constructor err (#36)
* fix: check if evalStore is constructor

* deps: pin nitro to 2.8

* chore: remove console.log
2024-03-11 12:51:32 +01:00

18 lines
455 B
JSON

{
"name": "@templates/basic",
"description": "McFly starter project",
"scripts": {
"start": "mcfly serve",
"prepare": "mcfly prepare",
"dev": "mcfly serve",
"build": "mcfly build",
"preview": "node .output/server/index.mjs",
"build:preview": "npm run build && npm run preview"
},
"dependencies": {
"@mcflyjs/cli": "latest",
"@mcflyjs/config": "latest",
"@mcflyjs/core": "latest",
"nitropack": "2.8"
}
}