1
0
Fork 0
mirror of https://github.com/classchartsapi/classcharts-api-js.git synced 2026-05-14 11:58:13 +00:00

feat: web support (#11)

This commit is contained in:
James Cook 2022-03-24 18:56:33 +00:00 committed by GitHub
parent f742e72b26
commit 6392ee6d1a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 2122 additions and 294 deletions

View file

@ -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": {