mirror of
https://github.com/classchartsapi/classcharts-api-js.git
synced 2026-05-14 11:58:13 +00:00
feat: use axios
This commit is contained in:
parent
f742e72b26
commit
ab9659a69f
8 changed files with 2089 additions and 293 deletions
|
|
@ -7,7 +7,7 @@
|
|||
},
|
||||
"main": "./dist/index.js",
|
||||
"scripts": {
|
||||
"build": "tsc",
|
||||
"build": "tsc && webpack",
|
||||
"generateDocs": "npx typedoc --entryPointStrategy expand ./src",
|
||||
"test": "echo do tests",
|
||||
"prepublishOnly": "npm run build"
|
||||
|
|
@ -15,7 +15,7 @@
|
|||
"author": "",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"undici": "^4.15.1"
|
||||
"axios": "^0.26.1"
|
||||
},
|
||||
"files": [
|
||||
"dist/**"
|
||||
|
|
@ -27,8 +27,11 @@
|
|||
"eslint": "^8.11.0",
|
||||
"eslint-config-prettier": "^8.5.0",
|
||||
"prettier": "^2.5.1",
|
||||
"ts-loader": "^9.2.8",
|
||||
"typedoc": "^0.22.13",
|
||||
"typescript": "^4.6.2"
|
||||
"typescript": "^4.6.2",
|
||||
"webpack": "^5.70.0",
|
||||
"webpack-cli": "^4.9.2"
|
||||
},
|
||||
"types": "./dist/index.d.ts",
|
||||
"volta": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue