Add dashjs dependency to package.json

This commit is contained in:
srgooglo 2025-06-24 20:26:47 +02:00
parent 99db3e3a02
commit 46e51752c7

View File

@ -1,91 +1,91 @@
{ {
"name": "@comty/app", "name": "@comty/app",
"version": "1.43.0@alpha", "version": "1.43.0@alpha",
"license": "ComtyLicense", "license": "ComtyLicense",
"main": "electron/main", "main": "electron/main",
"type": "module", "type": "module",
"author": "RageStudio", "author": "RageStudio",
"description": "A prototype of a social network.", "description": "A prototype of a social network.",
"scripts": { "scripts": {
"dev": "vite", "dev": "vite",
"build": "vite build", "build": "vite build",
"preview": "vite preview", "preview": "vite preview",
"release": "node ./scripts/release.js", "release": "node ./scripts/release.js",
"postinstall": "./scripts/postinstall.sh", "postinstall": "./scripts/postinstall.sh",
"eslint": "eslint" "eslint": "eslint"
}, },
"dependencies": { "dependencies": {
"@ant-design/icons": "^5.4.0", "@ant-design/icons": "^5.4.0",
"@dnd-kit/core": "^6.0.8", "@dnd-kit/core": "^6.0.8",
"@dnd-kit/modifiers": "^9.0.0", "@dnd-kit/modifiers": "^9.0.0",
"@dnd-kit/sortable": "^7.0.2", "@dnd-kit/sortable": "^7.0.2",
"@dnd-kit/utilities": "^3.2.2", "@dnd-kit/utilities": "^3.2.2",
"@emotion/react": "^11.13.0", "@emotion/react": "^11.13.0",
"@emotion/styled": "^11.13.0", "@emotion/styled": "^11.13.0",
"@ffmpeg/ffmpeg": "^0.12.10", "@ffmpeg/ffmpeg": "^0.12.10",
"@ffmpeg/util": "^0.12.1", "@ffmpeg/util": "^0.12.1",
"@mui/material": "^5.11.9", "@mui/material": "^5.11.9",
"@ragestudio/cordova-nfc": "^1.2.0", "@ragestudio/cordova-nfc": "^1.2.0",
"@ragestudio/vessel": "^0.20.0", "@ragestudio/vessel": "^0.20.0",
"@sentry/browser": "^7.64.0", "@sentry/browser": "^7.64.0",
"@tauri-apps/api": "^1.5.4", "@tauri-apps/api": "^1.5.4",
"@tsmx/human-readable": "^1.0.7", "@tsmx/human-readable": "^1.0.7",
"antd": "^5.20.6", "antd": "^5.20.6",
"axios": "^1.7.7", "axios": "^1.7.7",
"bear-react-carousel": "^4.0.10-alpha.0", "bear-react-carousel": "^4.0.10-alpha.0",
"classnames": "2.3.1", "classnames": "2.3.1",
"comty.js": "^0.67.0", "comty.js": "^0.67.0",
"d3": "^7.9.0", "d3": "^7.9.0",
"dompurify": "^3.0.0", "dashjs": "^5.0.3",
"fast-average-color": "^9.2.0", "dompurify": "^3.0.0",
"fuse.js": "6.5.3", "fast-average-color": "^9.2.0",
"hls.js": "^1.5.17", "fuse.js": "6.5.3",
"howler": "2.2.3", "hls.js": "^1.5.17",
"i18next": "21.6.6", "howler": "2.2.3",
"js-cookie": "3.0.1", "i18next": "21.6.6",
"jsmediatags": "^3.9.7", "js-cookie": "3.0.1",
"lottie-react": "^2.4.0", "jsmediatags": "^3.9.7",
"luxon": "^3.0.4", "lottie-react": "^2.4.0",
"mime": "^3.0.0", "luxon": "^3.0.4",
"moment": "2.29.4", "mime": "^3.0.0",
"motion": "^12.4.2", "moment": "2.29.4",
"music-metadata": "^11.2.1", "motion": "^12.4.2",
"plyr": "^3.7.8", "music-metadata": "^11.2.1",
"prop-types": "^15.8.1", "plyr": "^3.7.8",
"qs": "^6.14.0", "prop-types": "^15.8.1",
"react": "18.3.1", "qs": "^6.14.0",
"react-beautiful-dnd": "^13.1.1", "react": "18.3.1",
"react-color": "2.19.3", "react-beautiful-dnd": "^13.1.1",
"react-countup": "^6.4.1", "react-color": "2.19.3",
"react-dom": "18.3.1", "react-countup": "^6.4.1",
"react-fast-marquee": "^1.3.5", "react-dom": "18.3.1",
"react-i18next": "11.15.3", "react-fast-marquee": "^1.3.5",
"react-icons": "^5.4.0", "react-i18next": "11.15.3",
"react-lazy-load-image-component": "^1.5.4", "react-icons": "^5.4.0",
"react-markdown": "^8.0.3", "react-lazy-load-image-component": "^1.5.4",
"react-modal-image": "^2.6.0", "react-markdown": "^8.0.3",
"react-player": "^2.16.0", "react-modal-image": "^2.6.0",
"react-rnd": "^10.4.14", "react-player": "^2.16.0",
"react-router": "^7.6.2", "react-rnd": "^10.4.14",
"react-transition-group": "^4.4.5", "react-router": "^7.6.2",
"react-useanimations": "^2.10.0", "react-transition-group": "^4.4.5",
"remark-gfm": "^3.0.1", "react-useanimations": "^2.10.0",
"rxjs": "^7.5.5", "remark-gfm": "^3.0.1",
"shaka-player": "^4.14.12", "rxjs": "^7.5.5",
"store": "^2.0.12", "store": "^2.0.12",
"swapy": "^1.0.5", "swapy": "^1.0.5",
"ua-parser-js": "^1.0.36", "ua-parser-js": "^1.0.36",
"vaul": "^1.1.2", "vaul": "^1.1.2",
"vite": "^6.2.6" "vite": "^6.2.6"
}, },
"devDependencies": { "devDependencies": {
"@eslint/js": "^9.26.0", "@eslint/js": "^9.26.0",
"@octokit/rest": "^21.1.1", "@octokit/rest": "^21.1.1",
"7zip-min": "1.4.3", "7zip-min": "1.4.3",
"dotenv": "16.0.3", "dotenv": "16.0.3",
"eslint": "^9.26.0", "eslint": "^9.26.0",
"eslint-plugin-react": "^7.37.5", "eslint-plugin-react": "^7.37.5",
"form-data": "^4.0.0", "form-data": "^4.0.0",
"globals": "^16.1.0" "globals": "^16.1.0"
} }
} }