UNPKG

vue-postgrest

Version:

Vue.js Component providing PostgREST integration

75 lines (74 loc) 2.18 kB
{ "name": "vue-postgrest", "version": "1.8.1", "description": "Vue.js Component providing PostgREST integration", "bugs": { "url": "https://github.com/technowledgy/vue-postgrest/issues" }, "scripts": { "build": "vite build", "docs:build": "NODE_OPTIONS=--openssl-legacy-provider vuepress build docs", "docs:dev": "NODE_OPTIONS=--openssl-legacy-provider vuepress dev docs", "lint": "eslint --max-warnings=0 .", "lint:watch": "nodemon -q -x 'clear && yarn -s lint'", "test": "jest" }, "files": [ "dist/*" ], "dependencies": {}, "devDependencies": { "@babel/eslint-parser": "7.25.9", "@babel/plugin-proposal-class-properties": "7.18.6", "@babel/plugin-proposal-private-methods": "7.18.6", "@vitejs/plugin-vue2": "2.3.3", "@vue/eslint-config-standard": "8.0.1", "@vue/test-utils": "1.3.6", "@vuepress/plugin-active-header-links": "1.9.10", "@vuepress/plugin-back-to-top": "1.9.10", "core-js": "3.39.0", "coveralls": "3.1.1", "eslint": "9.16.0", "eslint-plugin-import": "2.31.0", "eslint-plugin-n": "17.14.0", "eslint-plugin-promise": "7.2.1", "eslint-plugin-standard": "5.0.0", "eslint-plugin-vue": "9.32.0", "flush-promises": "1.0.2", "globals": "15.13.0", "jest": "29.7.0", "jest-environment-jsdom": "29.7.0", "jest-fetch-mock": "3.0.3", "jest-watch-typeahead": "2.2.2", "lru-cache": "5.1.1", "nodemon": "3.1.7", "rollup-plugin-copy": "3.5.0", "semantic-release": "24.2.0", "vite": "6.0.3", "vue": "2.7.16", "vue-server-renderer": "2.7.16", "vue-template-compiler": "2.7.16", "vuepress": "1.9.10" }, "homepage": "https://github.com/technowledgy/vue-postgrest#readme", "keywords": [ "plugin", "postgres", "postgrest", "vue" ], "license": "MIT", "repository": { "type": "git", "url": "https://github.com/technowledgy/vue-postgrest.git" }, "type": "module", "main": "dist/cjs/vue-postgrest.js", "exports": { ".": { "require": "./dist/cjs/vue-postgrest.js", "default": "./dist/es/vue-postgrest.js" } }, "module": "dist/es/vue-postgrest.js" }