UNPKG

tdata

Version:

Fetch your data, send your form easily. for vue 3.

75 lines (74 loc) 1.62 kB
{ "name": "tdata", "version": "0.1.0", "private": false, "main": "dist/index.js", "keywords": [ "vue", "vuejs", "vue3", "vuejs3", "data-provider", "form", "vue.js", "vue.js3" ], "author": "Tofiq hamza <tefo.ha27@gmail.com> (https://tefo.ir)", "license": "MIT", "scripts": { "serve": "vue-cli-service serve", "build": "vue-cli-service build", "lint": "vue-cli-service lint", "roll": "rollup -c --environment BUILD:production" }, "dependencies": { "axios": "^0.21.1", "core-js": "^3.6.5", "vue": "^3.0.0" }, "devDependencies": { "@vue/cli-plugin-babel": "~4.5.0", "@vue/cli-plugin-eslint": "~4.5.0", "@vue/cli-service": "~4.5.0", "@vue/compiler-sfc": "^3.0.0", "@vue/eslint-config-prettier": "^6.0.0", "babel-eslint": "^10.1.0", "eslint": "^6.7.2", "eslint-plugin-prettier": "^3.3.1", "eslint-plugin-vue": "^7.0.0", "prettier": "^2.2.1", "rollup": "^2.46.0", "rollup-plugin-vue": "^6.0.0" }, "eslintConfig": { "root": true, "env": { "node": true }, "extends": [ "plugin:vue/vue3-essential", "eslint:recommended", "@vue/prettier" ], "parserOptions": { "parser": "babel-eslint" }, "rules": {} }, "browserslist": [ "> 1%", "last 2 versions", "not dead" ], "repository": { "type": "git", "url": "git+https://github.com/Tefoh/tdata.git" }, "bugs": { "url": "https://github.com/Tefoh/tdata/issues" }, "homepage": "https://github.com/Tefoh/tdata#readme", "files": [ "README.md" ] }