aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorNathan-SR <144961007+Nathan-SR@users.noreply.github.com>2025-03-04 04:32:50 -0500
committerNathan-SR <144961007+Nathan-SR@users.noreply.github.com>2025-03-04 04:32:50 -0500
commit95abdada5a275fc258fa72781f7f3c40c0b306ea (patch)
tree6d729cebe0937ae81108005de9895b5398d1f475 /package.json
parent0a8f3739cf5c30852f18751a4c05d81e0dabe928 (diff)
parent215ad40efa2e343e290d18bffbc55884829f1a0d (diff)
Merge branch 'master' of https://github.com/brown-dash/Dash-Web into Merge
Diffstat (limited to 'package.json')
-rw-r--r--package.json98
1 files changed, 63 insertions, 35 deletions
diff --git a/package.json b/package.json
index a16b82dbb..5d036156f 100644
--- a/package.json
+++ b/package.json
@@ -6,6 +6,11 @@
"engines": {
"node": ">=12.0.0"
},
+ "private": true,
+ "workspaces": [
+ ".",
+ "packages/*"
+ ],
"browser": {
"child_process": false
},
@@ -20,7 +25,9 @@
"monitor": "cross-env MONITORED=true NODE_OPTIONS=--max_old_space_size=4096 ts-node src/server/index.ts",
"build": "cross-env NODE_OPTIONS=--max_old_space_size=8192 webpack --env production",
"test": "mocha -r ts-node/register test/**/*.ts",
- "tsc": "tsc -t es5"
+ "tsc": "tsc -t es5",
+ "storybook": "npm -w @dash/components run storybook",
+ "build-storybook": "npm -w @dash/components run build-storybook"
},
"devDependencies": {
"@eslint/js": "^9.10.0",
@@ -31,8 +38,8 @@
"@types/bcrypt-nodejs": "0.0.31",
"@types/bluebird": "^3.5.42",
"@types/body-parser": "^1.19.5",
- "@types/chai": "^4.3.11",
- "@types/color": "^3.0.6",
+ "@types/chai": "^5.0.1",
+ "@types/color": "^4.2.0",
"@types/cookie-parser": "^1.4.6",
"@types/cookie-session": "^2.0.48",
"@types/d3": "^7.4.3",
@@ -42,9 +49,11 @@
"@types/express": "^5.0.0",
"@types/express-session": "^1.17.10",
"@types/file-saver": "^2.0.7",
+ "@types/fuzzy-search": "^2.1.5",
"@types/howler": "^2.2.11",
"@types/html-to-text": "^9.0.4",
"@types/jquery": "^3.5.29",
+ "@types/jsdom": "^21.1.7",
"@types/libxmljs": "^0.18.12",
"@types/lodash": "^4.14.202",
"@types/mocha": "^10.0.6",
@@ -61,6 +70,7 @@
"@types/react-grid-layout": "^1.3.5",
"@types/react-measure": "^2.0.12",
"@types/react-reconciler": "^0.28.8",
+ "@types/react-speech-recognition": "^3.9.5",
"@types/request": "^2.48.12",
"@types/request-promise": "^4.1.51",
"@types/shelljs": "^0.8.15",
@@ -73,30 +83,30 @@
"@types/youtube": "^0.1.0",
"chai": "^5.0.0",
"cross-env": "^7.0.3",
- "eslint": "^9.10.0",
- "eslint-plugin-react": "^7.36.1",
- "globals": "^15.9.0",
- "jsdom": "^25.0.0",
- "mocha": "^10.2.0",
+ "eslint": "^9.12.0",
+ "eslint-plugin-react": "^7.37.1",
+ "globals": "^16.0.0",
+ "mocha": "^11.1.0",
"prettier": "^3.1.0",
"scss-loader": "0.0.1",
- "style-loader": "^4.0.0",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.1",
"ts-node-dev": "^2.0.0",
- "typescript-eslint": "^8.6.0",
+ "typescript-eslint": "^8.8.0",
"webpack-dev-server": "^5.0.4"
},
"dependencies": {
- "@adobe/react-spectrum": "^3.32.2",
+ "@adobe/react-spectrum": "^3.39.0",
"@azure/storage-blob": "^12.17.0",
"@babel/preset-env": "^7.23.5",
"@babel/preset-react": "^7.23.3",
"@bundled-es-modules/pdfjs-dist": "^3.6.172-alpha.1",
+ "@dash/components": "file:packages/components",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
+ "@ffmpeg-installer/ffmpeg": "^1.1.0",
"@ffmpeg/core": "^0.12.5",
- "@ffmpeg/ffmpeg": "^0.12.8",
+ "@ffmpeg/ffmpeg": "^0.12.10",
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/free-brands-svg-icons": "^6.5.1",
"@fortawesome/free-regular-svg-icons": "^6.5.1",
@@ -107,12 +117,14 @@
"@fullcalendar/multimonth": "^6.1.10",
"@fullcalendar/timegrid": "^6.1.15",
"@internationalized/date": "^3.5.0",
+ "@mozilla/readability": "^0.5.0",
"@mui/icons-material": "^6.0.1",
"@mui/material": "^6.0.1",
"@octokit/core": "^6.0.1",
+ "@pinecone-database/pinecone": "^2.2.2",
"@react-google-maps/api": "^2.19.2",
"@react-spring/web": "^9.7.3",
- "@turf/turf": "^6.5.0",
+ "@turf/turf": "^7.1.0",
"@types/bezier-js": "^4.1.3",
"@types/brotli": "^1.3.4",
"@types/cors": "^2.8.17",
@@ -131,18 +143,17 @@
"@types/reveal": "^4.2.0",
"@types/supercluster": "^7.1.3",
"@types/textfit": "^2.4.4",
- "@types/web": "^0.0.167",
+ "@types/web": "^0.0.206",
"@types/webpack-hot-middleware": "^2.25.9",
"@webscopeio/react-textarea-autocomplete": "^4.9.2",
"adm-zip": "^0.5.10",
"any-base": "^1.1.0",
"archiver": "^7.0.1",
"async": "^3.2.5",
- "axios": "^1.6.2",
- "babel": "^6.23.0",
+ "axios": "^1.7.3",
"babel-loader": "^9.1.3",
"bcrypt-nodejs": "0.0.3",
- "better-react-mathjax": "^2.0.3",
+ "better-react-mathjax": "^2.0.4-beta1",
"bezier-curve": "^1.0.0",
"bezier-js": "^6.1.4",
"bingmaps-react": "^1.2.10",
@@ -150,14 +161,15 @@
"body-parser": "^1.20.2",
"bootstrap": "^5.3.2",
"brotli": "^1.3.3",
- "browndash-components": "^0.1.50",
"browser-assert": "^1.2.1",
"bson": "^6.2.0",
- "canvas": "^2.11.2",
+ "canvas": "^3.1.0",
"chart.js": "^4.4.0",
+ "cheerio": "^1.0.0",
"child_process": "^1.0.2",
"class-transformer": "^0.5.1",
- "color": "^4.2.3",
+ "cohere-ai": "^7.10.6",
+ "color": "^5.0.0",
"colors": "^1.4.0",
"compute-cosine-similarity": "^1.1.0",
"connect-flash": "^0.1.1",
@@ -166,7 +178,7 @@
"cookie-session": "^2.0.0",
"core-js": "^3.33.3",
"cors": "^2.8.5",
- "css-loader": "^7.0.0",
+ "css-loader": "^7.1.2",
"csstype": "^3.1.3",
"csv-parser": "^3.0.0",
"csv-stringify": "^6.4.4",
@@ -175,7 +187,8 @@
"d3": "^7.8.5",
"depcheck": "^1.4.7",
"dompurify": "^3.1.7",
- "dotenv": "^16.4.5",
+ "dotenv": "^16.4.7",
+ "dropbox": "^10.34.0",
"eslint-webpack-plugin": "^4.1.0",
"exif": "^0.6.0",
"exifr": "^7.1.3",
@@ -191,29 +204,33 @@
"find-in-files": "^0.5.0",
"fit-curve": "^0.2.0",
"flexlayout-react": "^0.8.0",
- "fluent-ffmpeg": "^2.1.2",
+ "fluent-ffmpeg": "^2.1.3",
"forever-agent": "^0.6.1",
"fork-ts-checker-webpack-plugin": "^9.0.2",
"form-data": "^4.0.0",
- "formidable": "3.5.1",
+ "formidable": "^3.5.2",
+ "fs": "^0.0.1-security",
"fullcalendar": "^6.1.15",
"function-plot": "^1.23.3",
+ "fuse.js": "^7.0.0",
+ "fuzzy-search": "^3.2.1",
"golden-layout": "^2.6.0",
"google-auth-library": "^9.4.1",
"googleapis": "^144.0.0",
"googlephotos": "^0.3.5",
- "got": "^14.0.0",
+ "got": "^14.4.5",
"howler": "^2.2.4",
"html-to-image": "^1.11.11",
"html-to-text": "^9.0.5",
"html-webpack-plugin": "^5.5.3",
+ "html2canvas": "^1.4.1",
"http-browserify": "^1.7.0",
"https": "^1.0.0",
"https-browserify": "^1.0.0",
"i": "^0.3.7",
- "iink-ts": "^1.0.5",
+ "iink-ts": "^2.0.1",
"image-data-uri": "^2.0.1",
- "image-size": "^1.0.2",
+ "image-size": "^2.0.0",
"image-size-stream": "^1.1.0",
"install": "^0.13.0",
"is-plain-obj": "^4.1.0",
@@ -221,12 +238,14 @@
"jpeg-autorotate": "^9.0.0",
"jquery": "^3.7.1",
"js-datepicker": "^5.18.2",
+ "jsdom": "^26.0.0",
"jsonschema": "^1.4.1",
"jszip": "^3.10.1",
"ldrs": "^1.0.2",
"lodash": "^4.17.21",
"mapbox-gl": "^3.0.1",
"markdown-it": "^14.1.0",
+ "markdown-to-jsx": "^7.4.7",
"mathquill": "^0.10.1-a",
"md5-file": "^5.0.0",
"memorystream": "^0.3.1",
@@ -240,9 +259,10 @@
"node-stream-zip": "^1.15.0",
"nodemailer": "^6.9.7",
"nodemon": "^3.0.2",
- "npm": "^10.8.1",
- "openai": "^4.26.0",
+ "npm": "^11.1.0",
+ "openai": "^4.75.0",
"p-limit": "^6.1.0",
+ "parse-multipart-data": "^1.5.0",
"passport": "^0.7.0",
"passport-google-oauth20": "^2.0.0",
"passport-local": "^1.0.0",
@@ -250,6 +270,7 @@
"pdf-parse": "^1.1.1",
"pdfjs": "^2.4.7",
"pdfjs-dist": "^4.0.269",
+ "pinecone": "^0.1.0",
"probe-image-size": "^7.2.3",
"process": "^0.11.10",
"prosemirror-commands": "^1.5.2",
@@ -263,7 +284,7 @@
"prosemirror-transform": "^1.8.0",
"prosemirror-view": "^1.32.5",
"pug": "^3.0.2",
- "query-string": "^7.1.3",
+ "puppeteer": "^24.1.1",
"querystring-es3": "^0.2.1",
"raw-loader": "^4.0.2",
"rc-switch": "^4.1.0",
@@ -281,10 +302,11 @@
"react-latex-next": "^3.0.0",
"react-loading": "^2.0.3",
"react-map-gl": "^7.1.6",
- "react-markdown": "^9.0.1",
+ "react-markdown": "^10.0.0",
"react-measure": "^2.5.2",
"react-resizable": "^3.0.5",
"react-select": "^5.8.0",
+ "react-speech-recognition": "^3.10.0",
"react-textarea-autosize": "^8.5.3",
"react-type-animation": "^3.2.0",
"react-xarrows": "^2.0.2",
@@ -299,37 +321,43 @@
"reveal.js": "^5.0.2",
"rimraf": "^6.0.0",
"sass": "^1.69.5",
- "sass-loader": "^16.0.1",
+ "sass-loader": "^16.0.4",
+ "scrapfly-sdk": "^0.6.4",
"serializr": "^3.0.2",
"shelljs": "^0.8.5",
"socket.io": "^4.7.2",
"socket.io-client": "^4.7.2",
"standard-http-error": "^2.0.1",
"stream-browserify": "^3.0.0",
+ "streamifier": "^0.1.1",
+ "string-similarity": "^4.0.4",
+ "style-loader": "^4.0.0",
"styled-components": "^6.1.1",
"supercluster": "^8.0.1",
"svgson": "^5.3.1",
"textarea-caret": "^3.1.0",
"textfit": "^2.4.0",
"tough-cookie": "^5.0.0",
- "tslint": "^6.1.3",
+ "tslint": "^5.20.1",
"tslint-loader": "^3.5.4",
"typescript": "^5.3.3",
"typescript-collections": "^1.3.3",
"typescript-language-server": "^4.1.3",
"uninstall": "^0.0.0",
+ "unstructured-client": "^0.20.0",
"url": "^0.11.3",
"url-loader": "^4.1.1",
"util": "^0.12.5",
- "uuid": "^10.0.0",
+ "uuid": "^11.0.3",
"valid-url": "^1.0.9",
"web-request": "^1.0.7",
"webpack": "^5.89.0",
- "webpack-cli": "^5.1.4",
+ "webpack-cli": "^6.0.1",
"webpack-dev-middleware": "^7.0.0",
"webpack-hot-middleware": "^2.25.4",
"wikijs": "^6.4.1",
"words-to-numbers": "^1.5.1",
+ "xmlbuilder": "^15.1.1",
"xoauth2": "^1.2.0",
"xregexp": "^5.1.1"
}