UNPKG

929 BJSONView Raw
1{
2 "name": "@zywave/zywave-api-toolkit-bundle",
3 "version": "1.0.55-pre.0",
4 "main": "dist/loader.js",
5 "module": "dist/loader.js",
6 "type": "module",
7 "dependencies": {
8 "@oddbird/popover-polyfill": "0.2.2",
9 "@zywave/zywave-api-client": "^1.0.22",
10 "@zywave/zywave-components-all": "^1.0.51-pre.0"
11 },
12 "devDependencies": {
13 "@babel/core": "^7.22.9",
14 "@babel/plugin-transform-runtime": "^7.22.9",
15 "@babel/preset-env": "^7.22.9",
16 "@babel/runtime": "^7.22.6",
17 "@rollup/plugin-babel": "^6.0.0",
18 "@rollup/plugin-node-resolve": "^15.1.0",
19 "@rollup/plugin-terser": "^0.4.3",
20 "rollup": "^3.26.3",
21 "rollup-plugin-copy": "^3.4.0",
22 "rollup-plugin-minify-html-literals": "^1.2.6",
23 "rollup-plugin-summary": "^2.0.0"
24 },
25 "publishConfig": {
26 "access": "public"
27 },
28 "scripts": {
29 "build": "rollup --config"
30 },
31 "gitHead": "c4a9993f7abe0e11c9bafd02c11c04e97977b228"
32}