mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 10:34:17 +00:00
68 lines
1.8 KiB
JSON
68 lines
1.8 KiB
JSON
{
|
|
"name": "comty",
|
|
"version": "0.12.8",
|
|
"description": "An prototype of a social network",
|
|
"author": "RageStudio",
|
|
"license": "LGPL-2.1",
|
|
"types": "index.d.ts",
|
|
"scripts": {
|
|
"start": "umi dev",
|
|
"build": "umi build",
|
|
"update:deps": "yarn upgrade-interactive --latest"
|
|
},
|
|
"dependencies": {
|
|
"@icons-pack/react-simple-icons": "^3.8.0",
|
|
"@lingui/react": "^3.3.0",
|
|
"@types/lodash": "^4.14.165",
|
|
"@umijs/preset-react": "^1.7.9",
|
|
"antd": "^4.8.2",
|
|
"axios": "^0.21.1",
|
|
"chart.js": "^2.9.4",
|
|
"classnames": "^2.2.6",
|
|
"colors": "^1.4.0",
|
|
"concat-stream": "^2.0.0",
|
|
"cookie_js": "^1.4.0",
|
|
"cryptr": "^6.0.2",
|
|
"dotenv": "^8.2.0",
|
|
"enquire-js": "^0.2.1",
|
|
"feather-reactjs": "^2.0.13",
|
|
"howler": "^2.2.1",
|
|
"html2canvas": "^1.0.0-rc.7",
|
|
"jsonwebtoken": "^8.5.1",
|
|
"less-vars-to-js": "^1.3.0",
|
|
"localforage": "^1.7.4",
|
|
"lodash": "^4.17.19",
|
|
"moment": "^2.28.0",
|
|
"path-to-regexp": "^6.1.0",
|
|
"platform": "^1.3.6",
|
|
"react-animations": "^1.0.0",
|
|
"react-color": "^2.19.3",
|
|
"react-dazzle": "^1.4.0",
|
|
"react-draggable": "^4.4.3",
|
|
"react-emoji": "^0.5.0",
|
|
"react-google-recaptcha": "^2.0.1",
|
|
"react-helmet": "^6.1.0",
|
|
"react-linkify": "^1.0.0-alpha",
|
|
"react-perfect-scrollbar": "^1.5.8",
|
|
"react-redux": "^7.2.2",
|
|
"react-resizable": "^1.11.0",
|
|
"react-reveal": "^1.2.2",
|
|
"react-rnd": "^10.2.3",
|
|
"react-virtualized": "^9.21.2",
|
|
"request": "^2.88.2",
|
|
"socket.io-client": "^3.0.4",
|
|
"stack-trace": "0.0.10",
|
|
"store": "^2.0.12",
|
|
"timeago.js": "^4.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"@lingui/babel-preset-react": "^2.9.2",
|
|
"@lingui/cli": "^3.3.0",
|
|
"@lingui/loader": "^3.3.0",
|
|
"@types/node": "^14.14.20",
|
|
"concurrently": "^5.3.0",
|
|
"cross-env": "^7.0.3",
|
|
"umi": "^3.2.24"
|
|
}
|
|
}
|