代码拉取完成,页面将自动刷新
同步操作将从 Gitee 极速下载/fio 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
{
"name": "fiora",
"version": "0.0.1",
"description": "An interesting chat application power by socket.io, koa, mongodb and react",
"license": "MIT",
"scripts": {
"start": "cross-env NODE_ENV=production ts-node -r dotenv/config --transpile-only server/main.ts",
"dev:server": "cross-env NODE_ENV=development nodemon server/main.ts --exec \"ts-node --files -r dotenv/config\" --config .nodemonrc",
"dev:client": "cross-env NODE_ENV=development webpack serve --config build/webpack.dev.js",
"build:client": "rm -rf dist && cross-env NODE_ENV=production webpack --config build/webpack.prod.js",
"lint": "eslint ./ --ext js,jsx,ts,tsx --ignore-pattern .eslintignore --cache --fix",
"move-dist": "mv -f dist/fiora/* public",
"test": "jest",
"ts-check": "tsc --noEmit",
"script": "ts-node --transpile-only bin/index.ts"
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
},
"engines": {
"node": ">= 14"
},
"author": {
"name": "碎碎酱",
"email": "yinxin630@gmail.com"
},
"repository": {
"type": "git",
"url": "https://github.com/yinxin630/fiora"
},
"dependencies": {
"@loadable/component": "^5.14.1",
"axios": "^0.21.1",
"bcryptjs": "^2.4.3",
"brace": "^0.11.1",
"chalk": "^2.3.2",
"core-js": "3",
"cropperjs": "^1.5.5",
"detect-port": "^1.3.0",
"expo-server-sdk": "^3.6.0",
"filesize": "^6.1.0",
"inquirer": "^7.3.3",
"ip": "^1.1.5",
"jwt-simple": "^0.5.1",
"koa": "^2.5.0",
"koa-router": "^7.4.0",
"koa-send": "^4.1.3",
"koa-socket-2": "^1.1.0",
"koa-static": "^4.0.2",
"linaria": "^2.0.0",
"mongoose": "^5.10.14",
"normalize.css": "^8.0.0",
"platform": "^1.3.5",
"prismjs": "^1.23.0",
"prop-types": "^15.7.2",
"pure-render-decorator": "^1.2.1",
"qiniu": "^7.1.3",
"qiniu-js": "^2.2.2",
"randomcolor": "^0.5.4",
"rc-dialog": "^7.5.5",
"rc-dropdown": "^2.4.1",
"rc-menu": "^6.2.9",
"rc-notification": "^3.3.1",
"rc-progress": "^2.5.2",
"rc-select": "^9.2.1",
"rc-tabs": "^9.6.4",
"rc-tooltip": "^3.7.3",
"react": "^16.9.0",
"react-ace": "^5.10.0",
"react-color": "^2.14.1",
"react-copy-to-clipboard": "^5.0.1",
"react-cropper": "1.3.0",
"react-dom": "^16.9.0",
"react-loading": "^2.0.2",
"react-radio-buttons": "^1.2.1",
"react-redux": "7.1.0",
"react-switch": "^2.3.2",
"react-viewer": "^3.2.2",
"redis": "^3.0.2",
"redux": "4.0.4",
"regenerator-runtime": "^0.13.3",
"regex-escape": "^3.4.10",
"socket.io-client": "2.2.0",
"string-hash": "^1.1.3",
"wpk-reporter": "^0.6.2",
"xss": "^0.3.7"
},
"devDependencies": {
"@babel/core": "^7.5.5",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.5.5",
"@babel/preset-react": "^7.0.0",
"@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^8.2.0",
"@pmmmwh/react-refresh-webpack-plugin": "^0.4.3",
"@testing-library/jest-dom": "^5.11.1",
"@testing-library/react": "^10.4.7",
"@types/bcryptjs": "^2.4.2",
"@types/command-line-args": "^5.0.0",
"@types/detect-port": "^1.3.0",
"@types/humps": "^2.0.0",
"@types/inquirer": "^7.3.1",
"@types/ip": "^1.1.0",
"@types/jest": "^24.0.18",
"@types/koa": "^2.0.49",
"@types/koa-router": "^7.4.0",
"@types/koa-send": "^4.1.2",
"@types/koa-static": "^4.0.1",
"@types/loadable__component": "^5.13.1",
"@types/mongoose": "^5.5.12",
"@types/node": "13.9.1",
"@types/platform": "^1.3.2",
"@types/prismjs": "^1.16.0",
"@types/pure-render-decorator": "^0.2.28",
"@types/randomcolor": "^0.5.4",
"@types/rc-tooltip": "^3.7.2",
"@types/react": "^16.9.1",
"@types/react-color": "^3.0.1",
"@types/react-copy-to-clipboard": "^4.3.0",
"@types/react-cropper": "^0.10.7",
"@types/react-dom": "^16.8.5",
"@types/react-redux": "^7.1.1",
"@types/redis": "^2.8.28",
"@types/redux": "^3.6.0",
"@types/socket.io": "^2.1.2",
"@types/socket.io-client": "^1.4.32",
"@types/string-hash": "^1.1.1",
"@typescript-eslint/eslint-plugin": "^2.0.0",
"@typescript-eslint/parser": "^2.0.0",
"babel-loader": "^8.1.0",
"babel-plugin-dynamic-import-node": "^2.3.3",
"babel-plugin-prismjs": "^1.1.1",
"clean-webpack-plugin": "^3.0.0",
"cross-env": "^7.0.3",
"css-loader": "^5.0.0",
"dotenv": "^8.2.0",
"dotenv-webpack": "^5.1.0",
"eslint": "^6.1.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jest": "^22.15.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.14.3",
"eslint-plugin-react-hooks": "^1.7.0",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^4.5.0",
"jest": "^26.1.0",
"less": "^3.12.2",
"less-loader": "^7.0.2",
"less-plugin-autoprefix": "^2.0.0",
"mini-css-extract-plugin": "^1.2.1",
"nodemon": "^2.0.6",
"react-refresh": "^0.9.0",
"redis-mock": "^0.55.0",
"script-ext-html-webpack-plugin": "^2.1.5",
"style-loader": "^2.0.0",
"terser-webpack-plugin": "^5.0.3",
"ts-jest": "^26.1.3",
"ts-loader": "^8.0.8",
"ts-node": "8.6.2",
"typescript": "3.8.2",
"url-loader": "^4.1.1",
"webpack": "^5.4.0",
"webpack-cli": "^4.1.0",
"webpack-dev-server": "^3.11.0",
"webpack-merge": "^5.3.0",
"webpackbar": "^5.0.0-3",
"workbox-webpack-plugin": "^6.1.1"
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。