@thunderstorefront/api-mock
Version:
Create Nuxt extendable layer with this GitHub template.
41 lines • 964 B
JSON
{
"name": "@thunderstorefront/api-mock",
"type": "module",
"version": "0.3.1",
"main": "./nuxt.config.ts",
"keywords": [
"thunder",
"shop-mock",
"thunderstorefront"
],
"author": "Yaroslav Hromovyi",
"files": [
"nuxt.config.ts",
"server",
"app"
],
"dependencies": {
"ofetch": "^1.3.4",
"@faker-js/faker": "^9.2.0",
"@thunderstorefront/types": "0.2.1"
},
"devDependencies": {
"@nuxt/eslint": "latest",
"eslint": "^9.10.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"nuxt": "3.14.0",
"prettier": "^3.3.3",
"typescript": "^5.6.3",
"vue-tsc": "^2.1.10"
},
"scripts": {
"dev": "nuxi dev .playground",
"build": "nuxt build .playground",
"generate": "nuxt generate .playground",
"preview": "nuxt preview .playground",
"lint": "eslint .",
"postinstall": "nuxt prepare .playground",
"typecheck": "nuxi typecheck ."
}
}