This commit is contained in:
2023-06-21 20:18:19 +02:00
parent c1c58118a2
commit c1faa879a3
7 changed files with 99 additions and 47 deletions
+13
View File
@@ -12,6 +12,7 @@
"@vavite/node-loader": "^1.8.1",
"font-color-contrast": "^11.1.0",
"lodash": "^4.17.21",
"plotly.js-dist": "^2.24.2",
"qs": "^6.11.2",
"rollup-plugin-copy": "^3.4.0",
"svelte-awesome-color-picker": "^2.4.4",
@@ -21,6 +22,7 @@
"@sveltejs/adapter-auto": "^2.0.0",
"@sveltejs/kit": "^1.5.0",
"@types/lodash": "^4.14.195",
"@types/plotly.js": "^2.12.18",
"@types/qs": "^6.9.7",
"@typescript-eslint/eslint-plugin": "^5.45.0",
"@typescript-eslint/parser": "^5.45.0",
@@ -716,6 +718,12 @@
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.2.6.tgz",
"integrity": "sha512-GQBWUtGoefMEOx/vu+emHEHU5aw6JdDoEtZhoBrHFPZbA/YNRFfN996XbBASEWdvmLSLyv9FKYppYGyZjCaq/g=="
},
"node_modules/@types/plotly.js": {
"version": "2.12.18",
"resolved": "https://registry.npmjs.org/@types/plotly.js/-/plotly.js-2.12.18.tgz",
"integrity": "sha512-ff+CIEWnqZNjZqHtQZvkEAVuLs9fkm1f54QnPVmgoET7wMHdSqUka2hasVN4e5yfHD05YwGjsAtCseewJh/BMw==",
"dev": true
},
"node_modules/@types/pug": {
"version": "2.0.6",
"resolved": "https://registry.npmjs.org/@types/pug/-/pug-2.0.6.tgz",
@@ -2761,6 +2769,11 @@
"node": ">= 6"
}
},
"node_modules/plotly.js-dist": {
"version": "2.24.2",
"resolved": "https://registry.npmjs.org/plotly.js-dist/-/plotly.js-dist-2.24.2.tgz",
"integrity": "sha512-J5Jg6mAkMwzjHsfLlZaZiS11ntKvdkyP5C1Re2SFL5dXL7Nb66BGGpu3UopbIUaopLVJBiYu9kvOfUTjy0rHFQ=="
},
"node_modules/postcss": {
"version": "8.4.24",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.24.tgz",