@absolute-web/storyblok
Version:
Storyblok CMS integration with Vue Storefront
75 lines (74 loc) • 2.06 kB
JSON
{
"name": "@absolute-web/storyblok",
"version": "0.1.6",
"description": "Storyblok CMS integration with Vue Storefront",
"main": "lib/index.cjs.js",
"module": "lib/index.es.js",
"server": "server/index.js",
"scripts": {
"build": "rollup -c && rm -r -- ./server/*/",
"build:clean": "rollup -c && rm -r -- ./lib/*/ && rm -r -- ./server/*/",
"dev": "rollup -c -w",
"test": "jest --passWithNoTests",
"lint": "eslint --ext .js,.ts --ignore-path .eslintignore .",
"prepublish": "yarn build"
},
"lint-staged": {
"*.{js,ts,vue}": "eslint --ext .js,.ts --ignore-path .eslintignore ."
},
"husky": {
"hooks": {
"pre-commit": "lint-staged",
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"author": "Vue Storefront & AbsoluteWebServices",
"license": "MIT",
"dependencies": {
"axios": "^0.23.0",
"nanoid": "^3.1.30",
"storyblok-js-client": "^4.1.5",
"tslib": "^2.3.1"
},
"devDependencies": {
"@commitlint/cli": "^13.2.1",
"@commitlint/config-conventional": "^13.2.0",
"@jest/globals": "^27.2.5",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^7.2.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^7.19.1",
"husky": "^5.1.3",
"jest": "^27.2.5",
"lint-staged": "^11.2.3",
"prettier": "^2.4.1",
"rollup": "^2.58.0",
"rollup-plugin-typescript2": "^0.30.0",
"ts-jest": "^27.0.6",
"typescript": "^4.4.4"
},
"peerDependencies": {
"@absolute-web/vsf-core": "~0.0.1",
"@absolute-web/vsf-cache": "~0.0.1",
"storyblok-vue": "^1.0.5"
},
"publishConfig": {
"access": "public"
},
"keywords": [
"vuestorefront",
"vue-storefront",
"storyblok",
"cms",
"integration",
"vue",
"vuejs"
],
"homepage": "https://github.com/AbsoluteWebServices/storyblok",
"repository": {
"type": "git",
"url": "https://github.com/AbsoluteWebServices/storyblok.git"
}
}