mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 10:34:17 +00:00
update package
This commit is contained in:
parent
fb7ef84046
commit
47a7656da2
@ -1,43 +1,81 @@
|
||||
{
|
||||
"name": "comty",
|
||||
"version": "0.13.0",
|
||||
"description": "An prototype of a social network",
|
||||
"author": "RageStudio",
|
||||
"license": "LGPL-2.1",
|
||||
"version": "0.15.0",
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"dev": "evite dev"
|
||||
"dev": "vite",
|
||||
"dev:ssr": "vite-ssr",
|
||||
"dev:evite": "evite dev",
|
||||
"build": "cross-env NODE_ENV=production vite build",
|
||||
"build:ssr": "cross-env NODE_ENV=production vite-ssr build && ./scripts/move-dist.sh",
|
||||
"preview": "vite preview",
|
||||
"capacitor": "capacitor"
|
||||
},
|
||||
"dependencies": {
|
||||
"timeago.js": "^4.0.2",
|
||||
"@ant-design/icons": "^4.7.0",
|
||||
"@corenode/utils": "^0.28.26",
|
||||
"antd": "^4.17.2",
|
||||
"@react-pdf/renderer": "^1.6.17",
|
||||
"antd": "^4.17.4",
|
||||
"chart.js": "^3.5.1",
|
||||
"classnames": "^2.3.1",
|
||||
"corenode": "^0.28.26",
|
||||
"dicebar_lib": "^1.0.0",
|
||||
"enquire-js": "^0.2.1",
|
||||
"evite": "^0.8.8",
|
||||
"evite-react-lib": "^0.9.0",
|
||||
"faye": "^1.4.0",
|
||||
"feather-reactjs": "^2.0.13",
|
||||
"fuse.js": "^6.4.6",
|
||||
"hls.js": "^1.0.12",
|
||||
"howler": "^2.2.3",
|
||||
"i18next": "^20.3.5",
|
||||
"js-cookie": "^2.2.1",
|
||||
"less": "^4.1.2",
|
||||
"linebridge": "^0.8.4",
|
||||
"moment": "^2.29.1",
|
||||
"mpegts.js": "^1.6.10",
|
||||
"plyr": "^3.6.9",
|
||||
"qrcode": "^1.4.4",
|
||||
"@foxify/events": "^2.0.1",
|
||||
"@loadable/component": "^5.15.0",
|
||||
"history": "^5.0.1",
|
||||
"jwt-decode": "^3.1.2",
|
||||
"react": "^17.0.2",
|
||||
"react-helmet": "^6.1.0",
|
||||
"react-beautiful-dnd": "^13.1.0",
|
||||
"react-chartjs-2": "^3.2.0",
|
||||
"react-color": "^2.19.3",
|
||||
"react-contexify": "^5.0.0",
|
||||
"react-dom": "^17.0.2",
|
||||
"react-draggable": "^4.4.3",
|
||||
"react-helmet-async": "^1.0.9",
|
||||
"react-i18next": "^11.11.4",
|
||||
"react-icons": "^4.3.1",
|
||||
"react-json-view": "^1.21.3",
|
||||
"react-qr-reader": "^2.2.1",
|
||||
"react-reveal": "^1.2.2",
|
||||
"react-rnd": "^10.3.5",
|
||||
"socket.io-client": "^4.2.0"
|
||||
"react-router": "^5.2.0",
|
||||
"react-router-config": "^5.1.1",
|
||||
"react-router-dom": "^5.2.0",
|
||||
"socket.io-client": "^4.2.0",
|
||||
"vite-ssr": "^0.14.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@capacitor/cli": "^3.2.2",
|
||||
"@capacitor/core": "^3.2.2",
|
||||
"@capacitor/ios": "^3.0.2",
|
||||
"@types/jest": "^26.0.24",
|
||||
"@types/node": "^16.4.10",
|
||||
"@types/react": "^17.0.15",
|
||||
"@types/react-dom": "^17.0.9",
|
||||
"@types/react-router-config": "^5.0.3",
|
||||
"@types/react-router-dom": "^5.1.8",
|
||||
"@typescript-eslint/eslint-plugin": "^4.29.0",
|
||||
"@vitejs/plugin-react-refresh": "^1.3.6",
|
||||
"corenode": "^0.28.26",
|
||||
"cross-env": "^7.0.3",
|
||||
"evite": "^0.8.8",
|
||||
"typescript": "^4.3.5",
|
||||
"vite": "^2.7.1",
|
||||
"vite-plugin-pages": "0.12.x"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user