mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 10:34:17 +00:00
95 lines
3.1 KiB
JSON
Executable File
95 lines
3.1 KiB
JSON
Executable File
{
|
|
"name": "@comty/web-app",
|
|
"version": "1.0.0-beta",
|
|
"license": "ComtyLicense",
|
|
"main": "electron/main",
|
|
"author": "RageStudio",
|
|
"description": "A prototype of a social network.",
|
|
"scripts": {
|
|
"build": "vite build",
|
|
"dev": "vite",
|
|
"docker-compose:update_run": "docker-compose down && git pull && yarn build && docker-compose up -d --build",
|
|
"preview": "vite preview"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^18.2.0"
|
|
},
|
|
"dependencies": {
|
|
"@ant-design/icons": "^5.4.0",
|
|
"@capacitor/android": "^5.0.5",
|
|
"@capacitor/app": "^5.0.3",
|
|
"@capacitor/assets": "^2.0.4",
|
|
"@capacitor/cli": "^5.0.5",
|
|
"@capacitor/core": "^5.0.5",
|
|
"@capacitor/haptics": "1.1.4",
|
|
"@capacitor/ios": "^5.0.5",
|
|
"@capacitor/push-notifications": "^5.0.4",
|
|
"@capacitor/splash-screen": "^5.0.4",
|
|
"@capacitor/status-bar": "^5.0.4",
|
|
"@capacitor/storage": "^1.2.5",
|
|
"@capgo/capacitor-updater": "^5.0.1",
|
|
"@dnd-kit/core": "^6.0.8",
|
|
"@dnd-kit/sortable": "^7.0.2",
|
|
"@emotion/react": "^11.13.0",
|
|
"@emotion/styled": "^11.13.0",
|
|
"@ffmpeg/ffmpeg": "^0.12.10",
|
|
"@ffmpeg/util": "^0.12.1",
|
|
"@loadable/component": "5.15.2",
|
|
"@mui/material": "^5.11.9",
|
|
"@ragestudio/cordova-nfc": "^1.2.0",
|
|
"@sentry/browser": "^7.64.0",
|
|
"@tauri-apps/api": "^1.5.4",
|
|
"@tsmx/human-readable": "^1.0.7",
|
|
"antd": "^5.20.6",
|
|
"axios": "^1.7.7",
|
|
"bear-react-carousel": "^4.0.10-alpha.0",
|
|
"capacitor-music-controls-plugin-v3": "^1.1.0",
|
|
"classnames": "2.3.1",
|
|
"dompurify": "^3.0.0",
|
|
"vessel": "^0.18.0",
|
|
"fast-average-color": "^9.2.0",
|
|
"framer-motion": "^10.12.17",
|
|
"fuse.js": "6.5.3",
|
|
"hls.js": "^1.5.15",
|
|
"howler": "2.2.3",
|
|
"i18next": "21.6.6",
|
|
"js-cookie": "3.0.1",
|
|
"jsmediatags": "^3.9.7",
|
|
"less": "4.1.2",
|
|
"lottie-react": "^2.4.0",
|
|
"luxon": "^3.0.4",
|
|
"million": "^2.6.4",
|
|
"mime": "^3.0.0",
|
|
"moment": "2.29.4",
|
|
"mpegts.js": "^1.6.10",
|
|
"nprogress": "^0.2.0",
|
|
"plyr": "^3.6.12",
|
|
"plyr-react": "^3.2.1",
|
|
"prop-types": "^15.8.1",
|
|
"react": "^18.2.0",
|
|
"react-beautiful-dnd": "^13.1.1",
|
|
"react-color": "2.19.3",
|
|
"react-countup": "^6.4.1",
|
|
"react-dom": "18.2.0",
|
|
"react-fast-marquee": "^1.3.5",
|
|
"react-helmet": "6.1.0",
|
|
"react-i18next": "11.15.3",
|
|
"react-icons": "^4.8.0",
|
|
"react-lazy-load-image-component": "^1.5.4",
|
|
"react-markdown": "^8.0.3",
|
|
"react-modal-image": "^2.6.0",
|
|
"react-motion": "0.5.2",
|
|
"react-rnd": "10.3.5",
|
|
"react-router-dom": "^6.26.2",
|
|
"react-transition-group": "^4.4.5",
|
|
"react-useanimations": "^2.10.0",
|
|
"realtime-bpm-analyzer": "^3.2.1",
|
|
"remark-gfm": "^3.0.1",
|
|
"rxjs": "^7.5.5",
|
|
"store": "^2.0.12",
|
|
"ua-parser-js": "^1.0.36",
|
|
"vaul": "^0.9.2",
|
|
"vite": "^5.4.4"
|
|
}
|
|
}
|