use-api-vue
Version:
AJAX request for Vue 3 using global configuration
52 lines (51 loc) • 1.31 kB
JSON
{
"name": "use-api-vue",
"version": "0.0.15",
"author": "Albert Tornehoj",
"license": "MIT",
"private": false,
"description": "AJAX request for Vue 3 using global configuration",
"main": "build/index.js",
"types": "build/index.d.ts",
"files": [
"/build"
],
"keywords": [
"vue",
"ajax",
"axios"
],
"repository": {
"type": "git",
"url": "git+https://github.com/gradguard/use-api-vue.git"
},
"homepage": "https://github.com/gradguard/use-api-vue#readme",
"scripts": {
"dev": "vite",
"preview": "vite preview",
"build": "rollup --config rollup.config.ts --configPlugin typescript",
"test": "vitest"
},
"dependencies": {
"axios": "^1.2.1",
"vue": "^3.2.41"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-typescript": "^10.0.1",
"@testing-library/vue": "^6.6.1",
"@types/qs": "^6.9.7",
"@vitejs/plugin-vue": "^4.0.0",
"@vue/test-utils": "^2.2.6",
"axios-mock-adapter": "^1.21.2",
"happy-dom": "^8.1.0",
"rollup-plugin-dts": "^5.0.0",
"rollup-plugin-typescript2": "^0.34.1",
"rollup-plugin-vue": "^6.0.0",
"typescript": "^4.9.4",
"vite": "^4.0.0",
"vitest": "^0.25.7",
"vue-jest": "^5.0.0-alpha.10",
"vue-tsc": "^1.0.13"
}
}