-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.17 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "fetch-js-wrapper",
"version": "0.1.8",
"description": "fetch-js-wrapper was designed to be used as a lightweight, drop-in replacement for axios when using the native Fetch API",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/rhysstubbs/fetch-wrapper.git"
},
"scripts": {
"publish": "webpack --config webpack.config.js --mode production"
},
"keywords": [
"fetch",
"fetch-api",
"ajax",
"vanilla",
"js",
"vanilla",
"javascript",
"xhr",
"http",
"ajax",
"promise",
"es6"
],
"author": "Rhys Stubbs",
"license": "MIT",
"bugs": {
"url": "https://github.com/rhysstubbs/fetch-wrapper/issues"
},
"homepage": "https://github.com/rhysstubbs/fetch-wrapper#readme",
"devDependencies": {
"@babel/core": "^7.14.6",
"@babel/preset-env": "^7.14.7",
"babel-loader": "^8.2.2",
"babel-preset-es2015": "^6.24.1",
"eslint": "^7.30.0",
"eslint-loader": "^4.0.2",
"friendly-errors-webpack-plugin": "^1.7.0",
"webpack": "^5.42.1",
"webpack-cli": "^4.7.2"
},
"browserslist": [
"last 2 versions",
">=0.5%",
"IE 11",
"safari 9"
]
}