mirror of https://github.com/sundowndev/http.git
53 lines
1.4 KiB
JSON
53 lines
1.4 KiB
JSON
{
|
|
"name": "@nuxt/http",
|
|
"version": "0.5.11",
|
|
"description": "Universal HTTP Module for Nuxt.js",
|
|
"repository": "nuxt/http",
|
|
"license": "MIT",
|
|
"author": "Pooya Parsa <pooya@pi0.ir>",
|
|
"main": "lib/module.js",
|
|
"types": "types/index.d.ts",
|
|
"files": [
|
|
"lib",
|
|
"ky-universal",
|
|
"types/*.d.ts"
|
|
],
|
|
"scripts": {
|
|
"dev": "nuxt test/fixture",
|
|
"lint": "eslint lib test",
|
|
"release": "yarn test && standard-version && git push --follow-tags && npm publish",
|
|
"test": "yarn lint && jest -i"
|
|
},
|
|
"dependencies": {
|
|
"@nuxtjs/proxy": "^2.0.1",
|
|
"abort-controller": "^3.0.0",
|
|
"consola": "^2.15.0",
|
|
"destr": "^1.0.0",
|
|
"ky": "^0.23.0",
|
|
"node-fetch": "^2.6.0",
|
|
"web-streams-polyfill": "^3.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "latest",
|
|
"@babel/preset-env": "latest",
|
|
"@nuxtjs/eslint-config": "latest",
|
|
"babel-eslint": "latest",
|
|
"babel-jest": "latest",
|
|
"codecov": "latest",
|
|
"core-js": "2",
|
|
"eslint": "latest",
|
|
"eslint-config-standard": "latest",
|
|
"eslint-plugin-import": "latest",
|
|
"eslint-plugin-jest": "latest",
|
|
"eslint-plugin-node": "latest",
|
|
"eslint-plugin-promise": "latest",
|
|
"eslint-plugin-standard": "latest",
|
|
"eslint-plugin-vue": "latest",
|
|
"jest": "latest",
|
|
"nuxt-edge": "latest",
|
|
"puppeteer": "latest",
|
|
"standard-version": "latest",
|
|
"tib": "latest"
|
|
}
|
|
}
|