mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-10 11:04:15 +00:00
98 lines
2.9 KiB
JSON
98 lines
2.9 KiB
JSON
{
|
|
"name": "comty",
|
|
"version": "0.15.0",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"dev:ssr": "vite-ssr",
|
|
"sync": "capacitor sync ios && capacitor sync android",
|
|
"build": "cross-env NODE_ENV=production vite build && yarn sync",
|
|
"build:dist": "cross-env NODE_ENV=production vite build",
|
|
"build:preview": "cross-env NODE_ENV=preview vite build && yarn sync",
|
|
"build:ssr": "cross-env NODE_ENV=production vite-ssr build && ./scripts/move-dist.sh",
|
|
"preview": "vite preview",
|
|
"capacitor": "capacitor"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.8.6"
|
|
},
|
|
"dependencies": {
|
|
"@ant-design/icons": "4.7.0",
|
|
"@capacitor/android": "^3.4.0",
|
|
"@capacitor/haptics": "^1.1.4",
|
|
"@capacitor/push-notifications": "^1.0.9",
|
|
"@capacitor/status-bar": "1.0.7",
|
|
"@capacitor/storage": "1.2.4",
|
|
"@corenode/utils": "0.28.26",
|
|
"@emotion/css": "11.0.0",
|
|
"@foxify/events": "2.0.1",
|
|
"@loadable/component": "5.15.2",
|
|
"antd": "4.18.6",
|
|
"antd-mobile": "^5.0.0-rc.17",
|
|
"chart.js": "3.7.0",
|
|
"classnames": "2.3.1",
|
|
"evite": "0.9.5",
|
|
"faye": "1.4.0",
|
|
"feather-reactjs": "2.0.13",
|
|
"fuse.js": "6.5.3",
|
|
"global": "4.4.0",
|
|
"history": "5.2.0",
|
|
"hls.js": "^1.1.5",
|
|
"howler": "2.2.3",
|
|
"i18next": "21.6.6",
|
|
"js-cookie": "3.0.1",
|
|
"jwt-decode": "3.1.2",
|
|
"less": "4.1.2",
|
|
"linebridge": "0.10.13",
|
|
"moment": "2.29.1",
|
|
"mpegts.js": "^1.6.10",
|
|
"nprogress": "^0.2.0",
|
|
"plyr": "^3.6.12",
|
|
"prop-types": "^15.8.1",
|
|
"qrcode": "1.5.0",
|
|
"rc-virtual-list": "^3.4.2",
|
|
"react": "17.0.2",
|
|
"react-beautiful-dnd": "13.1.0",
|
|
"react-chartjs-2": "4.0.1",
|
|
"react-color": "2.19.3",
|
|
"react-contexify": "5.0.0",
|
|
"react-dom": "17.0.2",
|
|
"react-draggable": "4.4.4",
|
|
"react-helmet": "6.1.0",
|
|
"react-i18next": "11.15.3",
|
|
"react-icons": "4.3.1",
|
|
"react-intersection-observer": "8.33.1",
|
|
"react-json-view": "1.21.3",
|
|
"react-lazy-load-image-component": "^1.5.1",
|
|
"react-motion": "0.5.2",
|
|
"react-reveal": "1.2.2",
|
|
"react-rnd": "10.3.5",
|
|
"react-router": "6.2.1",
|
|
"react-router-config": "5.1.1",
|
|
"react-router-dom": "6.2.1",
|
|
"store": "^2.0.12",
|
|
"styled-components": "^5.3.3",
|
|
"vite-ssr": "0.15.0"
|
|
},
|
|
"devDependencies": {
|
|
"@capacitor/cli": "3.2.2",
|
|
"@capacitor/core": "3.2.2",
|
|
"@capacitor/ios": "3.0.2",
|
|
"@capacitor/project": "1.0.28",
|
|
"@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",
|
|
"express": "^4.17.1",
|
|
"typescript": "^4.3.5",
|
|
"vite": "2.7.13",
|
|
"vite-plugin-pages": "0.12.x"
|
|
}
|
|
}
|